This extension adds a view
property to the current page with dynamic value. Each page visit will increment the view
property value by one.
Usage
To show the current page views, add this to the page.php
file in your active layout:
<?= $page->view; ?>
0 Comments
No comments yet.