rank_math/frontend/title & add_rewrite_rule do not work

#25850
  • Resolved Kasper Stück
    Rank Math free

    Hi,

    add_rewrite_rule(‘^page/([^/]*)/?$’, ‘index.php?page_id=20&page_category=$matches[1]’, ‘top’);

    Do not work on page/category pages.
    add_filter(‘rank_math/frontend/title’, static function () use ($name) {
    return $name . ‘ Page’;
    }, 10, 1);

    Thanks.

    • This topic was modified 4 years, 3 months ago by Kasper Stück.
Viewing 16 replies (of 16 total)
  • Todd
    Rank Math free

    Hi Kasper,

    Every plugin works differently.

    Please try using it in the theme’s functions.php file.

    If it doesn’t work, please let us know.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 16 replies (of 16 total)

The ticket ‘rank_math/frontend/title & add_rewrite_rule do not work’ is closed to new replies.