Counting Post Views Without wp-admin area

Posted in: Newspaper
Post count: 9

Hi guys,
in the wp-admin of wordpress, when you go in post area (where are all the post), is it possible to hide the column of count the post views (named “views”) for some or all users?
I want the counting post views to be exposed in the site on-line web, but I don’t want our contributors and authors to see this column with the numbers of the visits.
How can I do?

Thanks a lot
Massimo

Post count: 22421

Hello,
If you disable the post views from the theme panel, the post views in the back-end will no longer be available as well. There is no point in just hiding the views from the back-end but leaving them on for the front as everyone can see the front-end.
http://screencast.com/t/8xOM5p5yhUAS
Thanks

Post count: 9

Maybe I explained myself wrong.
Is it possible hide or disable the view column only in the wp-admin?
I don’t want to show our employees the numbers of views when they are inside wordpress (edit.php).
I hope you understand, if I could send you a screenshot, I could explain better.

Best regards, thanks

Massimo

Post count: 22421

Hi,
If you want to only remove the views from the back-end you can do it by commenting out or deleting this part of code: http://screencast.com/t/TDrqqiWXB
Thanks.

Post count: 4

Hi Bogdan

I want disable the post views for front as everyone.
but want to show internal, is it possible ?

Post count: 22421

Hi,

If you want to hide the post views from the front-end but show them in the back you will have to hide them with css on the front-end. Please use this code:
.td-post-views{
display:none;
}

Thank you!

Post count: 4

Hi edit CSS

it’s from editCSS or theme-editor ?

Post count: 23312

Hello CR,

Unfortunately, I do not exactly understand what you mean, sorry! The code provided above you should add in Custom CSS area, like this -> http://screencast.com/t/g839pYvYf2 and using this, the post view will be hidden on your front-end.
If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thanks for the message!

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