How to add PageViews for blogposting. it is like forumpost?
top/under blogpost:
Sample text: views: 27 views
//update topic's view count $topicDto->viewCount += 1;
and of curse you need you db entry
`viewCount` int(11) NOT NULL default '0',
and the output in template, should be easy to implement now