This plugin will display your archive page in a nice way, just like on inoveryourhead.net
Download
Latest version: Download In Over Your Archives v1.4.3 [zip]
Installation
- Extract the contents of the zip file into your
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- You can either create an archive page with a template that includes the code
<?php echo ioya_archive(); ?>, or create a page with the shortcode[ioya] - Enjoy!
Changelog
1.4.3
- small bug fixes
1.4.2
- small bug fixes
1.4.1
- implemented shortcode filtering by category.
- various tweaks and performance improvements
1.4
- Mainly Javascript optimizations.
- Fixed a few bugs:
** broken links to prev / next years
1.3.1
- Bug introduced in the previous update was loading all posts across all pages
1.3
- Added filters so you can change the number and size of the image thumbnails displayed
- Bug Fixes:
** Various errors
** Archive page now shows all posts; they were being limited to your site’s posts per page count.
1.2
- More bug fixes!
** fixed a bug where imagecreatefromstring() in wp core was being called on empty string
** fixed a bug where in certain cases we wouldn’t get any thumbnails at all
** better handling when we are in a month with no posts, so we jump to the month before
** a bunch of small optimization stuff
1.0.1
- Various release-related bug fixes:
** updated css to prevent months from displaying on multiple lines
** added the ability to provide a list of images to ignore, if you use small “utility” images like itunes buttons, get by email, twitter, etc
** improved the parsing function which finds images automatically
** fixed a css bug where month abbreviations were being split onto 2 lines
1.0
- Initial release