CherryFramework / cherry-trending-posts

Adds rating and views count for posts and custom post types

Home Page:http://www.cherryframework.com/plugins/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cherry Trending Posts

Description

Adds rating and views count for posts and custom post types.

Installation

  1. Upload "cherry-trending-posts" folder to the "/wp-content/plugins/" directory
  2. Activate the plugin through the "Plugins" menu in WordPress
  3. Place <?php do_action( 'cherry_trend_posts_display_rating' ); ?> in your templates (index.php or single.php) within the loop.
  4. Place <?php do_action( 'cherry_trend_posts_display_views' ); ?> in your templates (index.php or single.php) within the loop.

And of course, you will find new "Trending Post" widget in "Appearance - Widgets" menu in your WordPress admin panel.

Changelog

= 1.0.0 =

  • Initial release

About

Adds rating and views count for posts and custom post types

http://www.cherryframework.com/plugins/


Languages

Language:PHP 58.6%Language:JavaScript 27.3%Language:CSS 14.0%