Plugin info

Total downloads: 1,025
Active installs: 10
Total reviews: 1
Average rating: 4
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 12/18/2015 (3666 days ago)
Added to WordPress: 12/14/2015 (10 years old)
Minimum WordPress version: 3.0.1
Tested up to WordPress version: 4.4.30
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3666 days ago • 1 reviews

22/100

Is CC Recent Post abandoned?

Possibly abandoned (last update 3666 days ago).

Compatibility

Requires WordPress: 3.0.1
Tested up to: 4.4.30
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

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/

Installation

This section describes how to install the plugin and get it working.

e.g.

  1. Upload CC Recent Post folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You can use shortcode in page or post.
  4. After applying the shortcode please go to the endless scroll plugin option (in your wordpress Dashboard Menu-bar) and click on ‘Save Changes’ button once.

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0

  • Initial Release.