Title: Category Page Extender
Author: grpsmglr00
Published: <strong>ऑक्टोबर 1, 2009</strong>
Last modified: डिसेंबर 31, 2009

---

प्लगइन शोधा

हे प्लगइन **WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी 
चाचणी झालेले नाही**. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु
शकते आणि 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://mr.wordpress.org/plugins/category-page-extender/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/category-page-extender/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/category-page-extender/#installation)
 * [डेव्हलोपमेंट](https://mr.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!

## समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

## योगदानकर्ते आणि विकसक

“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/) तपासा,
किंवा [विकास लॉग](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

## मेटा

 *  आवृत्ती **1.0.3**
 *  शेवटचा अद्यतन **17 वर्षे पूर्वी**
 *  सक्रिय स्थापना **30+**
 *  वर्डप्रेस आवृत्ती ** 2.2 किंवा मोठा **
 *  परीक्षित केले आहे **2.8.4**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/category-page-extender/)
 * टॅग्ज:
 * [admin](https://mr.wordpress.org/plugins/tags/admin/)[categories](https://mr.wordpress.org/plugins/tags/categories/)
   [category](https://mr.wordpress.org/plugins/tags/category/)[formatting](https://mr.wordpress.org/plugins/tags/formatting/)
   [pages](https://mr.wordpress.org/plugins/tags/pages/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/category-page-extender/advanced/)

## मूल्यांकन

अजून कोणतीही पुनरावलोकने सबमिट केलेली नाहीत.

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

[सर्व पुनरावलोकने पहा](https://wordpress.org/support/plugin/category-page-extender/reviews/)

## योगदानकर्ते

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

## समर्थन

काहीतरी सांगायचं आहे का? मदतीची आवश्यकता आहे का?

 [समर्थन फोरम पहा](https://wordpress.org/support/plugin/category-page-extender/)