Recent Posts Plugin
-
In normally when it generates a list of articles to put under “recent posts” or the RSS feed, WP just automatically cuts a blurb from the first X number of lines of text from each post made.
The WP post editor has an optional excerpt field that allows the user to manually write an excerpt or summary when they feel the automatic clip from the article isn’t clear enough. Normally if users fill in the excerpt field, the text in that field is favored over the automatic pull quote when generating a list under “recent posts”
What I want is a plugin that changes that behavior. What I want is a recent posts output that goes as follows:
- article one excerpt (A manual summary)
Automatic pull quote of article one - article two excerpt
pull quote of article two - article three excerpt
pull quote of article three
etc.
I want both to be shown in the list. This would allow someone to, for example, write a quick summary of a scientific article have that shown along with WP’s automatic pull from the first X lines of the article (Usually a complex set of statements from an scientific abstract and not very accessible to nonexperts.)
As the list is made I want both shown. Manual summary first, then the pull quote for each article.
What plugin or tweak to the PHP would good to do that?
- article one excerpt (A manual summary)
The topic ‘Recent Posts Plugin’ is closed to new replies.