add title to twentyeleven_continue_reading_link()
-
hello everyone i need help
i have this code in my functions.php :
function twentyeleven_continue_reading_link() {
return ‘ <img src=”‘ . get_bloginfo(‘template_directory’). ‘/images/moor.jpg” alt=”read more” title=”‘ . the_title(). ‘” />‘;
}the_title() does not show anything i want the post title .
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘add title to twentyeleven_continue_reading_link()’ is closed to new replies.