Changeset 152950
- Timestamp:
- 09/08/2009 05:22:55 AM (17 years ago)
- Location:
- post-views-summary/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (5 diffs)
-
wp-postviews-summary-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
post-views-summary/trunk/readme.txt
r152824 r152950 2 2 Contributors: philbring 3 3 Donate link: http://www.hilbring.de/2009/09/04/wp-postviews-dashboard/#donate 4 Tags: dashboard, widget 4 Tags: dashboard, widget, admin 5 5 Requires at least: 2.8 6 6 Tested up to: 2.8.4 7 Stable tag: 1. 0.17 Stable tag: 1.1 8 8 9 9 `Post Views Summary` is a dashboard plugin that shows the most and least visited posts and pages. … … 15 15 = There are the following configuration options: = 16 16 17 * Choose between articles, posts and both17 * Choose between posts, pages and both 18 18 19 19 * Choose the maximum number matches to display … … 27 27 1. Upload the `Post Views Summary` plugin (the whole post-views-summary folder) to the `/wp-content/plugins/` directory. 28 28 2. Activate the plugin through the *Plugins* menu in WordPress. 29 3. Set the options for the plugin 29 30 30 31 == Frequently Asked Questions == … … 38 39 The configuration data is stored in the WordPress MySQL `_options` Table. The relevant `option_name` field had the contents `PostViewsSummary` 39 40 40 = Where is the configuration panel? =41 = Where can i set the options? = 41 42 42 43 When you drag the mouse over the upper right corner of the `Post Views Widget` you will find the 'Configure' link. … … 49 50 50 51 = 1.1 = 51 * Add configuration panel [Sep 0 7, 2009]52 * Add configuration panel [Sep 08, 2009] 52 53 53 54 = 1.0.1 = -
post-views-summary/trunk/wp-postviews-summary-widget.php
r152824 r152950 3 3 Plugin Name: Post Views Summary 4 4 Plugin URI: http://www.hilbring.de/2009/09/04/wp-postviews-dashboard/ 5 Description: A dashboard plugin that shows the 10most and least visited posts and pages.5 Description: A dashboard plugin that shows the most and least visited posts and pages. 6 6 Author: Peter Hilbring 7 7 Version: 1.1
Note: See TracChangeset
for help on using the changeset viewer.