=== Category Page === Contributors: pixline Donate link: http://pixline.chipin.com/ Tags: admin, pages, category, formatting, plugin, categories, integration, page, theme Requires at least: 2.1.3 Tested up to: 2.3b1 Stable tag: 0.4.3 Connect pages with one or more Category, and use them as introduction on category archives. == Description == This plugin allow to bind a Page to a Category, and display the page content on top of category page, tweaking archives.php or adding a custom category.php file (example file for default WP theme is bundled in the plugin). It provide a theme function called page2cat_output(), please see bundled example for details. *Credits* Copyright (C) 2007 Paolo Tresso / [Pixline](http://pixline.net/) == Installation == 1. Download the plugin Zip archive. 1. Upload `Category Page` folder to your `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Place `archive.php` in your theme folder, or tweak your theme files (see examples to learn how). 1. Setup some relationship between Categories and Pages 1. Enjoy! If those steps aren't enough to make it work, please visit [Category Page plugin page](http://pixline.net/wordpress-plugins/category-page-plugin/) first. If even this page isn't enough, please open a support ticket on [Category Page Support Forum](http://talks.pixline.net/forum/category-page-plugin) Debuggers: please report your WordPress version and plugin version you're using, and theme used if the issues involves frontend or displaying. Thank you! == FAQ == 1. What it will do for me? It lets you to connect a page to one or more category. It offers a template function to display a page content everywhere, for example above your category archive. 1. What it will NOT do for me? Display custom text (at now), and display category archives inside a page. 1. I have a problem like "WordPress database error: [Table ’*.wp_page2cat’ doesn’t exist]" The plugin has not installed well, and can't find Try to deactivate and reactivate plugin. If this not work and table wp_page2cat is not created, you can create it with this SQL query: ` CREATE TABLE "wp_page2cat" ( "rel_ID" BIGINT NOT NULL AUTO_INCREMENT , "page_ID" BIGINT NOT NULL , "cat_ID" BIGINT NOT NULL , PRIMARY KEY ( "rel_ID" ) , INDEX ( "page_ID" , "cat_ID" ) ); == Changelog == * 0.4.3 (30/08/07) 2.3beta1-compliant release * 0.4.2 (22/08/07) microbugfix, example files for Kubrik, Hemingway and Sandbox themes. * 0.4.1 (15/08/07) fix 'foreach' errors * 0.4 (10/08/07) stable release for 0.4. going to the next level. * 0.4b2 (06/08/07) fix for db version... * 0.4b (05/08/07) TESTING RELEASE svn only. moved to database, plugin almost rewritten from scratch. * 0.3 (27/07/07) many fixes for 2.1.3, 2.2.1 and svn compatibility. archive.php example fixed. * 0.2.1 (19/07/07) fixed backward compatibility for 2.1 * 0.2 (18/07/07) management and options panel, better sidebox, widget available, one more example theme. * 0.1 (17/07/07) first tag. alpha 2 with some typo fixing. * 0.1a2 (17/07/07) fix sidebox in page editing, manage panel. * 0.1a (16/07/07) first public alpha. `