Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

For building my menu's, i'm using wp_list_pages. But i just found out that no alt/tittle attributes are rendered.

Unfortunately, with my php knowledge, i can't fix it. But it must me possible to get the text from the a href, delivered from the wp_list_pages and convert that to the alt/title attributes.

Well, at least, i hope so...

Can someone help me?

Melkman

share|improve this question
alt attributes are for images. And what should be the content of the title attributes? – toscho Jun 23 '12 at 18:13
it would be ok if the title of the page is being used as title attribute... – melkman Jun 24 '12 at 14:51
Then you had redundant titles, right? I don’t see the use case. This was removed in WordPress because it hurt usability. – toscho Jun 24 '12 at 15:36

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.