Archives



This plugin creates an Archives Page for your WordPress site, the Archives Page lists Tag Cloud, Latest Posts, Categories and Monthly Archives. You can specify the number of latest posts to be displayed from the settings page of this plugin in the Dashboard.

Usage

You can display the archives page anywhere in your WordPress site(Posts, Pages, Sidebar, etc) using the shortcodde `[Archives]` or `[archives]`. Check out the live demo here.
The Archives Page is available in Two Layout:

  • jQuery Tabs.
  • HTML.

Installation

  • Download the latest version.
  • Extract it in the /wp-content/plugins/ directory.
  • Activate the plugin through the ‘Plugins’ menu in WordPress.
  • Customize the plugin in the Settings > Archives.

Frequently Asked Questions

For any query, ask me here or comment below.

Screenshots(Click for larger image)

jQuery Archives Page in action.

HTML Archives Page in action.

The Settings menu in the admin panel for customization.

48 Responses to “Archives”

  1. John July 12, 2011 at 3:45 pm #

    Did not work for me. Using WP 3.2. Looking for something to replace the old SRG Clean Archives plugin.

  2. Pritesh Gupta July 12, 2011 at 7:12 pm #

    I just tried on a fresh WP 2.3 install, works for me.
    Tell me what error are you getting? Or the Shortcode just doesn’t works?
    Please elaborate. 

  3. John July 15, 2011 at 5:55 pm #

    Thanks for your reply. I really don’t understand what’s happening with this, but it currently breaks my theme and doesn’t display the archives. Looks like a great plugin, though.

    Here is what I’m getting:
    http://www.johnhorneguitar.com/site-map/archives/

  4. Pritesh Gupta July 15, 2011 at 6:01 pm #

    Can you please try the HTML version of archives, there is a jQuery conflict, you can make this one work too. Just remove this code: http://tinypaste.com/3b6baa and add 

    $(“.tab_content”).hide(); //Hide all content
    $(“ul.tabs li:first”).addClass(“active”).show(); //Activate first tab
    $(“.tab_content:first”).show(); //Show first tab content

    //On Click Event
    $(“ul.tabs li”).click(function() {
    $(“ul.tabs li”).removeClass(“active”); //Remove any “active” class
    $(this).addClass(“active”); //Add “active” class to selected tab
    $(“.tab_content”).hide(); //Hide all tab content
    var activeTab = $(this).find(“a”).attr(“href”); //Find the rel attribute value to identify the active tab + content
    $(activeTab).fadeIn(); //Fade in the active content
    return false;
    }); 

    To your $(document).ready(function()

  5. John July 15, 2011 at 6:52 pm #

    I’m not sure I understand. I removed the part of the code you indicated in the “archives/jquery-archives.php” file and put the code above in it’s place but it still does not work for me. I may have done something wrong. I am not schooled in programming, sorry.

  6. Pritesh Gupta July 15, 2011 at 6:55 pm #

    Lol, I didn’t say that. 

    Can you for a minute mail me(using my contact page)a temporary admin credential of your website. Its totally upto you. 

  7. John July 15, 2011 at 7:04 pm #

    No offense, but I don’t feel comfortable with that.

    Thanks for your offer to help though.

    I have to go to work for the evening. I’ll try working with it again soon.

  8. Pritesh Gupta July 15, 2011 at 7:05 pm #

    Is the HTML Version working? 

    If yes, then there is a simple jQuery conflict. 

  9. John July 15, 2011 at 7:40 pm #

    By HTML what do you mean? Do you mean that I should set the “Use jQuery Tabs for Archives Page?” option to “No”?

    If so , that does not work either.

  10. John July 15, 2011 at 7:41 pm #

    These nested comments keep getting smaller….

  11. Daniel August 1, 2011 at 9:24 am #

    Hi, how can change the language? 
    Daniel

  12. Pritesh Gupta August 1, 2011 at 9:55 am #

    Hi Daniel, 
    Currently only English version is available. 

  13. Roderic Deane August 13, 2011 at 7:05 pm #

    I downloaded the jQuery StarterKit zip file from their site. Where should I extract the files to? Should I extract them to the root directory, the wordpress directory or elsewhere? I’m brand new to this stuff by trying to learn so I can run your Archive plugin in WordPress.

  14. Pritesh Gupta August 14, 2011 at 4:04 am #

    jQuery is already included with it. 

  15. rachel August 15, 2011 at 10:16 pm #

    how about adding support for custom taxonomy archive

  16. Pritesh Gupta August 16, 2011 at 8:41 am #

    Umm, sounds cool, will try out for the future version.

  17. Nick August 30, 2011 at 10:54 pm #

    Hi great plugin! Trying to use it in the sidebar but the lay out isn’t quite right… Got any suggestions? Thanks, Nick

  18. Nick August 30, 2011 at 10:55 pm #

    Ps. http://www.biggetjevijf.nl

  19. Pritesh Gupta August 31, 2011 at 3:32 am #

    I guess it depends on theme to theme basis. 

  20. Banchaworakai September 21, 2011 at 7:51 am #

    sorry but what is the shortcode to use ?

  21. Pritesh Gupta September 21, 2011 at 8:24 am #

    [Archives] or [archives]

  22. Chrisscott11us October 1, 2011 at 11:57 am #

    Great plugin but really, you should list the shortcode somewhere in the plugin options, or on the plugin homepage, in the instructions, or on wordpress.org… i had to search through the comments on this page to find it!

  23. Pritesh Gupta October 1, 2011 at 1:57 pm #

    Haha, Open http://wordpress.org/extend/plugins/archives/
    See under ”Usage”. And here too under “Usage”.

  24. Melissa October 14, 2011 at 10:27 pm #

    i like the way the jquery looks better but i have a left and right hand nav so it does not fit. how can i make it smaller or if you look at the way the html is set up any chance to make the data not appear so smooshed together http://www.girliemom.com
    go to blog/archives

  25. Pritesh Gupta October 14, 2011 at 11:11 pm #

    jQuery: You can change the width and stuff in CSS.
    HTML: Just add line breaks, that should work. 

  26. Pup October 23, 2011 at 4:09 am #

    how would i go about changing the order of the how everything is displayed…for instance i would like to put the recent posts above the tag cloud if possibe…any ideas? thanks

  27. Shikasarang November 14, 2011 at 10:28 pm #

    i activated it.
    but how am i supposed to put it in my template?? whats the code? i have a custom theme. and custom sidebar.php 
    so… can u please tell me how to add the widget into my sidebar? as in teh code! THANKS

  28. Anonymous November 14, 2011 at 11:02 pm #

    nevermind the last comment :)  

    another question though.. how to make the archives and categories into a dropdown option?

  29. Pritesh Gupta November 15, 2011 at 1:06 pm #

    Please read this page top to bottom.

  30. sbooder December 19, 2011 at 10:34 am #

    Hi Pritesh,

                      I
    like the plugin, it looks good on the page. 
    Is there a way of just showing the Categories part  and not the tag cloud, Last 30 posts and
    monthly archive tabs or info.  A long
    shot I know but I would love to have just the categories on the side bar
    showing the amount of posts for each category, the way your plug in dose.  My site is set up so all the categories have
    their own section and do not show on the homepage and I need a way to show a
    generic archive on all pages that is category specific.

    Thanks,

    Simon.

  31. Jennifer December 19, 2011 at 10:46 am #

    Hi there – great plugin!  I have used the shortcode in a page and it’s working fine, but I want the page content at the top, not the archive.  How do I make sure the page content appears first, then the archive appears underneath?

  32. sbooder December 19, 2011 at 5:01 pm #

    Hi Jennifer,

    The only way I have found to do this, is to, get the Pages Post plugin and make the page you have the Archive plugin on a page to take a category called what ever you like really, I called mine pastpost, when setting up the page in Pages Post, make sure you tick the box, ‘Show original page text before posts:’.  Then publish a post with the short code in and it will appear below any text you put on the page.
    Simon

  33. Guest December 30, 2011 at 11:49 pm #

    I would like to know whether you can use this plugins to regular html webpage.

    Thanks !

  34. Todd Jir February 10, 2012 at 5:06 pm #

    Very nice plug in.  I think I am going to use this on my blog!

  35. Gabriel February 16, 2012 at 11:57 am #

    Love the plug-in. I just have one problem. The TITLE of the singular archives page shows up centered on all my urls, including the homepage where it does not belong, and mars the theme

  36. Gabriel February 16, 2012 at 11:59 am #

    The title also is on the topmost layer where it blocks my main pull-down menu, etc. It is definitely something I don’t like.

  37. Lori Laws February 21, 2012 at 2:44 pm #

    Hi  Pritesh, great plug in… love it!  I’ve been using it a while now and it’s been working fine.  In the last day or so when I go to the Archives Page (on my blog it’s called Blog Archives 2008-present) I can’t access the list of 638 posts.  It worked fine before.  Do you know why the list of archives cannot be accessed?  Thanks :) Oh, can you look at this for me… http://www.lorilaws.net/blog-archives-2008-present/

  38. Duto Sri Cahyono May 25, 2012 at 12:21 pm #

    It’s work well on my site.
    Thank you….

  39. alicia July 7, 2012 at 2:35 am #

    Thank You for a fabulous plugin!

    I am using the html version and would like to add some ‘space’ between each section, such as Tagcloud SPACE , Post SPACE, etc.

    How would I edit these settings please?

    Thanks again!

  40. Bruce September 15, 2012 at 6:52 am #

    Pritesh,

    I recently updated to wordpress 3.4.2 and the Archive plugin stopped working. No longer displaying all of the formats – which I really miss. Have others report on this? I have two blogs and it happened on both.

  41. Eric September 27, 2012 at 1:29 am #

    Can we remove the ” This is archives page of Wolfeboro Soccer. Currently the archives consist of 2 posts, 2 page and 0 comments, with a total of 2 categories and 0 tags.
    Last 30 Posts

    Test Post – September 26, 2012 – comments
    SUM U12 against Rye – September 25, 2012 – comments

    Categories

    News (2)

    Monthly Archives”

    and just have the latest 10 or 15 posts listed…?

  42. Nini October 8, 2012 at 9:05 pm #

    Is it possible to remove the word “comments” from the recent entries section? I’m not sure why it’s there or what it’s for, it shows up even on entries that have 0 comments and comments turned off…

  43. Karen October 24, 2012 at 11:28 pm #

    I activated the plug-in but nothing shows up on my site. I am using the OriginMag theme. Do I need to put the code in somewhere? I would like for the archives to be in the sidebar. Thank you.

  44. Alan November 15, 2012 at 11:41 pm #

    I have my archives above my theme since I updated to WP 3.4.2 not looking all that good:
    http://www.isthatbaloney.com/archives/

  45. Kevin December 18, 2012 at 4:00 am #

    This sort of works for WP 3.5 but it doesn’t categorise and structure like it shows in the demo, must be something with 3.5 or I am missing all the available shortcodes or is really just [archives] ?

  46. Brooke January 1, 2013 at 12:51 am #

    I love this plugin but when I adjust the number of articles to appear on the FRONT/home page, the archive page automatically adjusts to that number as well. For example, I want 10 articles on the front page and 50 articles in the archive.

Trackbacks/Pingbacks

  1. Pritesh Gupta på "Archives" - CyberMaster - July 10, 2011

    [...] Arkiv WordPress Plugin hjemmeside for mere [...]

  2. BloggingLife [dot] my | Blogging Adalah Kehidupan - October 8, 2011

    [...] Archives – Page Archives Plugin Plugin archives ini membolehkan anda menyenaraikan simpanan entri atau artikel yang anda siarkan [...]

Leave a Reply