show post views problem

Posted in: Newspaper
Post count: 16

I upgraded Newspaper 4 to Newspaper 6.4. I have now problem with “show post views”.

theme panel / post settings / post and custom post types / show post views on/off

If I turn it off:

– counter stopped working (post without views)
– post views do not show in wp administration

In Newspaper 4 it worked correctly.

Thank you

David
http://www.sportujeme.sk

Post count: 7909

Hi,

Instead of disable it from Theme Panel > Post Settings, you can use custom css to hide it – http://screencast.com/t/jTdQJ0Dt6hgi

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

Thanks!

Post count: 16

Thank you. It works, but for a short time during loading, I can see the number. But it is better then before. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.