• Hi, I want to know if it’s possible to change the title when you list pages with wp_list_pages function. I see nothing in codex about that but maybe someone have a trick. Or the worst solution: tell me where in WP code I can find the output of this function.
    WordPress need to take more attention on accessibility problems, it’s a part of good web standards practices. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter aysseline

    (@aysseline)

    I made some search on forum, and find a core solution here:
    http://wordpress.org/support/topic/176215?replies=4

    It’s maybe possible to do this with a plugin (not tested):
    http://www.technokinetics.com/plugins/page-lists-plus/
    but I prefer a code solution and add just few plugin when I can

    And a non-dynamic solution:
    write your own links pages (if you have few links) in html with no wp function

    Actually I put the core solution, not the best, but the shortest (I love short way)

    And now tested with accesibility toolbar: all ten errors have disappear

    Glad you got this sorted. The only problem with editing the core files is that each time you upgrade WordPress you need to re-do the edit. Sometimes it’s still the best way though…

    – Tim

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp_list_pages and accessibility’ is closed to new replies.