{"id":7122,"date":"2009-10-30T19:21:52","date_gmt":"2009-10-30T19:21:52","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-cat2calendar\/"},"modified":"2010-12-28T21:12:20","modified_gmt":"2010-12-28T21:12:20","slug":"wp-cat2calendar","status":"publish","type":"plugin","link":"https:\/\/kea.wordpress.org\/plugins\/wp-cat2calendar\/","author":2501385,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.8","stable_tag":"1.0.8","tested":"3.0.5","requires":"2.8.4","requires_php":"","requires_plugins":"","header_name":"WP-Cat2Calendar","header_author":"Andrew Mihaylov","header_description":"","assets_banners_color":"","last_updated":"2010-12-28 21:12:20","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/codeispoetry.ru\/","header_plugin_uri":"http:\/\/www.codeispoetry.ru\/wp-cat2calendar","header_author_uri":"http:\/\/codeispoetry.ru\/","rating":0,"author_block_rating":0,"active_installs":20,"downloads":5824,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8"],"block_files":[],"assets_screenshots":{"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1539116","resolution":"4","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1539116","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1539116","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539116","resolution":"1","location":"plugin"}},"screenshots":{"1":"How it looks","2":"Widgets support","3":"Widget settings","4":"Settings page"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[416,89,10618,6655,86],"plugin_category":[40],"plugin_contributors":[86807],"plugin_business_model":[],"class_list":["post-7122","plugin","type-plugin","status-publish","hentry","plugin_tags-calendar","plugin_tags-category","plugin_tags-future-post","plugin_tags-organize","plugin_tags-post","plugin_category-calendar-and-events","plugin_contributors-andddd","plugin_committers-andddd"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-cat2calendar.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-cat2calendar\/trunk\/screenshot-1.png?rev=1539116","caption":"How it looks"},{"src":"https:\/\/ps.w.org\/wp-cat2calendar\/trunk\/screenshot-2.png?rev=1539116","caption":"Widgets support"},{"src":"https:\/\/ps.w.org\/wp-cat2calendar\/trunk\/screenshot-3.png?rev=1539116","caption":"Widget settings"},{"src":"https:\/\/ps.w.org\/wp-cat2calendar\/trunk\/screenshot-4.png?rev=1539116","caption":"Settings page"}],"raw_content":"<!--section=description-->\n<p>WP-Cat2Calendar is a plugin which can organize posts into a calendar by category(\/ies). It supports a shortcode so you can create a lot of calendars with different settings for different posts or pages on your blog. Every day in the calendar will list the posts published on that day for the selected categories.<\/p>\n\n<h4>Usage<\/h4>\n\n<p>Use <code>WP-Cat2Calendar<\/code> shortcode in your post\/page to add a calendar.<\/p>\n\n<p>You can add a calendar using the php lines:<\/p>\n\n<pre><code>$options = array(...);\nglobal $wpCat2Calendar;\necho $wpCat2Calendar-&gt;display($options);\n<\/code><\/pre>\n\n<h4>Options<\/h4>\n\n<ul>\n<li>cat_id \u2013 a comma separated list of category ID's.<br \/>1.0 \u2013 1.0.1 \u2013 uncategorized by default.<br \/>1.0.2 \u2013 all categories by default.<br \/>You also can use a special keyword post_author which will be replaced with a post author ID where shortcode is placed.<br \/>WordPress bug (still in 2.8.5) at wp-includes\/query.php line 1979 in exclusion so you can exclude only one author, but you can include multiple.<\/li>\n<li>author_id \u2013 a comma separated list of author ID's. (all authors by default)<br \/>since: 1.0.2<br \/>You also can use a special keyword post_author which will be replaced with a post author ID where shortcode is placed.<br \/>WordPress bug (still in 2.8.5) at wp-includes\/query.php line 1979 in exclusion so you can exclude only one author, but you can include multiple.<\/li>\n<li>year \u2013 year you want to display in calendar (current year by default)<\/li>\n<li>month \u2013 month you want to display in calendar (current month by default)<\/li>\n<li>show_nav \u2013 show\/hide month\/year navigation, 0 or 1 (0 by default)<\/li>\n<li>show_date \u2013 show\/hide selected month\/year title, 0 or 1 (0 by default). Have no affect if navigation is shown.<\/li>\n<li>allow_change_date \u2013 allow user to navigate through a calendar even if navigation is hidden and user has direct link. Has no affect if navigation is shown.<\/li>\n<\/ul>\n\n<h4>Examples<\/h4>\n\n<pre><code>[WP-Cat2Calendar cat_id=\"3,4\" show_nav=\"1\" year=\"2009\" month=\"10\"]\n<\/code><\/pre>\n\n<p>It will show a calendar of posts for WordPress categories with ID 3 and 4 with navigation and the start date for a calendar will be October, 2009.<\/p>\n\n<pre><code>[WP-Cat2Calendar cat_id=\"1\" show_nav=\"1\"]\n<\/code><\/pre>\n\n<p>It will show a calendar of posts for WordPress category ID 1 with navigation and the start date for a calendar will be current date.<\/p>\n\n<pre><code>[WP-Cat2Calendar author_id=\"1, 2, 3\" cat_id=\"-4,-5\"]\n<\/code><\/pre>\n\n<p>It will show a calendar of posts posted by users with ID 1, 2, 3 for all WordPress categories excluding categories with ID 4 and 5.<\/p>\n\n<pre><code>[WP-Cat2Calendar author_id=\"-post_author\"]\n<\/code><\/pre>\n\n<p>Show a calendar of posts posted by any user except a posts which belongs to the author of post where shortcode is placed.<\/p>\n\n<pre><code>[WP-Cat2Calendar author_id=\"post_author\"]\n<\/code><\/pre>\n\n<p>Show a calendar of posts posted by the author of post where shortcode is placed.<\/p>\n\n<p>See the <a href=\"http:\/\/www.codeispoetry.ru\/wp-cat2calendar\" title=\"WP-Cat2Calendar homepage\">WP-Cat2Calendar homepage<\/a> for further information.<\/p>\n\n<!--section=installation-->\n<p>WP-Cat2Calendar requires WordPress 2.8.4 or higher.<\/p>\n\n<ul>\n<li>Download and extract the plugin onto your computer<\/li>\n<li>Fill in the plugin extraction directory\/folder to your blog's plugins directory (usually wp-content\/plugins)<\/li>\n<li>Activate the plugin<\/li>\n<\/ul>\n\n<!--section=faq-->\n<p>N\/A<\/p>\n\n<!--section=changelog-->\n<h4>Upcoming 1.0.9<\/h4>\n\n<ul>\n<li>Plugin context help update<\/li>\n<li>'No future post' support<\/li>\n<\/ul>\n\n<h4>1.0.8<\/h4>\n\n<ul>\n<li>Navigation URL hot fix for perma-structs without trailing slash<\/li>\n<\/ul>\n\n<h4>1.0.7<\/h4>\n\n<ul>\n<li>The most URL Rewrite issues fixed<\/li>\n<li>'No Future Posts' support removed till next release<\/li>\n<\/ul>\n\n<h4>1.0.6<\/h4>\n\n<ul>\n<li>Date format setting (date_format shortcode parameter)<\/li>\n<li>Show prev\/next month\/year feature<\/li>\n<li>New widget options: category select, author select, cell height<\/li>\n<li>\"Growing\" URL bug fix<\/li>\n<li>Minor CSS fixes<\/li>\n<\/ul>\n\n<h4>1.0.5<\/h4>\n\n<ul>\n<li>Widgets support<\/li>\n<li>URL Rewrite issues, but some issues are still unfixed<\/li>\n<li>Major JS fixes<\/li>\n<li>cell_height shortcode parameter<\/li>\n<li>Clickable dates following to category archive<\/li>\n<li>Timezone fix<\/li>\n<li>Minor visual changes<\/li>\n<li>Minor bug fixes<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>URL Rewrite conflict with other plugins is solved<\/li>\n<li>Design and behaviour were reworked. Now it shows posts list with excerpts when cursor is over.<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Localizable navigation date format<\/li>\n<li>Months localization through WordPress<\/li>\n<li>Title attribute added to the post links<\/li>\n<li>Current date fix (wrong timezone)<\/li>\n<li>URL Rewrite fixes, now it correctly works and even outside WordPress loop<\/li>\n<li>Default theme changes<\/li>\n<li>Contextual help update<\/li>\n<li>Plugin's direct call protection<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>author_id option added<\/li>\n<li>include\/exclude author\/category support<\/li>\n<li>insignificant code improvements and IE8 fixes in default.css<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>WP 2.6 related fix for default css<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"WP-Cat2Calendar is a plugin which can organize posts into a calendar by category(\/ies).","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/7122","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=7122"}],"author":[{"embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/andddd"}],"wp:attachment":[{"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=7122"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=7122"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=7122"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=7122"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=7122"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=7122"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}