views count

Posted in: Newsmag
Post count: 10

Hi
I want to count the views of the visitors every post has
but not the admin visits is this possible?
thank you

Post count: 7909

Hi,

You can add a condition here to not count if is logged as admin(place it between if and else) – http://screencast.com/t/5NG1OlbEAPQ

elseif(current_user_can('activate_plugins')) {}

Thanks!

Post count: 10

great support 🙂
Thanks!!

Post count: 10

however it did not work
I added it to child theme and the I added it to parent theme
both did not work

Post count: 780

Hi,

also add this http://screencast.com/t/Gy8oezzUNsD

and !current_user_can('activate_plugins')

I would have done the modifications for you but unfortunately it’s not an easy one and we are working hard to support all of our customers.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.