Support Forum
Thank you for your reply, I am using twenty eleven.
<title><?php /* * Print the <title> tag based on what is being viewed. */ global $page, $paged; wp_title( '', true, '' ); // Add the blog name. // bloginfo( 'name' ); // Add the blog description for the home/front page. // $site_description = get_bloginfo( 'description', 'display' ); // if ( $site_description && ( is_home() || is_front_page() ) ) // echo " | $site_description"; // Add a page number if necessary: if ( $paged >= 2 || $page >= 2 ) echo ' | ' . sprintf( __( 'Page %s', 'twentyeleven' ), max( $paged, $page ) ); ?></title>
I have tried the simple wordpress title <title><?php wp_title(); ?></title> but it makes no difference i still get 'topic title | page name' in the title and in topic view.
I have also tried <title>Page Name</title> It just prints the page name in the html tag but i still get 'topic name | page name' in topic view!
If i delete the page title and just put the title in Headspace it removes the page name from topic view but i still get topic name | page name in the html title tag
The only thing i can do is to delete the page name and leave the page without a titlle which is no good for seo
What theme and plugins are you using so i can get it to work
1 Guest(s)