Title: WP-Cat2Calendar
Author: Big Boss
Published: <strong>30 spalio, 2009</strong>
Last modified: 28 gruodžio, 2010

---

Ieškoti įskiepiuose

Šis įskiepis **nebuvo išbandytas su 3 vėliausiomis WordPress versijomis**. Jis tikriausiai
nėra prižiūrimas ir palaikomas, todėl gali neveikti su naujausiomis WordPress versijomis.

![](https://s.w.org/plugins/geopattern-icon/wp-cat2calendar.svg)

# WP-Cat2Calendar

 Autorius [Big Boss](https://profiles.wordpress.org/andddd/)

[Parsisiųsti](https://downloads.wordpress.org/plugin/wp-cat2calendar.1.0.8.zip)

 * [Informacija](https://lt.wordpress.org/plugins/wp-cat2calendar/#description)
 * [Atsiliepimai](https://lt.wordpress.org/plugins/wp-cat2calendar/#reviews)
 *  [Diegimas](https://lt.wordpress.org/plugins/wp-cat2calendar/#installation)
 * [Kūrimas](https://lt.wordpress.org/plugins/wp-cat2calendar/#developers)

 [Pagalba](https://wordpress.org/support/plugin/wp-cat2calendar/)

## Aprašymas

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.

#### Usage

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);
    ```

#### Options

 * cat_id – a comma separated list of category ID’s.
   1.0 – 1.0.1 – uncategorized
   by default.1.0.2 – all categories by default.You also can use a special keyword
   post_author which will be replaced with a post author ID where shortcode is placed.
   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.
 * author_id – a comma separated list of author ID’s. (all authors by default)
   since:
   1.0.2You also can use a special keyword post_author which will be replaced with
   a post author ID where shortcode is placed.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.
 * year – year you want to display in calendar (current year by default)
 * month – month you want to display in calendar (current month by default)
 * show_nav – show/hide month/year navigation, 0 or 1 (0 by default)
 * show_date – show/hide selected month/year title, 0 or 1 (0 by default). Have 
   no affect if navigation is shown.
 * allow_change_date – allow user to navigate through a calendar even if navigation
   is hidden and user has direct link. Has no affect if navigation is shown.

#### Examples

    ```
    [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](http://www.codeispoetry.ru/wp-cat2calendar) for
further information.

## Ekrano nuotraukos

 * [[
 * How it looks
 * [[
 * Widgets support
 * [[
 * Widget settings
 * [[
 * Settings page

## Diegimas

WP-Cat2Calendar requires WordPress 2.8.4 or higher.

 * Download and extract the plugin onto your computer
 * Fill in the plugin extraction directory/folder to your blog’s plugins directory(
   usually wp-content/plugins)
 * Activate the plugin

## DUK

N/A

## Atsiliepimai

Įskiepis neturi atsiliepimų.

## Programuotojai ir komandos nariai

“WP-Cat2Calendar” yra atviro kodo programa. Prie jos sukūrimo prisidėję žmonės surašyti
toliau.

Autoriai

 *   [ Big Boss ](https://profiles.wordpress.org/andddd/)

[Išverskite “WP-Cat2Calendar” į savo kalbą.](https://translate.wordpress.org/projects/wp-plugins/wp-cat2calendar)

### Domina programavimas?

[Peržiūrėkite kodą](https://plugins.trac.wordpress.org/browser/wp-cat2calendar/),
naršykite [SVN repozitorijoje](https://plugins.svn.wordpress.org/wp-cat2calendar/),
arba užsiprenumeruokite [kodo pakeitimų žurnalą](https://plugins.trac.wordpress.org/log/wp-cat2calendar/)
per [RSS](https://plugins.trac.wordpress.org/log/wp-cat2calendar/?limit=100&mode=stop_on_copy&format=rss).

## Pakeitimų istorija

#### Upcoming 1.0.9

 * Plugin context help update
 * ‘No future post’ support

#### 1.0.8

 * Navigation URL hot fix for perma-structs without trailing slash

#### 1.0.7

 * The most URL Rewrite issues fixed
 * ‘No Future Posts’ support removed till next release

#### 1.0.6

 * Date format setting (date_format shortcode parameter)
 * Show prev/next month/year feature
 * New widget options: category select, author select, cell height
 * „Growing” URL bug fix
 * Minor CSS fixes

#### 1.0.5

 * Widgets support
 * URL Rewrite issues, but some issues are still unfixed
 * Major JS fixes
 * cell_height shortcode parameter
 * Clickable dates following to category archive
 * Timezone fix
 * Minor visual changes
 * Minor bug fixes

#### 1.0.4

 * URL Rewrite conflict with other plugins is solved
 * Design and behaviour were reworked. Now it shows posts list with excerpts when
   cursor is over.

#### 1.0.3

 * Localizable navigation date format
 * Months localization through WordPress
 * Title attribute added to the post links
 * Current date fix (wrong timezone)
 * URL Rewrite fixes, now it correctly works and even outside WordPress loop
 * Default theme changes
 * Contextual help update
 * Plugin’s direct call protection

#### 1.0.2

 * author_id option added
 * include/exclude author/category support
 * insignificant code improvements and IE8 fixes in default.css

#### 1.0.1

 * WP 2.6 related fix for default css

#### 1.0

 * Initial release

## Metainformacija

 *  Version **1.0.8**
 *  Atnaujinta **prieš 15 metų**
 *  Aktyvių instaliacijų **20+**
 *  WordPress versija ** 2.8.4 ar naujesnė **
 *  Ištestuota iki **3.0.5**
 *  Kalba
 * [English (US)](https://wordpress.org/plugins/wp-cat2calendar/)
 * Žymos
 * [calendar](https://lt.wordpress.org/plugins/tags/calendar/)[category](https://lt.wordpress.org/plugins/tags/category/)
   [future post](https://lt.wordpress.org/plugins/tags/future-post/)[organize](https://lt.wordpress.org/plugins/tags/organize/)
   [post](https://lt.wordpress.org/plugins/tags/post/)
 *  [Daugiau](https://lt.wordpress.org/plugins/wp-cat2calendar/advanced/)

## Įvertinimai

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/wp-cat2calendar/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-cat2calendar/reviews/)

## Autoriai

 *   [ Big Boss ](https://profiles.wordpress.org/andddd/)

## Pagalba

Turite pastabų? Reikia pagalbos?

 [Peržiūrėti pagalbos forumą](https://wordpress.org/support/plugin/wp-cat2calendar/)

## Paremkite

Galbūt norite padėti plėtoti šį įskiepį?

 [ Paremti įskiepio kūrimą ](http://codeispoetry.ru/)