In their instructions, i need to add this line into my SinglePost. But since the Atahualpa does not have Single Post, can you let me know where can i put the below code?
Thanks
Go to Admin Panel > Design > Theme Editor and click on Single Post (single.php).
#Find this line:
<?php the_time('F jS, Y') ?> //date
#Right after it, insert this line:
<br /><?php if (function_exists('todays_overall_count')) { todays_overall_count($post->ID, 'Visited', 'times', 'so far today', '0', 'noshow'); } ?>