Mint Popular Posts
By Yaakov Ellis
Wordpress plugin that will retrieve a list of the most popular posts in your blog, based on your Mint data. Allows for customization and filtering of the resultset based on different parameters. Can retrieve information from Mint tables located within your Wordpress database, or in a different database.
Release Notes
Latest version- Version 1.0
-
- Can be added to layout as widget
- Settings for caching, external DB and widget operation are controlled through Wordpress Admin Options page.
- Version 0.96
-
Changed caching mechanism to use built-in Wordpress caching
- Version 0.95
-
Fixed a number of bugs
- $pre and $post parameters now work properly
- Fixed bug when caching results from different database
- If you want to include a comma as part of the text in the $text_to_remove or $ignore_list parameters, indicate this with a double-comma (“,,”). This will now be treated as a single comma and not as a field delimiter.
- Version 0.94
-
Changed the $text_to_remove parameter so that it accepts comma-separated lists of different strings to remove from titles to be displayed in output.
- Version 0.93
-
Added ability to retrieve data from Mint tables located in a database separate from your Wordpress database. Improved code readability, relocated caching options to top of file