• Resolved intellivision

    (@intellivision)


    How can I remove title attribute from wp_list_pages()?

    Example

    <li class="page_item page-item-28"><a href="/wp/?page_id=28" title="Europe">Europe</a></li>

    becomes

    <li class="page_item page-item-28"><a href="/wp/?page_id=28">Europe</a></li>

    Why? The client wants it that way. Shrug.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove title attribute from wp_list_pages()’ is closed to new replies.