Title: Category Page Extender
Author: grpsmglr00
Published: <strong>01. listopada 2009.</strong>
Last modified: 31. prosinca 2009.

---

Pretraga dodataka

Dodatak **nije testiran s zadnje 3 glavna izdanja WordPressa**. Možda ga se više
ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama
WordPressa.

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

# Category Page Extender

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

[Preuzmi](https://downloads.wordpress.org/plugin/category-page-extender.1.0.3.zip)

 * [Detalji](https://hr.wordpress.org/plugins/category-page-extender/#description)
 * [Recenzije](https://hr.wordpress.org/plugins/category-page-extender/#reviews)
 *  [Instalacija](https://hr.wordpress.org/plugins/category-page-extender/#installation)
 * [Razvoj](https://hr.wordpress.org/plugins/category-page-extender/#developers)

 [Podrška](https://wordpress.org/support/plugin/category-page-extender/)

## Opis

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/)

## Instalacija

***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!

## Recenzije

Nema recenzija za ovaj dodatak.

## Suradnici i Programeri

“Category Page Extender” je softver otvorenog koda. Sljedeće osobe su doprinijele
ovom dodatku.

Suradnici

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

[Prevedite “Category Page Extender” na svoj jezik.](https://translate.wordpress.org/projects/wp-plugins/category-page-extender)

### Zainteresirani ste za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/category-page-extender/),
pogledajte [SVN spremište](https://plugins.svn.wordpress.org/category-page-extender/)
ili se pretplatite na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/category-page-extender/)
od [RSS](https://plugins.trac.wordpress.org/log/category-page-extender/?limit=100&mode=stop_on_copy&format=rss).

## Dnevnik promjena

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

## Meta

 *  Version **1.0.3**
 *  Zadnje ažuriranje **prije 17 godina**
 *  Aktivnih instalacija **30+**
 *  WordPress inačica ** 2.2 ili viša **
 *  Testirano do **2.8.4**
 *  Language
 * [English (US)](https://wordpress.org/plugins/category-page-extender/)
 * Oznaka
 * [admin](https://hr.wordpress.org/plugins/tags/admin/)[categories](https://hr.wordpress.org/plugins/tags/categories/)
   [category](https://hr.wordpress.org/plugins/tags/category/)[formatting](https://hr.wordpress.org/plugins/tags/formatting/)
   [pages](https://hr.wordpress.org/plugins/tags/pages/)
 *  [Napredni pogled](https://hr.wordpress.org/plugins/category-page-extender/advanced/)

## Ocjena

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/)

## Suradnici

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

## Podrška

Želite nešto reći? Potrebna vam je pomoć?

 [Pregledaj forum za podršku](https://wordpress.org/support/plugin/category-page-extender/)