• toddmhartley

    (@toddmhartley)


    Hi. The title bar for my site puts an em dash at the end, and I’m not sure how to get rid of it. I’m using the Photolistic theme and don’t know how to change it on the back end.

    Here’s the site: insidejobaspen.com

    Any help anyone could give me with this would be greatly appreciated. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • CrouchingBruin

    (@crouchingbruin)

    Go to Settings > General from your admin dashboard and see if it’s at the end of your Tagline.

    Thread Starter toddmhartley

    (@toddmhartley)

    It’s not at the end of my tagline. The site is just putting it there on its own.

    CrouchingBruin

    (@crouchingbruin)

    Can you try deactivating the Yoast plugin to see if that makes a difference? Otherwise, you’ll have to contact Buzzrain for support, since it’s their theme.

    If you wanted to change it via JavaScript, you could install a scripting plugin and add this code:

    <script>
    jQuery(document).ready(function($){
       $("title").html('Inside Job Aspen | Interior Design in Aspen, Colorado');
    });
    </script>

    The title will get changed after the page finishes loading. Using this method, you could actually change it to whatever you want. But this is kind of an inelegant, brute force method.

    Thread Starter toddmhartley

    (@toddmhartley)

    Weird. Deactivating the WordPress SEO plugin fixed the problem. Then, just to see what it would do, I reactivated the plugin. This time there was no em-dash, but it had the title twice in the title bar, which is even worse.

    Thanks for the help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Em dash in title bar, Photolistic theme’ is closed to new replies.