Beskrivning
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
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.
Vanliga frågor
- 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.
Bidragsgivare och utvecklare
”Popular Tags” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”Popular Tags” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
1.0
- Initial Release