Skip to content

CherryFramework/cherry-trending-posts

Repository files navigation

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