CC Recent Post

A Content Scrolling Fantasy.

Author:Codycave Team (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:4.4.8
Plugin version:0.0
Added to WordPress repository:14-12-2015
Last updated:18-12-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:80
Rated by:1
Plugin URI:http://codeycave.com/Plugins/cc-recent-post
Total downloads:1 025
Active installs:10+
plugin download
Click to start download

CC Recent Post is a simple recent post showing plugin in both sidebar or anywhere in your website.

Major Features:
1. Simple Shortcode.
2. Most Recent Post List.
3. Most Commented Post List.

How to use:

For Showing Recent Post List:

Shortcode:

[ccrp]


Options:

  • per_page: (default: 5) To show number post.
  • order: (default: DESC) Use to show the post order. (values: DESC/ASC)
  • img: (default: true) Use to show the post image thumbnail. (values: true/false)
  • img_type: (default: sqr) Use to show the post image thumbnail shape. (values: sqr/circle)
  • excerpt: (default: false) Use to show the post excerpt content. (values: false/true)
  • cat: (default: true) Use to show the post category name. (values: true/false)

Full Shortcode :

[ccrp pre_page="5" order="DESC" img="true" img_type="sqr" excerpt="false" cat="true"]


For Showing Most Commented Post List:

Shortcode:

[ccrp_mc]


Options:

  • per_page: (default: 5) To show number post.
  • order: (default: DESC) Use to show the post order. (values: DESC/ASC)
  • img: (default: true) Use to show the post image thumbnail. (values: true/false)
  • img_type: (default: sqr) Use to show the post image thumbnail shape. (values: sqr/circle)
  • excerpt: (default: false) Use to show the post excerpt content. (values: false/true)
  • cat: (default: true) Use to show the post category name. (values: true/false)

Full Shortcode :

[ccrp_mc pre_page="5" order="DESC" img="true" img_type="sqr" excerpt="false" cat="true"]


Plugin Demo: http://www.codycave.com/Plugins/cc-recent-post/