0 weeks ago
Last Updated
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 Usage 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_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
Are you an author of this plugin? Want to write a more detailed review?
Sorry, pal! The plugin couldn’t pass all our tests. No hard feelings, right?
Last Updated
This week
on WordPress
on WordPress
This section is not meant to be comprehensive.
Why don’t you compare the plugin side by
side with another plugin”
24 Jan, 2020
Saif Hassan
Overall
Easy of Use
Customer Support
Feature of Functionality
Value of Money
Pros & Cons: This is a review from the Editorial staff of WP Hive for test purposes. We are sure the plugin made it with good heart for WordPress users and we want to encourage his/her efforts by the first review.
Overall:The plugin should be working great. Even if it does not, we respect the time and effort. If you are using this plugin - leave a review with more information.