Changeset 2115135
- Timestamp:
- 06/30/2019 11:57:41 PM (7 years ago)
- Location:
- mwr-hit-counter
- Files:
-
- 2 edited
-
tags/1.0.0/README.txt (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mwr-hit-counter/tags/1.0.0/README.txt
r2115130 r2115135 3 3 Author: Daniel Martín Ochoa 4 4 Contributors: scriptsworks 5 Tags: hit counter, page counter, page visit, wordpress page view, page view count, post view count 5 Tags: hit counter, page counter, page visit, wordpress page view, page view count, post view count, easy counter, counter, single counter 6 6 Donate link: https://www.paypal.me/miwebrentable 7 7 Requires at least: 4.4.14 … … 20 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. 21 21 2. Activate the plugin through the 'Plugins' screen in WordPress. 22 3. Open your theme and look for the eg. : "footer.php" where will to insert the counter with this shortcode: 22 3. Open your theme and look for the eg. : "footer.php" where will to insert the counter. 23 Where "start=500" will begin counting, this values can be from 0 to n positives values. 24 4. Or use the "shortcode" [mwrcounter start=500] into entries or pages. 25 26 = Template code is = 27 23 28 <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. 29 30 = Post code is = 31 32 <code>[mwrcounter start=500]</code> 25 33 26 34 == Frequently Asked Questions == -
mwr-hit-counter/trunk/README.txt
r2115125 r2115135 3 3 Author: Daniel Martín Ochoa 4 4 Contributors: scriptsworks 5 Tags: hit counter, page counter, page visit, wordpress page view, page view count, post view count 5 Tags: hit counter, page counter, page visit, wordpress page view, page view count, post view count, easy counter, counter, single counter 6 6 Donate link: https://www.paypal.me/miwebrentable 7 7 Requires at least: 4.4.14 … … 20 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. 21 21 2. Activate the plugin through the 'Plugins' screen in WordPress. 22 3. Open your theme and look for the eg. : "footer.php" where will to insert the counter with this shortcode: 22 3. Open your theme and look for the eg. : "footer.php" where will to insert the counter. 23 Where "start=500" will begin counting, this values can be from 0 to n positives values. 24 4. Or use the "shortcode" [mwrcounter start=500] into entries or pages. 25 26 = Template code is = 27 23 28 <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. 29 30 = Post code is = 31 32 <code>[mwrcounter start=500]</code> 25 33 26 34 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.