Category Shortcode

Category Shortcode

Plugin adds shortcode capability for adding posts by category to a page.

  • Almost active
    This plugin was not updated the last 5383 days ago.
  • This plugin is not tested with the last major release of WordPress
    Content for list item
  • There is no information available which PHP version this plugin requires
    The latest stable PHP 8.4.10 was released on 03 July 2025
  • No information about vulnerabilities and unfixed security issues is available.
    Content for list item

Ratings

2

Active installs

300

Total Downloads

15K

Support Threads

0

Last updated

15 October 2010

Added

03 March 2010

Versions

100%
  • Version 1.3

About Category Shortcode

FAQ

How do I create a valid category tag?

A tool has been provided under the tools menu (Category Shortcode). Use this generate valid tags. Note: the tool cannot be used to generate a tag that displays multiple categories, but the shortcode does support this.

How do I style the output?

I’ve made div classes around the content data. These classes are:
csc_post_thumbnail
csc_post_title
csc_post_date
csc_post_author
csc_post_category
csc_post_excerpt
csc_post_content
csc_break (a div between each post)

There is also a style div around the entire post with a class of csc_post and then either csc_excerpt, full or title to help with styling.
csc_post
csc_excerpt
csc_title
csc_full

An example style to modify the size of the title would be

.csc_post_title {
font-size: 14px;
}

These properties can be set to display: none; to hide the data. More advanced styling could be done modifying the php in the section commented OUTPUT STYLING.

Changelog

1.0

1.1

1.2

1.3

How to install Category Shortcode

  1. Upload the category_shortcode directory to the /wp-content/plugins directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place a valid [Category] code into a page.