Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

CC Recent Post

Beschrijving

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/

Installatie

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

bijv.

  1. Upload CC Recent Post folder to the /wp-content/plugins/ directory
  2. Activeer de plugin via het ‘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.

Beoordelingen

3 september 2016
This is another plugin for showing recent posts and it is surprisingly good, but lack of visualization. It can be better in a case if developer continuing for on it. The must-have feature, which should be presented in further versions are; additional menu in admin dashboard & options screen. For now it is very simple and straightforward plugin, which, of course not so powerful as concurrents...
Lees 1 beoordeling

Bijdragers & ontwikkelaars

“CC Recent Post” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “CC Recent Post” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0

  • Initial Release.