Snazzy Archives – WordPress Archive Plugin


Snazzy Archives is a visualization plugin for your WordPress site featuring an unique way to display all your posts. Your archive page will never be boring again!

Snazzy archives simply lets you express yourself and your blog. You can select different layouts and special effects, Snazzy archives will make sure your content stands out.

snazzy screenshot 1 Snazzy Archives   WordPress Archive Plugin

Snazzy Archives in action

Main features

  • Unique visual presentation of blog posts
  • Will work out of the box with all features
  • Posts are scanned for images and youtube videos and shown together with number of comments
  • Different editable layouts (HTML and CSS)
  • Special effects using jQuery
  • Caching available for faster access

Demo

Download

dl Snazzy Archives   WordPress Archive Plugin

donate Snazzy Archives   WordPress Archive Plugin

Installation & Usage

  1. Upload the whole plugin folder to your /wp-content/plugins/ folder.
  2. Go to the Plugins page and activate the plugin.
  3. Use the Options page to change your options
  4. Use the code [snazzy-archive] (without one space) in a post or page where you want to display the archive

You may want to edit the CSS file immediately to adjust the look for your blog. Please read the FAQ for explanation how.

Frequently Asked Questions

Supprt questions can be asked in the plugin support forum.

This looks like Tumblr!

The idea comes actually from this page and people from a popular microblogging platform Tumblr have used it on their blogs as well. I have taken the idea further, creating a plugin that is differnt in many ways.

How can I change default size of archive?

Open style-archive.css for editing. This is  the main file for styling information. First element .snazzy describes the main container.

Height attribute is the height of archive, remove the line if you want full height. Same applies to width. If the archive can not fit in the container, scrollbars will be shown like on the picture.

snazzy example1 Snazzy Archives   WordPress Archive Plugin

Also you can enable special effect 1 in your plugin options, this will create a so called carousel effect that will further save space.

How do I change the height and width of the posts and pictures?

Just edit the width of .sz_cont element and height of .sz_img element and notice the change immediately.

How can I show archives full screen like you do?

First  create a new empty template file, for example snazzy.php, Then just include header and Snazzy archive call, not the sidebar.Then upload snazzy.php to your theme folder and create a new page on your blog using this template (write page and select this template instead of the default; the option for template is found below the post).

Here is how can one such file look like:

<?php
/*
Template Name: Snazzy Archives
*/

?>

<?php get_header(); ?>

<p align="center">
<?php if (isset($SnazzyArchives)) echo $SnazzyArchives->display(); ?>
</p>

<?php get_footer(); ?>

How do I edit and add layouts?

