Tagged Questions
0
votes
1answer
343 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="' . ...