Plugin info

Total downloads: 7,520
Active installs: 10
Total reviews: 1
Average rating: 4
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 5
Last updated: 5/17/2011 (5342 days ago)
Added to WordPress: 6/11/2010 (15 years old)
Minimum WordPress version: 2.9.2
Tested up to WordPress version: f
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 5342 days ago • 1 reviews

22/100

Is In Over Your Archives abandoned?

Possibly abandoned (last update 5342 days ago).

Compatibility

Requires WordPress: 2.9.2
Tested up to: f
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

This plugin will display your archive page in a nice way, just like on inoveryourhead.net

Shortcode filtering

If you are using the In Over Your Archives shortcode [ioya] to embed the plugin on a page and would like to do category filtering on
your archive results, you may do so by providing the category slug(s) or ID(s), (or a mix) like so:

[ioya cat='trees']
[ioya cat='03,45']
[ioya cat='trees,45,trucks']

Customizing the template

You can customize the look and feel of the archives pages.

Add a file called ioya_month.php to your theme directory and add a basic loop in it as follows:



    

Posted by at

Then modify as necessary.

Installation

  1. Extract the contents of the zip file into your /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. 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]
  4. Enjoy!

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. The archive as implemented on inoveryourhead.net

    The archive as implemented on inoveryourhead.net

  2. This is the colour customization in the admin section

    This is the colour customization in the admin section

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