Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 2 posts - 1 through 2 (of 2 total)

Unable to see tagline in browser tab

Home Forums Free Theme Support Theron Lite Unable to see tagline in browser tab

  • #309664

    Shaun Yap

    Hi, I’m wondering how do I make my site tagline appear in the browser tab?

    #316482

    Towfiq I.

    administrator

    open up header.php and replace this:

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

    with this:

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

You must be logged in to reply to this topic.