-
I have two shortcode to get current count [cc] and current year [cy] both displays in browser tab when i uninstall the rank math but as soon as i install rank math it shows only shortcode tag without parsing the actual content in shortcode please have a look into attached screenshot
I have also used filter in my theme functions.php as shown in your filter and hooks section but nothing seems to work
/**
* Filter to change the page title.
*
* @param string $title
*/
add_filter( ‘rank_math/frontend/title’, function( $title ) {
return $title;
});/**
* Allow shortcodes in the Meta Data.
*/
add_filter( ‘rank_math/paper/auto_generated_description/apply_shortcode’, ‘__return_true’ );Please reply me ASAP with solution
The ticket ‘Custom ShortCode in posttitle not displaying in browser tab’ is closed to new replies.