How to hide Ajax counter?

Posted in: Newsmag
Post count: 11

Hello; first I’m new in this world (and if that was not enough, my english it’s not very good !!).

I would like to hide to the users the counter of displays to one “new”. But I want to have it visible when I used the WP as “admin”. Is this enable?
When I hide the Ajax I “lost” in the panel both information.

Thank you in advance.
BR

Post count: 6535

Hi

The posts views can be hidden using css,

.td-post-views{
display: none;
}

so you can view it in the admin panel here: http://screencast.com/t/mNoeSVusvuY

Thanks!

Post count: 11

Hello Andrei; although I was not sure where to make the change at first, I finally found !
I guess I did well, because I have changed in the Appearance; Editor of the “Style.css” in -“Author – Date – Comments – Count views”
And it works perfect !
Thank you very much.
BR

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