Im getting frustrated guys, How can I change / revert my blogsite title back to what it was?
The original title is LJDiaz.com || Jargonized | Blogging Whatnots
now it is
Featured | LJDiaz.com || Jargonized | Blogging Whatnots
How can I remove the "Featured" Part? On my General Settings the Blog Title window has the "LJDiaz.com || Jargonized | Blogging Whatnots" title, but whenever I preview it, the browser always includes the "Featured" part. how can I remove it?
Thank You very Much! here is my address http://www.ljdiaz.com
Is it hardcoded in your template? It is not changing from page to page.
how will i know if it is hardcoded? because on my header.php it just says
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta name="verify-v1" content="VkQU5jxU5bDtPeyfzPvlnJOYIbnuxbXWgARQTdXpj6I=" />
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php if (is_home () ) { bloginfo('name'); } elseif ( is_category() ) {
single_cat_title(); echo " - "; bloginfo('name');
} elseif (is_single() || is_page() ) {
single_post_title();
} elseif (is_search() ) {
bloginfo('name'); echo " search results: "; echo wp_specialchars($s);
} else { wp_title('',true); }
?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" />
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/scripts/mootools.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/scripts/tips.js"></script>
<?php wp_head(); ?>
</head>
<body>
<div id="wrapper"><a></a>
<div id="masthead" class="fix">
<div id="headLinks">
<ul>
<li><a>/">Home</a></li>
<?php wp_list_pages('title_li='); ?>
</ul>
</div>
</div>
i think i did not change a thing here in my header where my title for the browser exists
Nevermind, I have already found the solution, I just unchecked the part in Platinum SEO options "Rewrite Titles"