Category Show

It’s an easy way to show and order all posts from category/tag into a page/post. Really handy for showing your tutorials, articles, etcetera.
It shows as a list(<ul><li>) so it will apply your blog style-sheet as you wish.
Note: If the selected term(category or tag) has a description, it will be shown in a <blockquote> tag.
To see it in action click here.
Usage:
-
Go to Category Show’s options page and generate the tag.
-
Insert your new tag into your post.
Tags to know:
If you want to apply some CSS, those are the tags you should know: <h3>, <ul>, <li>, <a> and <blockquote>.
Output example:
<h3>Category</h3>
<blockquote>Category description, if exists</blockquote>
<ul>
<li><a title="link title" rel="bookmark" href="link">title</a></li>
</ul>
That’s it!
TODO
- Each topic content preview.
- Page support.
- A RSS edition of Category Show.
- Add widget support.
- Select user’s own category in options page. (DONE)
- Make it possible to get a date in front of each link.
- Create a definitely Category Show tag for the posts.
If you want to suggest some feature, please contact me here.
Changes
- 0.4.2: Date ordering bug fix.
- 0.4.1: Added support to show category description if exists. Now the tag generation uses term_id as the expression, not the tag slug anymore.
- 0.4: Now the user can generate his tag from the Category Show’s options page. No more writing your tag!
- 0.3.2: Deleted debug messages that was been printed on 0.3.1.
- 0.3.1: Fixed bug that the content was been all replaced by the list, not just the tag. Added Brazilian Portuguese translation.
- 0.3: Added support to change the ordering by title or date. Added options page to generate neat tags for the post. Even more optimized!
- 0.2.3: Fixing <ul> end tag bug. Updating readme.txt file nicely.
- 0.2.2: Adding screenshot showing how it works and adding pt_BR .mo translation file.
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
- Give a name to your project
- Download the Installer Package
- Install & activate the plugin locally
- Install the suggested dependencies
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.



