- Tags: posts, widget, popular, views, rating, comments
- Requires at least: 4.5
- Tested up to: 4.9.4
- Stable tag: 1.0.1
- License: GPL-3.0+
- License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Adds rating and views count for posts and custom post types.
- Upload "cherry-trending-posts" folder to the "/wp-content/plugins/" directory
- Activate the plugin through the "Plugins" menu in WordPress
- Place
<?php do_action( 'cherry_trend_posts_display_rating' ); ?>
in your templates (index.php or single.php) within the loop. - 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.
= 1.0.0 =
- Initial release