{"id":8239,"date":"2010-06-11T19:18:33","date_gmt":"2010-06-11T19:18:33","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/in-over-your-archives\/"},"modified":"2011-05-17T18:12:43","modified_gmt":"2011-05-17T18:12:43","slug":"in-over-your-archives","status":"publish","type":"plugin","link":"https:\/\/ga.wordpress.org\/plugins\/in-over-your-archives\/","author":483756,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.4.3","stable_tag":"1.4.3","tested":"","requires":"2.9.2","requires_php":"","requires_plugins":"","header_name":"In Over Your Archives","header_author":"stresslimit","header_description":"","assets_banners_color":"","last_updated":"2011-05-17 18:12:43","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/in-over-your-archives\/","header_author_uri":"http:\/\/stresslimitdesign.com","rating":4,"author_block_rating":0,"active_installs":10,"downloads":7643,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":"1","5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.2","1.3","1.3.1","1.4","1.4.1","1.4.2","1.4.3"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1573768","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1573768","resolution":"1","location":"plugin"}},"screenshots":{"1":"The archive as implemented on inoveryourhead.net","2":"This is the colour customization in the admin section"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1445,3621,36332,36333,166],"plugin_category":[59],"plugin_contributors":[77504,78302,83499,90759],"plugin_business_model":[],"class_list":["post-8239","plugin","type-plugin","status-publish","hentry","plugin_tags-archive","plugin_tags-archives","plugin_tags-inoveryourhead","plugin_tags-julien-smith","plugin_tags-posts","plugin_category-utilities-and-tools","plugin_contributors-batmoo","plugin_contributors-cvernon","plugin_contributors-stresslimit","plugin_contributors-whatch","plugin_committers-batmoo","plugin_committers-cvernon","plugin_committers-whatch"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/in-over-your-archives.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/in-over-your-archives\/trunk\/screenshot-1.png?rev=1573768","caption":"The archive as implemented on inoveryourhead.net"},{"src":"https:\/\/ps.w.org\/in-over-your-archives\/trunk\/screenshot-2.png?rev=1573768","caption":"This is the colour customization in the admin section"}],"raw_content":"<!--section=description-->\n<p>This plugin will display your archive page in a nice way, just like on inoveryourhead.net<\/p>\n\n<h4>Shortcode filtering<\/h4>\n\n<p>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 \nyour archive results, you may do so by providing the category slug(s) or ID(s), (or a mix) like so:<\/p>\n\n<pre><code>[ioya cat='trees']\n[ioya cat='03,45']\n[ioya cat='trees,45,trucks']\n<\/code><\/pre>\n\n<h4>Customizing the template<\/h4>\n\n<p>You can customize the look and feel of the archives pages.<\/p>\n\n<p>Add a file called <code>ioya_month.php<\/code> to your theme directory and add a basic loop in it as follows:<\/p>\n\n<pre><code>&lt;?php while (have_posts()) : the_post(); ?&gt;\n\n    &lt;div class=\"post\"&gt;    \n        &lt;div class=\"date\"&gt;\n            &lt;div class=\"date-day\"&gt;&lt;?php the_time('j') ?&gt;&lt;\/div&gt;\n            &lt;div class=\"date-month\"&gt;&lt;?php the_time('M') ?&gt;&lt;\/div&gt;\n        &lt;\/div&gt;\n        &lt;h2&gt;&lt;a href=\"&lt;?php the_permalink() ?&gt;\" rel=\"bookmark\" title=\"Permanent Link to &lt;?php the_title_attribute(); ?&gt;\"&gt;&lt;?php the_title(); ?&gt;&lt;\/a&gt;&lt;\/h2&gt;\n        &lt;small&gt;Posted by &lt;?php the_author_link() ?&gt; at &lt;?php the_time('g:i A') ?&gt;&lt;\/small&gt;\n        &lt;div class=\"entry\"&gt;\n            &lt;?php the_excerpt(); ?&gt;\n        &lt;\/div&gt;\n    &lt;\/div&gt;\n&lt;?php endwhile; ?&gt;\n<\/code><\/pre>\n\n<p>Then modify as necessary.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Extract the contents of the zip file into your <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>You can either create an archive page with a template that includes the code <code>&lt;?php echo ioya_archive(); ?&gt;<\/code>, or create a page with the shortcode <code>[ioya]<\/code><\/li>\n<li>Enjoy!<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.4.3<\/h4>\n\n<ul>\n<li>small bug fixes<\/li>\n<\/ul>\n\n<h4>1.4.2<\/h4>\n\n<ul>\n<li>small bug fixes<\/li>\n<\/ul>\n\n<h4>1.4.1<\/h4>\n\n<ul>\n<li>implemented shortcode filtering by category.<\/li>\n<li>various tweaks and performance improvements<\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>Mainly Javascript optimizations. <\/li>\n<li>Fixed a few bugs:\n** broken links to prev \/ next years<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Bug introduced in the previous update was loading all posts across all pages<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Added filters so you can change the number and size of the image thumbnails displayed<\/li>\n<li>Bug Fixes:\n** Various errors\n** Archive page now shows all posts; they were being limited to your site's posts per page count.<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>More bug fixes!\n** fixed a bug where imagecreatefromstring() in wp core was being called on empty string\n** fixed a bug where in certain cases we wouldn't get any thumbnails at all\n** better handling when we are in a month with no posts, so we jump to the month before\n** a bunch of small optimization stuff<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Various release-related bug fixes:\n** updated css to prevent months from displaying on multiple lines\n** 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\n** improved the parsing function which finds images automatically\n** fixed a css bug where month abbreviations were being split onto 2 lines<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"This plugin will display your archive page in a nice way, just like on inoveryourhead.net","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ga.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/8239","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ga.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ga.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ga.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=8239"}],"author":[{"embeddable":true,"href":"https:\/\/ga.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/batmoo"}],"wp:attachment":[{"href":"https:\/\/ga.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=8239"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ga.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=8239"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ga.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=8239"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ga.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=8239"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ga.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=8239"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ga.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=8239"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}