Viewing 3 replies - 1 through 3 (of 3 total)
  • The link at the bottom of your page says you’re using the Tiga theme. In that theme, there’s a header.php file that has the lines:

    <title>
    <?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>
    <?php wp_title(); ?>
    </title>

    Delete that second line to make the HTML title be just the page title.

    Thread Starter mdbmarketing

    (@mdbmarketing)

    Thank you so much!

    Hmmm… mdbmarketing seemed to be asking the question I have, which is how to make the title appear only in the browser’s title bar and not on the Web page itself. However, I tried this tip and exactly the opposite happened! Title bar said only “Mozilla Firefox”, while my blog’s title still appeared on the page.

    So I tried deleting the third line above, rather than the second, but it had no visible effect.

    Still looking for an answer!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to only display page title in browser bar’ is closed to new replies.