Rishi87
Member
Posted 3 years ago #
Hi, i want an Archive Page for my blog. It runs on WordPress 2.7.1. I tried some plugins like Snazzy Archive, Clean Archive, Collapsing Archive etc. None of them worked for me.
I also tried using Custom Template method. I am using Arthemia v2 free theme. Could anyone tell me some plugins or any other method that can do the job?
plugins like Snazzy Archive, Clean Archive, Collapsing Archive etc. None of them worked for me.
Please tell us what didn't work.
Rishi87
Member
Posted 3 years ago #
These plugins don't seem to work. It displays only blank page, nothing else. Also while doing with Custom Template method, It displays just "Archive" text.
Then consider using native WordPress archive abilities and in Administration > Appearance > Widgets Recent Posts, Archives, Categories, and Tag Cloud widgets to give you navigation links to various forms of archives.
Rishi87
Member
Posted 3 years ago #
Thanks, but i want to display Archive in a Page and not in sidebar. Is there any tutorial or a script for this? I am using Arthemia theme and this problem seems to be of incompatibility with 2.7.1.
With the help of the Template Hierarchy article, determine what Template is displaying your Pages, then use the template tag, wp_get_archives() in that Template.
Related:
Stepping Into Template Tags
Stepping Into Templates
Template Hierarchy
Also, a plugin such as Recent Posts can be used with a template tag of <?php recent_posts(); ?> in your Page Template.
seesreehari
Member
Posted 3 years ago #
Just create/edit a post or page and type [cleanarchivesreloaded] where you would like the archives list to show up. You can also use [cartotalposts] to show your total post count.
visit my tech site...
seesreehari
Member
Posted 3 years ago #
hope i helped u..............