1 to 2 of 2
Hello,
First let me that I love you product.
But I seem to be having an issue with the tracker function.
All that it displays or the last seven day is "No results found within search paramters"
How do I get it to work properly?
Thanks
The usual reason for it failing to work is that the wp_footer hook is missing from your theme.
Check for the following code in the footer.php template file:
<?php wp_footer(); ?>
1 to 2 of 2