Unwanted content in website title

I use “anythingslider” jquery plugin to animate some html content in my wordpress theme.
and i use this code in header.php to show title:

<title><?php bloginfo('name'); ?> <?php if ( is_single() ) ?><?php wp_title(); ?></title>

But the first page have unwanted content (#&panel1-2) in title like this:
www.domain.com/#&panel1-2

Read More

I am sure this is because of anythingslider plugin but i don’t have any idea how to fix this.

Related posts

Leave a Reply

1 comment

  1. I doubt WordPress would be putting a url like you mentioned ‘www.domain.com/…’ in title tags either way. Are you sure you’re that’s where it’s showing up?

    The hash in the url is likely just for slider functionality. You could try a different slider or ignore it, since it doesn’t affect anything.