Customizing wp_get_archives() output
-
I am not having much luck finding the right answer through my searches so hopfully someone can point me into the right direction.
Is it possible to displays the date *and* title of a post on an archives page?
I would like to develop a “newsroom” listing page that lists the posts (categorized as “news”) in the format “2005.03.04 – Title of Post Here”. The date/title will be enclosed in a link to the specific post. When the user clicks on the post 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?
Thanks in advance for any help!
The topic ‘Customizing wp_get_archives() output’ is closed to new replies.