In Locomotivecms,I created a content type called "posts" with a field called "views" which is integer. The field "views" are supposed to add 1 incrementally every time the content entry page was visited. I try {% assign post.views = post.views +1 %} in liquid ,but that didn't make sense. Is there any liquid tag to carry it out ?
Asked
Active
Viewed 115 times