Title: Category Page Extender
Author: grpsmglr00
Published: <strong>2009년 10월 1일</strong>
Last modified: 2009년 12월 31일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](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://ko.wordpress.org/plugins/category-page-extender/#description)
 * [평가](https://ko.wordpress.org/plugins/category-page-extender/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/category-page-extender/#installation)
 * [개발](https://ko.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**
 *  최근 업데이트: **16년 전**
 *  활성화된 설치 **40+**
 *  워드프레스 버전 ** 2.2 또는 그 이상 **
 *  다음까지 시험됨: **2.8.4**
 *  언어
 * [English (US)](https://wordpress.org/plugins/category-page-extender/)
 * 태그:
 * [admin](https://ko.wordpress.org/plugins/tags/admin/)[categories](https://ko.wordpress.org/plugins/tags/categories/)
   [category](https://ko.wordpress.org/plugins/tags/category/)[formatting](https://ko.wordpress.org/plugins/tags/formatting/)
   [pages](https://ko.wordpress.org/plugins/tags/pages/)
 *  [고급 보기](https://ko.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/)