Changeset 2115125
- Timestamp:
- 06/30/2019 10:55:37 PM (7 years ago)
- File:
-
- 1 edited
-
mwr-hit-counter/trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mwr-hit-counter/trunk/README.txt
r2113762 r2115125 3 3 Author: Daniel Martín Ochoa 4 4 Contributors: scriptsworks 5 Tags: hit counter, page counter, page visit 5 Tags: hit counter, page counter, page visit, wordpress page view, page view count, post view count 6 6 Donate link: https://www.paypal.me/miwebrentable 7 7 Requires at least: 4.4.14 … … 13 13 14 14 == Description == 15 This plugin allows you to add a visitor `text-plain` counter on your website easily. 16 No IP tracking control, this plugin use cookie tracking. 15 16 - This plugin allows you to add a visitor 'text-plain' counter on your website easily. 17 - No IP tracking control, this plugin use cookie tracking. 17 18 18 19 == Installation == 19 20 1. Upload the plugin files to the `/wp-content/plugins/mwr-hit-counter` directory, or install the plugin through the WordPress plugins screen directly. 20 21 2. Activate the plugin through the 'Plugins' screen in WordPress. 21 3. Open your theme and look for the eg. : "footer.php" where will to insert the counter with this shortcode <?php echo do_shortcode( '[mwrcounter start=500]' ); ?> where `start=500` will begin counting, this values can be from 0 to n positives values. Otherwise use the 'shortcode' [mwrcounter start=500] into entries or pages. 22 3. Open your theme and look for the eg. : "footer.php" where will to insert the counter with this shortcode: 23 <code><?php echo do_shortcode( '[mwrcounter start=500]' ); ?></code> 24 where "start=500" will begin counting, this values can be from 0 to n positives values. Otherwise use the "shortcode" [mwrcounter start=500] into entries or pages. 22 25 23 26 == Frequently Asked Questions == 24 In which WordPress version this Plugin is compatible? 27 = In which WordPress version this Plugin is compatible? = 28 25 29 It is compatible from 4.4.14 to 5.2.2 WordPress version. 26 30 27 When I refresh o revisit my web the counter doesn't nothing. 31 = When I refresh o revisit my web the counter doesn't nothing. = 32 28 33 It's normal because this counter do use the cookie tracking for doesn't recount the visit. 29 34 30 Cookie expiration time? 35 = Cookie expiration time? = 36 31 37 30 days left. 32 38
Note: See TracChangeset
for help on using the changeset viewer.