• Hi!

    There was a change in WordPress maybe sometimes in middle of 2014.

    The classic Widgets like Category list widget used to list categories like that:

    <div id="l_sidebar">
    <ul id="l_sidebarwidgeted">
    <li id="categories-3" class="widget widget_categories">
    <h2 class="widgettitle">Categories</h2>
    
    <ul>
    <li class="cat-item cat-item-131"><a href="https://mysite.com/category/cat1" title="View all posts filed under cat1">cat1</a></li>
    </ul>

    Now it seems like that:

    <div id="l_sidebar">
    <ul id="l_sidebarwidgeted">
    <li id="categories-3" class="widget widget_categories">
    <h2 class="widgettitle">Categories</h2>
    
    <ul>
    <li class="cat-item cat-item-131"><a href="https://mysite.com/category/cat1">cat1</a></li>
    </ul>

    No title=”View all posts filed under cat1″ attribute! Why? I miss the title tag from there. It also disappeared from other taxonomy links. Where, why and how is it gone? How can I restore it?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Where is the Title Attribute?’ is closed to new replies.