Skip to content
SWER edited this page May 24, 2013 · 7 revisions

Welcome to the Page2Cat wiki!


Please note: actual documentation is on bitbucket, here's a work in progress for the next release (3.4)


Build Status

This WP plugin offers some helpful shortcodes in order to to display the content of a post, a page, or a list of posts. It also offers exclusive relationship between a Category and a Page, in order to display the page content as "header" of category archives.

You can safely use shortcodes inside a post or a page, our you can embed them in your theme using the do_shortcode WordPress function like that:

<?php do_shortcode('[showsingle pageid/postid <options>"]'); ?>

Shortcodes reference / examples

  • showsingle -- shows a single post/page content
  • showlist -- shows a list of post from a given taxonomy
  • showauto -- (only in category.php templates) show related page
Clone this wiki locally