Description
This plugins store your post and tag archive page visitor in your database and display the popular one on the widget area. We use ajax call to store visit information in database when someone is viewing your posts to prevent this plugin from slowing down your website load time.
It is often used in news website to show which tags are the most popular for the visitor. We also provide you with the option choose in what timeframe you want to measure your popular tags.
Arbitrary section
Screenshots
Installation
- Use the Plugins, Add New menu in WordPress to install the plugin or upload the popular-tags folder to the /wp-content/plugins/ directory.
- Activate the plugin through the βPluginsβ menu in WordPress
- To show the widget, go to Appearance > Widget and add our βPopular Tags by Visitβ widget to your sidebar area.
FAQ
- Will it slow down my website
-
No. We use ajax to send visit data to minimize the effect on overall website performance. We also use transient to retrieve popular posts data every hour. It will save you a lot of server resources.
- Why it is not updated in real time ?
-
We use transient to retrieve popular posts data every hour. It will save you a lot of server resources.
Contributors & Developers
“Popular Tags” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Popular Tags” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial Release