Customizing wp_get_archives() output
-
I posted the following in the “How-To and Troubleshooting” section without much luck. Hopefully someone here can point me in the right direction…
Is it possible to display the date, title and excerpt of a post on an archives page?
I would like to develop a “newsroom” listing page that lists the posts (right now categorized as “news”) in the format “2005.03.04 – Title of Post Here – Excerpt Here”. The date/title will be enclosed in a link to the specific post. When the user clicks on the link they will see that specific post.
So far I can list all of the posts I need. The only problem is only the date shows up. Is there a trick to using <?php wp_get_archives(‘type=postbypost’); ?> that I need to know?
Am I trying to tackle this the wrong way?
Thanks in advance for any help!
- The topic ‘Customizing wp_get_archives() output’ is closed to new replies.