Title: Category Page Extender
Author: grpsmglr00
Published: <strong>01.10.2009</strong>
Last modified: 31.12.2009

---

Търсене на разширения

Това разширение **не е обновявано повече от 2 години**. Може вече да не се поддържа
и да има проблеми със съвместимостта при използването му на по-нови версии на WordPress.

![](https://s.w.org/plugins/geopattern-icon/category-page-extender.svg)

# Category Page Extender

 От [grpsmglr00](https://profiles.wordpress.org/grpsmglr00/)

[Изтегляне](https://downloads.wordpress.org/plugin/category-page-extender.1.0.3.zip)

 * [Детайли](https://bg.wordpress.org/plugins/category-page-extender/#description)
 * [Оценки](https://bg.wordpress.org/plugins/category-page-extender/#reviews)
 *  [Инсталиране](https://bg.wordpress.org/plugins/category-page-extender/#installation)
 * [Разработка](https://bg.wordpress.org/plugins/category-page-extender/#developers)

 [Поддръжка](https://wordpress.org/support/plugin/category-page-extender/)

## Описание

This plugin builds on the Category Page plugin making it possible to automatically
insert posts into pages and subpages based on categories. You must have a current
version of [Category Page](https://wordpress.org/extend/plugins/page2cat/) installed
in order to function.
 . Visit plugin page [here](http://categorypageextender.wordpress.com/)

### Usage

To view complete instructions [read here](http://categorypageextender.wordpress.com)

Open up page.php in your template folder (you may also set up a seperate a Page 
Template)

For the most basic setup, insert the following below the loop statement in the page.
php file:

    ```
    <?php if( function_exists(page2cat_pages)){ page2cat_pages($post->ID);} ?>
    ```

I recommend you wrap the function in your standard post class. For example:

    ```
    <div class="post">
    <?php if( function_exists(page2cat_pages)){ page2cat_pages($post->ID);} ?>
    </div>
    ```

Plugin Options

    ```
    <?php if( function_exists(page2cat_pages)){ page2cat_pages($post->ID, posts per page, number of pages);} ?><br /><br />
    ```

Posts per page: (default = 10) set to 0 to show all
 This sets the number of posts
to show at one time on the page.

Number of pages: (default = 15) set to 0 to show all
 This tells how many page numbers
to show at a time on the page navigation bar.

Example of Category Page Extender with variables:

    ```
    <?php if( function_exists(page2cat_pages)){ page2cat_pages($post->ID, 5, 10);} ?>
    ```

This will list 5 posts and up to 10 page numbers at a time on the page navigation
bar.

[Plugin Homepage](http://categorypageextender.wordpress.com/)

## Инсталиране

***Requires a current installation of Category Page: https://wordpress.org/extend/
plugins/page2cat/

 1. Download the plugin Zip archive.
 2. Upload `Category Page Extender` folder to your `/wp-content/plugins/` directory
 3. Activate the plugin through the ‘Plugins’ menu in WordPress
 4. Setup some relationship between Categories and Pages using the Category Page plugin
 5. Tweak `page.php` in your theme folder (please [read here](http://categorypageextender.wordpress.com)
    to learn how).
 6. Enjoy!

## Отзиви

There are no reviews for this plugin.

## Сътрудници и разработчици

“Category Page Extender” е софтуер с отворен код. Към разширението са допринесли
следните хора:

Сътрудници

 *   [ grpsmglr00 ](https://profiles.wordpress.org/grpsmglr00/)

[Превеждане на “Category Page Extender” на вашия език.](https://translate.wordpress.org/projects/wp-plugins/category-page-extender)

### Имате интерес към разработване?

[Преглеждане на кода](https://plugins.trac.wordpress.org/browser/category-page-extender/),
разглеждане на [SVN хранилище](https://plugins.svn.wordpress.org/category-page-extender/),
или абонамент към [програмната история (log)](https://plugins.trac.wordpress.org/log/category-page-extender/)
чрез [RSS](https://plugins.trac.wordpress.org/log/category-page-extender/?limit=100&mode=stop_on_copy&format=rss).

## Списък с промени

1.0.3 – Fixed Firefox display error due to html comments in category-page-extender.
php file
  1.0.2 – Fixed page navigation  1.0.1 – Fixed header output error  1.0–
Original Release

## Мета

 *  Version **1.0.3**
 *  Last updated **Преди 17 години **
 *  Active installations **30+**
 *  WordPress version ** 2.2 или по-висока **
 *  Tested up to **2.8.4**
 *  Language
 * [English (US)](https://wordpress.org/plugins/category-page-extender/)
 * Tags
 * [admin](https://bg.wordpress.org/plugins/tags/admin/)[categories](https://bg.wordpress.org/plugins/tags/categories/)
   [category](https://bg.wordpress.org/plugins/tags/category/)[formatting](https://bg.wordpress.org/plugins/tags/formatting/)
   [pages](https://bg.wordpress.org/plugins/tags/pages/)
 *  [Разширен изглед](https://bg.wordpress.org/plugins/category-page-extender/advanced/)

## Оценки

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/category-page-extender/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/category-page-extender/reviews/)

## Сътрудници

 *   [ grpsmglr00 ](https://profiles.wordpress.org/grpsmglr00/)

## Поддръжка

Имате да кажете нещо? Имете нужда от помощ?

 [Разглеждане на форумите за поддръжка](https://wordpress.org/support/plugin/category-page-extender/)