Page views not updated in community server

Since we added the new themes to our community server we have not been getting any updates on the Blogs control panel as to the number of times a post has been viewed (but the aggregate views via RSS are incremented OK)

After a bit of digging it seems that we missing the IncrementViewCount flag on the in the post.aspx file. It should be as shown below.

<CSBlog:WeblogPostData Property="FormattedBody" runat="server" IncrementViewCount="true" />

If you miss this flag out you page shows OK but the statistics are not updated.