Title: In Over Your Archives
Author: Mohammad Jangda
Published: <strong>June 11, 2010</strong>
Last modified: May 17, 2011

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/in-over-your-archives.svg)

# In Over Your Archives

 By [Mohammad Jangda](https://profiles.wordpress.org/batmoo/)

[Download](https://downloads.wordpress.org/plugin/in-over-your-archives.1.4.3.zip)

 * [Details](https://wordpress.org/plugins/in-over-your-archives/#description)
 * [Reviews](https://wordpress.org/plugins/in-over-your-archives/#reviews)
 *  [Installation](https://wordpress.org/plugins/in-over-your-archives/#installation)
 * [Development](https://wordpress.org/plugins/in-over-your-archives/#developers)

 [Support](https://wordpress.org/support/plugin/in-over-your-archives/)

## 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:

    ```
    <?php while (have_posts()) : the_post(); ?>

        <div class="post">    
            <div class="date">
                <div class="date-day"><?php the_time('j') ?></div>
                <div class="date-month"><?php the_time('M') ?></div>
            </div>
            <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
            <small>Posted by <?php the_author_link() ?> at <?php the_time('g:i A') ?></small>
            <div class="entry">
                <?php the_excerpt(); ?>
            </div>
        </div>
    <?php endwhile; ?>
    ```

Then modify as necessary.

## Screenshots

[⌊The archive as implemented on inoveryourhead.net⌉⌊The archive as implemented on
inoveryourhead.net⌉[

The archive as implemented on inoveryourhead.net

[⌊This is the colour customization in the admin section⌉⌊This is the colour customization
in the admin section⌉[

This is the colour customization in the admin section

## 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!

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“In Over Your Archives” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Mohammad Jangda ](https://profiles.wordpress.org/batmoo/)
 *   [ stresslimit ](https://profiles.wordpress.org/stresslimit/)
 *   [ whatch ](https://profiles.wordpress.org/whatch/)
 *   [ cvernon ](https://profiles.wordpress.org/cvernon/)

[Translate “In Over Your Archives” into your language.](https://translate.wordpress.org/projects/wp-plugins/in-over-your-archives)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/in-over-your-archives/),
check out the [SVN repository](https://plugins.svn.wordpress.org/in-over-your-archives/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/in-over-your-archives/)
by [RSS](https://plugins.trac.wordpress.org/log/in-over-your-archives/?limit=100&mode=stop_on_copy&format=rss).

## 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

## Meta

 *  Version **1.4.3**
 *  Last updated **15 years ago**
 *  Active installations **10+**
 *  WordPress version ** 2.9.2 or higher **
 * Tags
 * [archive](https://wordpress.org/plugins/tags/archive/)[archives](https://wordpress.org/plugins/tags/archives/)
   [posts](https://wordpress.org/plugins/tags/posts/)
 *  [Advanced View](https://wordpress.org/plugins/in-over-your-archives/advanced/)

## Ratings

 4 out of 5 stars.

 *  [  0 5-star reviews     ](https://wordpress.org/support/plugin/in-over-your-archives/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/in-over-your-archives/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/in-over-your-archives/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/in-over-your-archives/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/in-over-your-archives/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/in-over-your-archives/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/in-over-your-archives/reviews/)

## Contributors

 *   [ Mohammad Jangda ](https://profiles.wordpress.org/batmoo/)
 *   [ stresslimit ](https://profiles.wordpress.org/stresslimit/)
 *   [ whatch ](https://profiles.wordpress.org/whatch/)
 *   [ cvernon ](https://profiles.wordpress.org/cvernon/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/in-over-your-archives/)