Hello,
Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.
We might need to take a closer look at the settings. Please edit the first post on this ticket and include your WP logins in the designated Sensitive Data section.
It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:
https://wordpress.org/plugins/temporary-login-without-password/
You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):
https://wordpress.org/plugins/wp-security-audit-log/
We really look forward to helping you.
Hello,
I have updated the sensitive data as requested. Can you please check further?
Thank you.
Hi Jack,
Could you please link us to a few pages with this issue?
We checked your aMember signup and login pages and they are showing the titles just fine.
Please share links so we can check this in more detail.
Hello,
I modified the code added previously to the following which seems to resolve the issue:
/**
* Filter to change the Rank Math page title on Amember page.
*
* @param string $title
*/
add_filter( 'rank_math/frontend/title', function( $title ) {
if (strpos($_SERVER['REQUEST_URI'], "/amember/") !== false){
$title = "Registered Member Login | Face Yoga For You";
}
return $title;
});
If you wish for the title not to be modified by Rank math you can change the title variable to $title = '';
Hope that helps. If you have any further question(s), please let us know. Thank you.
Ah yes perfect, the variable to except RM in aMember does the trick nicely. Thank yoU!
Hello Jack,
We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.
If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.
If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.
Thank you.