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 b …
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 blog and your content stand out.
Main features of Snazzy Archives are:
Plugin by Vladimir Prelovac. Also check out ManageWP.
This file is part of Snazzy Archives.
Snazzy archives is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Snazzy archives is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Snazzy archives. If not, see http://www.gnu.org/licenses/.
Thanks.
You may want to edit the CSS file immediately to adjust the look for your blog. Please read the FAQ for explanation how.
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.
Also you can enable special effect 1 in your plugin options, this will create a so called carousel effect that will further save space.
Just edit the width of .sz_cont element and height of .sz_img element and notice the change immediately.
You can create a new template file, for example snazzy.php, 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:
<p align="center"> <?php if (isset($SnazzyArchives)) echo $SnazzyArchives->display(); ?> </p>
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
Options for carousel (special effect #1) can be found in snazzy-archives.js file. You can set how many elements are visible at once (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).
You can create your own custom layouts and special effects send me for inclusion in future versions. Also you can send your feedback, bug reports and suggestions.
Of course, visit Snazzy Archives Home Page
Yes I am, visit my WordPress Services page to find out more.
= 1.6
* New option to exclude categories from archives