Title: Category Page Extender
Author: grpsmglr00
Published: <strong>1 de Outubro, 2009</strong>
Last modified: 31 de Decembro, 2009

---

Buscar plugins

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

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

# Category Page Extender

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

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

 * [Detalles](https://gl.wordpress.org/plugins/category-page-extender/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/category-page-extender/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/category-page-extender/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/category-page-extender/#developers)

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

## Descrición

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

## Instalación

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

## Comentarios

Non hai recensións para este plugin.

## Colaboradores e desenvolvedores

“Category Page Extender” é un software de código aberto. As seguintes persoas colaboraron
con este plugin.

Colaboradores

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

[Traduce “Category Page Extender” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/category-page-extender)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/category-page-extender/),
bota unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/category-page-extender/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/category-page-extender/)
por [RSS](https://plugins.trac.wordpress.org/log/category-page-extender/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

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

 *  Versión **1.0.3**
 *  Última actualización **Fai 16 anos**
 *  Instalacións activas **30+**
 *  Versión de WordPress ** 2.2 ou superior **
 *  Probado ata **2.8.4**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/category-page-extender/)
 * Etiquetas
 * [admin](https://gl.wordpress.org/plugins/tags/admin/)[categories](https://gl.wordpress.org/plugins/tags/categories/)
   [category](https://gl.wordpress.org/plugins/tags/category/)[formatting](https://gl.wordpress.org/plugins/tags/formatting/)
   [pages](https://gl.wordpress.org/plugins/tags/pages/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/category-page-extender/advanced/)

## Valoracións

Aínda non se enviaron valoracións.

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

[Ver todas as valoracións](https://wordpress.org/support/plugin/category-page-extender/reviews/)

## Colaboradores

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

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/category-page-extender/)