• In archive.php and index.php there are places where the_title() is used instead of the_title_attribute(). This makes ugly code like
    <a href="something" title="<a href="something" title="something" ">...</a>
    and breaks theme.
    To sum up: the_title_attribute() should be used instead of the_title() when using title=”…” in images and links

  • The topic ‘the_title used wrong in links title field’ is closed to new replies.