• Resolved louis007

    (@louis007)


    Hi,

    It seems the title(h1) ‘name’ and description(h2) ‘bloginfo’
    in header.php has a output dat it combines title and description into the h1 tag.
    strange, but how to solve???

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Tim Nicholson

    (@timnicholson)

    I’m not sure what you are asking here. The site title is in an h1 tag with a class of site-title. The description is separate within an h2 tag with a call of “

    Here is what the theme outputs:

    <div id="site-branding" class="site-branding">
    <div class="container">
    <h1 class="site-title"><a href="https://xtremelysocial.com/" rel="home">XtremelySocial</a></h1>
    <h2 class="site-description">Cool WordPress Themes and Facebook Apps</h2>
    </div>
    </div><!-- .site-branding -->

    Thread Starter louis007

    (@louis007)

    Tx found it!

    My mistake, misplaced <!– code, stupid me!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Title en description in header’ is closed to new replies.