Layouts are stored in files snazzy-layout-1.php, snazzy-layout-2.php and so on.. Edit these fles or make your own using the available variables

  • $first_for_day - is the comment first for given day, used usually for additional clearance
  • $title - post title
  • $excerpt - post excerpt
  • $comcount - number of comments
  • $imageurl - url of the post image
  • $youtubeurl - url of the video (without http://)
  • $day, $month, $year - date of post

How do I set carousel options?

Options for carousel (special effect #1) can be found in snazzy-archives.js.php file. You can set how many elements are visible at once (variable visible) and if you change width of the items in your CSS file, do not forget to change it here as well - option def_width (add 16px for default padding).

How can I contribute?

You can create your own custom layouts and special effects! Send them to me for inclusion in future versions. Also you can send your feedback, bug reports and suggestions.

Change log

v1.0
- Added caching
- Added option to load images
- Added option to specify page id, so the scripts load only that page

v0.6 - Added options to show years in rows and months in reverse order (thanks Jorge Sierra!)
v0.5 - IE fix and xHTML compliance
v0.4 - bug fix release. changed the code to [snazzy-archive]
v0.1 - First release

You can also visit my other WordPress Plugins.

If you are looking for WordPress Services, feel free to contact me.

Comments:

346 Comments

  1. Karen
    Dec 5th, 2008

    I tried this again and just to make sure it wasn't my theme, I tried with kubrick and wordpress classic. No luck on either front. The PHP in snazzy-archives.php looks better though, so I have no idea why I cannot make this work. Bummer.

  2. DON
    Dec 4th, 2008

    I was showing off the results of this plugin on my diet site and have had no problems with it. It really makes the page look great.

    I was trying to install it on another site but had no success, I know it has to do with the template so I will probably experiment with other templates.

    The way it brings out the posts is very impressive and it makes the Archive Page stand out.

  3. Duke
    Dec 4th, 2008

    I have Albeo as a template.
    I used the snazzy.php template but the sidebar keeps loading :(
    What can I do?
    I cant find any solution to this...because the snazzy template should be enough to suppress the sidebar...but it doesnt work!

  4. fruityoaty
    Dec 4th, 2008

    Using latest v1.0.1. It works fine on my blog, except when I enable "Use Snazzy Cache". In the plugin options page, I see this text: "Your wp-content folder is writeable by WordPress. You may use the cache."

    However, if I check the "Use Snazzy Cache" box, nothing appears on the archives page except for the navigation buttons, even after refresh.

    I really need cache function as the current load time of my archives page is quite long (lots of images)... which makes use of the plugin not realistic for my case.

    Anyway, thanks for this fantastic plugin. It's really quite... super.

  5. Jose Balmart
    Dec 4th, 2008

    Still no luck here. Same as before :(

  6. Dec 4th, 2008

    Released version 1.0.1 with an added security fix. Please try that.

  7. Karen
    Dec 3rd, 2008

    I think it is probably a problem with this newest release from Nov. 22. Hopefully Vladimir will look into it.

  8. Jose Balmart
    Dec 3rd, 2008

    Karen, If you find out how to do it work, please let me know. I have the same issue here.

  9. Karen
    Dec 3rd, 2008

    I am unable to get this to work. The code breaks the page as soon as it tries to load snazzy archives. I looked at snazzy-archives.php and it looks like there is a missing }, " or ; (I am no PHP expert). I can see on about line 99 after the script where it quits reading as PHP. I owuld LOVE to use this, but I am stuck.

  10. Jose Balmart
    Dec 3rd, 2008

    Hi, Im unable to use this plugin and I really want to. The page created for mi archive stops the load of the rest of the page at the title of the same, and nothing is showed. Any help will be appreciated. Regards and thanks in advance.

  11. Frances
    Nov 26th, 2008

    Argh sorry I keep clicking send before I think of everything I want to ask, can it exclude categories too? For example only show archives from category 1?

  12. Frances
    Nov 26th, 2008

    Oh I see it has to be in a post or page. Is there any way to insert it as a widget or into my sidebar?

  13. Frances
    Nov 26th, 2008

    I'm confused as to how to implement it. I just get some text saying [snazzy-archive] on my page. How do I activate it?

  14. Вася
    Nov 23rd, 2008

    А вы можете сделать хелп на русском языке , а то у меня с англиским засада =(

  15. llamasonic
    Nov 22nd, 2008

    very nice plugin, would love to see a sidebar widget with this!

  16. Nov 22nd, 2008

    Snazzy Archives v1.0 is out and better than ever!
    - Added caching
    - Added option to load images
    - Added option to specify page id, so the scripts load only that page

    Enjoy :)

  17. Kasumi
    Nov 17th, 2008

    Snazzy Archives is fantastic - very eyecatching and attractive for visitors.

  18. JamesSpratt.org
    Nov 12th, 2008

    Tremendous archives pluggage.

    Best archives I've seen. Great job.

    Thanks,

    James

    http://jamesspratt.org

  19. Rohit
    Nov 11th, 2008

    This is really a nice plugin.. thanx for sharing...

  20. valerie
    Nov 10th, 2008

    @valerie - PS you can see the plugin on my test page ;)

  21. valerie
    Nov 10th, 2008

    Hi! First, I am really glad I found your plugin. It looks really cool. However I have no idea how you did what you did, my knowledge of php is not great (yet..) and so I don't know how to change the plugin to fit my needs.
    What I really want, is to show only part of this on my blog's homepage; just the last month, preferably in a confined space (a div with many divs- or more precise; more like a calendar layout and it would be even greater f I could have empty spaces for days without posts) The whole thing, also preferably confined in another layou, would be on a different page.
    Anyway, as I said, I don't know how you did this, maybe it's possible to adapt it to what I'm looking for, maybe it's not, maybe you don't want it to be altered like that at all! However if you could help me out, point me in th right direction or just tell me what you think, it would be very much appreciated.

  22. Alice
    Nov 1st, 2008

    I'm happy with image resize mode:)

  23. Fizzgigg
    Nov 1st, 2008

    Hi.
    I'm using v0.6.1 of Snazzy and when using IE7 the vertical scrollbar is shown in a not to attractive way. I read more than me have had this problem but I haven't found any way to fix it. Any suggestions?
    Very nice plugin by the way, I hope you can fix the problem since i really would like to use in on my site.

    Have a nice weekend.

  24. Snuggleuptopus
    Oct 29th, 2008

    First, i love this plugin, many things for all the work you put into it for us to use!!! One question, is it possible to change the font types and colors of the year, month, date, and quote? I've been looking at the code and i can't figure it out. i'm no expert of coding but i can usually figure it out eventually, i've been looking and i can't find anything though...please help?

  25. Oct 28th, 2008

    @Morten Skogly - Thanks for the fix. Regarding the problem you can always try temporary disabling other plugins and seeing if it works or not.

    @Myrko | AwakeBlogger - Unfortunately not

Have your say

Your email is never published nor shared. Required fields are marked *

*
*

Subscribe without commenting

About

vladimir prelovac Vladimir Prelovac is CEO of Prelovac Media, a computer engineer by profession and an adventurer by state of mind. more +


"I would love to change the world, I just don't have the source code yet."

Services

Manage multiple WordPress sites

Built for WordPress enthusiasts, ManageWP helps you manage all your WordPress sites from one central location.

Books

WordPress Plugin Devleopment Book Read my book WordPress Plugin Development: Beginner's Guide

Published by Packt Publishing, available online through Amazon.