In reference to: http://ellislab.com/expressionengine/user-guide/modules/channel/entry_tracking.html
I’m having some trouble getting Entry “Views” Tracking to work correctly. I have a blog site where my articles are all displayed on a landing page then, link over to a single entry page. I’ve made sure caching was disabled.
Here’s what i’m doing
{exp:channel:entries channel="{segment_1}" limit="1" track_views="one"}
<article id="post-full-story">
{title} : {view_count_one}
{!--
More template stuff was here
--}
</article>
{/exp:channel:entries}Any ideas?