Add title attribute in wp_list_pages
-
Hii ,
I am using wp_list_pages( $args ) function in a template its working fine and the output is<a href="https://www.example.com/">Home</a>
but I want to add title attribute also for example
<a href="https://www.example.com/" title="Home">Home</a>
Please help me out
Thanks in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add title attribute in wp_list_pages’ is closed to new replies.