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 5 posts - 1 through 5 (of 5 total)

Show Site Tag Line

Home Forums Free Theme Support Theron Lite Show Site Tag Line

  • #107896

    Merry Gabriella

    Hi Towfiq,
    Thanks for making Theron Lite, this is an excellent theme. I’m just having one problem how to show site tagline on the browser tab. Normally it should appear after site name. Thank you so much.

    #108123

    Towfiq I.

    administrator

    whats your site address?

    #108206

    Merry Gabriella

    benitashoponline.com

    #108258

    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 if(is_home()){ ?> - <?php bloginfo('description')?><?php } ?><?php wp_title(); ?></title>

    #108596

    Merry Gabriella

    Thank you so much

You must be logged in to reply to this topic.