Tagged Questions
0
votes
1answer
340 views
Echo title attribute php
I have the following in functions.php:
function twentyten_continue_reading_link() {
global $id;
return ' <span class="readmore"><a href="'. get_permalink($id) . '" title="' . ...
4
votes
7answers
2k views
How can i add title attributes to next and previous post link functions
It's a pretty simple question really! For some reason a title attribute is not appended to next_post_link and prev_post_link calls in Wordpress.
Anyone got any tips on this?
Thanks