Topic: Access Counter
Hi all,
I've written a very simple access counter plugin for Monstra. After installing you can access the counter using shortcode:
{accesscounter}
or add an offset to the current number:
{accesscounter offset=1234}
The PHP usage would look like follows:
<?php echo Counter::count(); ?> <?php echo Counter::count(array('offset' => 1234)); ?>
Here you can download this plugin.
Update
Archived as ZIP so it can be installed without re-packaging.
Best regards,
Jörg