WP Manifestindependent plugin directory
manifest / content / trending-posts

Trending Posts

Not supported. New version here -

by Zemez · github.com/cherryframework/trending-posts · website

0stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/cherryframework/trending-posts/archive/refs/heads/master.zip

Readme

=== Trending Posts === Contributors: TemplateMonster 2002 Tags: posts, widget, popular, views, rating, comments Requires at least: 4.4.2 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 cutom post types.

== Installation ==

  1. Upload the entire trending-posts folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the \'Plugins\' menu in WordPress.
  3. Place <?php do_action( 'tm_trending_posts_display_rating' ); ?> in your templates (index.php or single.php) within the loop.
  4. Place <?php do_action( 'tm_trending_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.

== Screenshots ==

  1. Widget settings

Read the full README on GitHub →