WordPress more link in excerpt
Last Updated on Monday, 26 March 2012 01:28 Written by Dan Monday, 26 March 2012 01:28
To control the “read more” part of the_excerpt() in WordPress – add a function in the functions.php file of the theme to filter it. This can remove the [...] part as well as adding custom wording to the permalink() hyperlink.
See http://stackoverflow.com/questions/3152519/use-wordpress-excerpt-with-a-more-link for how to append the more link to the excerpt text. It use the get_the_excerpt function.
Learn More
WordPress links
Last Updated on Saturday, 24 March 2012 01:08 Written by Dan Saturday, 24 March 2012 01:08
Smashing magazine has a bumper list of WordPress tools, templates and more here:
http://wp.smashingmagazine.com/2012/03/22/useful-wordpress-tools-themes-plugins/
Learn More


