Title problem
-
Whenever I try to post a link since I updated to 3.3.1 it posts like this now:
“The Intoxicating Stench – Daniel Meyer Blog.ComDaniel Meyer Blog.Com”
It’s been a while since I’ve had to change this and my brain is starting to forget a lot of things from my illness but in the header.php file the title code states:
<title><?php
global $page, $paged;
wp_title( ‘-‘, true, ‘right’ );
bloginfo( ‘name’ );
$site_description = get_bloginfo( ‘description’, ‘display’ );
if ( $site_description && ( is_home() || is_front_page() ) )
echo ” – $site_description”;if ( $paged >= 2 || $page >= 2 )
echo ‘ – ‘ . sprintf( __( ‘Page %s’, ‘evolve’ ), max( $paged, $page ) );?></title>
I know this code is suppose to be something much shorter and simpler so that it doesn’t repeat the site name when I post. Can someone please help out a lost disabled veteran? Thanks!
Daniel Meyer
The topic ‘Title problem’ is closed to new replies.