Site Title Problem
-
i have my site title set as “aosora.us”
<img src=”https://i663.photobucket.com/albums/uu354/Eudemon369/111-2.jpg”>
but on front-page it appears “ACG newsaosora.us”
[IMG]https://i663.photobucket.com/albums/uu354/Eudemon369/222-2.jpg[/IMG]
ACG news is one of my category, but i don’t want it to display on my front-page title, what should i do?
i tried to deactivate some of my recent installed plug-ins, include CEO plug-in, but didn’t work
here is the code for the header.php, if you need to see it
<title><?php wp_title(''); if (function_exists('is_tag') and is_tag()) { ?><?php } if (is_archive()) { ?><?php } elseif (is_search()) { ?><?php echo $s; } if ( !(is_404()) and (is_search()) or (is_single()) or (is_page()) or (function_exists('is_tag') and is_tag()) or (is_archive()) ) { ?><?php _e(' | '); ?><?php } ?><?php bloginfo('name'); ?></title>
- The topic ‘Site Title Problem’ is closed to new replies.