Plugin Directory

Changeset 2115135


Ignore:
Timestamp:
06/30/2019 11:57:41 PM (7 years ago)
Author:
scriptsworks
Message:

minor changes

Location:
mwr-hit-counter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mwr-hit-counter/tags/1.0.0/README.txt

    r2115130 r2115135  
    33Author: Daniel Martín Ochoa
    44Contributors: scriptsworks
    5 Tags: hit counter, page counter, page visit, wordpress page view, page view count, post view count
     5Tags: hit counter, page counter, page visit, wordpress page view, page view count, post view count, easy counter, counter, single counter
    66Donate link: https://www.paypal.me/miwebrentable
    77Requires at least: 4.4.14
     
    20201. Upload the plugin files to the `/wp-content/plugins/mwr-hit-counter` directory, or install the plugin through the WordPress plugins screen directly.
    21212. 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:
     223. Open your theme and look for the eg. : "footer.php" where will to insert the counter.
     23Where "start=500" will begin counting, this values can be from 0 to n positives values.
     244. Or use the "shortcode" [mwrcounter start=500] into entries or pages.
     25
     26= Template code is =
     27
    2328<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>
    2533
    2634== Frequently Asked Questions ==
  • mwr-hit-counter/trunk/README.txt

    r2115125 r2115135  
    33Author: Daniel Martín Ochoa
    44Contributors: scriptsworks
    5 Tags: hit counter, page counter, page visit, wordpress page view, page view count, post view count
     5Tags: hit counter, page counter, page visit, wordpress page view, page view count, post view count, easy counter, counter, single counter
    66Donate link: https://www.paypal.me/miwebrentable
    77Requires at least: 4.4.14
     
    20201. Upload the plugin files to the `/wp-content/plugins/mwr-hit-counter` directory, or install the plugin through the WordPress plugins screen directly.
    21212. 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:
     223. Open your theme and look for the eg. : "footer.php" where will to insert the counter.
     23Where "start=500" will begin counting, this values can be from 0 to n positives values.
     244. Or use the "shortcode" [mwrcounter start=500] into entries or pages.
     25
     26= Template code is =
     27
    2328<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>
    2533
    2634== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.