Hi there,
For some reason, my pages links and category links are displaying a >> raquo next to the link. This is only happening in FF.
Any ideas?
Thanks!
Hi there,
For some reason, my pages links and category links are displaying a >> raquo next to the link. This is only happening in FF.
Any ideas?
Thanks!
Replace
<title><?php if ( is_single() ) { ?> <?php } ?> <?php wp_title(); ?></title>
by
<title><?php if ( is_single() ) { ?> <?php } ?> <?php wp_title(''); ?></title>
This topic has been closed to new replies.