• Hi all,

    I’ve been editing and playing around with the following theme: http://beatmanager.com/wp1001/ BUT! My title tag has ended up deleted I’d say (though it appears to be both in the main page and index page) as:

    <h1 class="PostHeaderIcon-wrapper">
    <span class="PostHeader"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'kubrick'), the_title_attribute('echo=0')); ?>">
    
    </a></span>
    </h1>

    What am I missing?

    Any help would be appreciated …

    Thanks,
    Jennifer

Viewing 3 replies - 1 through 3 (of 3 total)
  • try removing this from the long line of code
    , the_title_attribute('echo=0')

    that is a command to not display the title attribute

    Thread Starter jennifer420

    (@jennifer420)

    Hi Stvwlf,

    Thank you for the suggestion … though it still isn’t showing. Any idea on what else I could try? Not sure how it went missing to begin with honestly …

    Thank you again,
    Jennifer

    Are you referring to the title that appears in the browser window top bar or the title of the link in the code you posted?

    The title in the code you sent does not refer to the page title, only to a popup tooltip that displays when someone points at the link. That display was turned off by the code I suggested you add.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Missing title tag …’ is closed to new replies.