I want to have three news page excerpts in blocks in my sidebar previewing content from the three most recent news pages dynamically. The news pages are static pages.
I can't seem to find an appropriate plug-in/widget to do the job, any suggestions.
I want to have three news page excerpts in blocks in my sidebar previewing content from the three most recent news pages dynamically. The news pages are static pages.
I can't seem to find an appropriate plug-in/widget to do the job, any suggestions.
Are these news pages created with WordPress or are they from a completely different site/application?
New pages created in Wordpress
The only plugins of this type (that I'm aware of) tend to focus on recent posts - not pages. From a coding perspective, you could possibly use get_page_by_title to grab the data you needed for display in your sidebar.
You must log in to post.