display all archive posts
-
I want a archive page that looks like this (although this blog uses moveable type, yuck!)
https://www.teamyacht.com/archives/
Can someone give me detailed instructions on how to implement this in wordpress?
I want a seperate page to display the archives and i want the layout similar to the example above.
I’ve created a page named archive index with the write/page feature and the archive template listed here but when it lists the page it doesn’t say, https://www.yeahrightfilms.com/blog/archive_index, it says https://www.yeahrightfilms.com/blog/?page_id=20. How do I fix this?
Also, I used the <?php $posts = query_posts(‘showposts=50’);?> to display my archives but i want infinite posts, not just 50.
Help!!!!
- The topic ‘display all archive posts’ is closed to new replies.