Hi folks,
I am trying to create a counter for items within a section... so say you have a Projects section, on each 'project detail', I'd have a counter and it would say this is page 1/25, for example.
I have the total count, but I'm not sure how to echo out which position/number the current page you are viewing is.
<?php echo $page->eq() ?> / <?php echo $page->parent->children()->count(); ?>
Any thoughts?
Thanks!