Inserts posts into pages corresponding to category. Add on plugin for Category Page by pixline.net. Requieres an active installation of Category Page …
As of April 2026, Category Page Extender is a WordPress admin plugin with 30 active installations and a 0/5 rating0. It has been downloaded 10K+ times in total. Requires WordPress 2.2+ and PHP false+. Available on WordPress.org since 2009. Last updated 16 years ago — may have compatibility concerns. Top alternative: Loginizer.
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 installed in order to function.
.
Visit plugin page here
To view complete instructions read here
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…| WordPress | 2.2+ requiredTested up to 2.8.4 |
| PHP | false+ required |
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
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.