Recent Popular Tags Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Recent Popular Tags WordPress plugin allows the administrator to display the most popular recently used tags by post authors.
This plugin is very valuable for current events websites because it gives admins the ability to set the number of tags to display and how many days to consider as “recent”… No more popular tags displaying from two years ago!
Default Usage
Heading and Recent Popular Tags will be displayed beneath each blog post.
Shortcode
Use shortcode [recent-popular-tags]
to display Recent Popular Tags anywhere in blog posts, pages, custom post types or in a text widget.
Template Tag
Use <?php if ( function_exists('rpt_display_content') ) { echo do_shortcode('[recent-popular-posts]')} ?>
to display Recent Popular Tags in your template files
Widget
Use [recent-popular-tags]
in a “Text” widget to display Recent Popular Tags in a sidebar
Screenshots
-
The Recent Popular Tags WordPress plugin settings page. Enter a heading, number of tags to display and number of recent days.
-
The default display of Recent Popular Tags plugin is below the content on blog posts. Recent Popular Tags uses your theme’s default
h3
styling and default a styling, expect with text-transform:uppercase applied. -
Use the Recent Popular Tags shortcode [recent-popular-tags] in a Text widget to display Recent Popular Tags in a sidebar or widgetized area.