Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

meta title not working

$
0
0

Replies: 0

Hi, I’ve installed your plugin and gone into the settings, then meta titles and descriptions, then home and set %%post_title%% | %%sitetitle%% as the title, but it isn’t working.
I’ve also gone into my page editor and edited a pages meta title and description but again it’s not working
I have added the below code to my themes functions file but still no joy

function seopress_theme_slug_setup() {
add_theme_support( ‘title-tag’ );
}
add_action( ‘after_setup_theme’, ‘seopress_theme_slug_setup’ );

Are you able to help?


Viewing all articles
Browse latest Browse all 59525

Trending Articles