• 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!

Viewing 1 replies (of 1 total)
  • Replace

    <title><?php if ( is_single() ) { ?> <?php } ?> <?php wp_title(); ?></title>

    by

    <title><?php if ( is_single() ) { ?> <?php } ?> <?php wp_title(''); ?></title>

Viewing 1 replies (of 1 total)
  • The topic ‘raquo >> appearing on page links’ is closed to new replies.