Problem
When I view a member's engagement statistics I see that no page views are being tracked.
Solution
MemberMouse uses the wp_footer
hook to execute the functionality that tracks page views. In order for this code to be executed you need to ensure that the following is included in the footer.php
file of your theme:
<?php wp_footer(); ?>