>
Download This Plugin | |
Download Elegant Themes | |
Name | WP-Cat2Calendar |
Version | 1.0.8 |
Author | Andrew Mihaylov |
Rating | 0 |
Last updated | 2010-12-26 07:45:00 |
Downloads |
3928
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
WP-Cat2Calendar plugin added 7 kB of resources to the Home page and 7 kB of resources to the sample Post page.
WP-Cat2Calendar plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WP-Cat2Calendar plugin ads no tables to your Wordpress blog database.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.
Use WP-Cat2Calendar
shortcode in your post/page to add a calendar.
You can add a calendar using the php lines:
$options = array(...);
global $wpCat2Calendar;
echo $wpCat2Calendar->display($options);
[WP-Cat2Calendar cat_id="3,4" show_nav="1" year="2009" month="10"]
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.
[WP-Cat2Calendar cat_id="1" show_nav="1"]
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.
[WP-Cat2Calendar author_id="1, 2, 3" cat_id="-4,-5"]
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.
[WP-Cat2Calendar author_id="-post_author"]
Show a calendar of posts posted by any user except a posts which belongs to the author of post where shortcode is placed.
[WP-Cat2Calendar author_id="post_author"]
Show a calendar of posts posted by the author of post where shortcode is placed.
See the WP-Cat2Calendar homepage for further information.