Roy
(@gangleri)
There is no > in font of the title. Just check if you’ve got some bad coding in your index.php. Perhaps there’s just a > that shouldn’t be there.
In the meta of the header there is
<meta name=”copyright” content=”Startersgids.be”>
<meta name=”Language” content=”NL”>
<meta name=”revisit” content=”15 days”>
<title><?php wp_title(); ?></title>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory') ?>/reset-fonts-grids-tabs.css" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
As you can see there is
<title><?php wp_title(); ?></title>
But when you check the navigationbar on my site it says (double > + title
http://www.startersgids.be
Even if ther would be somewhee a > misplaced the chance that it becomes visible n he title navigatio van is small .. there wouldbe much more chance to be somewhere on the page itself
Look at the Settings page in the backend. And then go into General or Permalinks. Check if there is anything like >>
nope -> permalinks is custom /%post_id% ..nowhere >>
sry for all spelling mistakes –> low battery wireless keyboard 🙂
another option is:
try to use <title><?php wp_title(‘ ‘); ?></title>
and see if it works
last one workes ! great … thanks
I always use:
<title><?php if (is_home()) {bloginfo(‘name’) ;} else { wp_title(‘ ‘);} ?></title>
it displays the blog title when you are in the homepage and the page title everywhere else.
tnx but it just says home here 🙂 but i’m gonna chan that anyway so…
( **** keyboard 🙁