All of a sudden I have singapore appearing at the top of my page. How do I get rid of it?
http://www.commonpeople.sg/v1/
All of a sudden I have singapore appearing at the top of my page. How do I get rid of it?
http://www.commonpeople.sg/v1/
Open the header file in your theme and see if it's there.
This is what I could find in your header:
<meta name="keywords" content="commonpeople, art, design, culture, fashion, photography, community, singapore" />
singapore
Remove the orphan "singapore" that lies beyond the closing tag.
S.K
Thank you ... I am an amateur, getting my info off forums. Typically I edit in wordpress (that is the only way I know). I just opened the header.php ... but I cannot see the above. This is what I have:
<!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" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta name="verify-v1" content="XMHWf4ZdJ2fK05q8R1KL3bQzHu8psYf1iYMXMlw5zrY=" />
<title>
<?php if (is_home()) { echo bloginfo('name');
} elseif (is_404()) {
echo '404 Not Found';
} elseif (is_category()) {
echo 'Category:'; wp_title('');
} elseif (is_search()) {
echo 'Search Results';
} elseif ( is_day() || is_month() || is_year() ) {
echo 'Archives:'; wp_title('');
} else {
echo wp_title('');
}
?>
</title>
<meta http-equiv="content-type" content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" />
<meta name="description" content="<?php bloginfo('description') ?>" />
<?php if(is_search()) { ?>
<meta name="robots" content="noindex, nofollow" />
<?php }?>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" />
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/ie6.css" media="screen" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/ie7.css" media="screen" />
<![endif]-->
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
</head>
<body>
<div id="page-wrap">
<div id="top">
<h1 class="logo">
<a href="<?php bloginfo('url'); ?>"><img src="http://commonpeople.sg/wp-content/uploads/2009/04/cplogo.jpg" width="450" height="54" alt="<?php bloginfo('name'); ?>" /></a>
</h1>
<ul id="nav">
<?php wp_list_pages('title_li='); ?>
</ul>
</div>
<div class="clear"></div>All that stuff is put in there by All In One SEO pack. Check the options and what you have added therein.
S.K
Wah ... you rock ! Thanks heaps.
Are you using All In One SEO Pack?
If Yes, do the following.
1 Go to All in one SEO options.
2 In bottom of the page you will see; Additional Post Headers, Additional Page Headers, Additional Home Headers.
3 Remove the word Singapore in any of these boxes.
4 The word will go from your site top page.
I too had once did this mistake. This method will work.
This topic has been closed to new replies.