Post title Meta not showing properly! How to fix?

#27897
  • Resolved Momo
    Rank Math free

    Hello support team,

    I’m currently using a forum plugin named Kboard, but the post title and description aren’t getting properly implemented by the Rank Math plugin.

    I had no issues when I was using All in One Seo Plugin, so I’m now thinking whether I should revert back.

    When I check the page source code, it shows that both the kboard title, and description meta is correctly shown.
    But when I put in %title% into the Rank Math Seo settings, the post title doesn’t show, only the site title does.

    Please help!

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    It is possible to define custom post titles for your community pages by using the following filter on your theme’s functions.php file:

    /**
     * Filter to change the page title.
     * 
     * @param string $title
     */
    add_filter( 'rank_math/frontend/title', function( $title ) {
    	return $title;
    });

    Looking forward to helping you. Thank you.

    ​​​​​​​

    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 1 replies (of 1 total)

The ticket ‘Post title Meta not showing properly! How to fix?’ is closed to new replies.