My question is all in Topic title
I would like to display a Read more... link to full post after post excerpt
Anybody any ideas how ?
Thanks for a great plugin !
http://wordpress.org/extend/plugins/wordpress-popular-posts/
My question is all in Topic title
I would like to display a Read more... link to full post after post excerpt
Anybody any ideas how ?
Thanks for a great plugin !
http://wordpress.org/extend/plugins/wordpress-popular-posts/
Answer is modifiying line 194 as follow
$permalink = get_permalink($wppost->ID);
$post_link ='<a href="' . $permalink . '" title="">' . "Lire la suite..." . '</a>';
$post_content = "<span class=\"wpp-excerpt\">" . $this->get_summary($wppost->ID, $summoner) . "<span class=\"wpp-link\">" . $post_link . "</span>". "</span>";
Hope this helps
You must log in to post.