Hide Post Views in Mobile

Posted in: Newspaper
Post count: 60

Hi,

1) Is there a way to hide post views while user views my site from mobile ?.

2) If i hide post views, in the background are the post view count incremented ?.

Post count: 20685

Hi,

1. I could give you a code to remove the post views. If you are using the mobile theme plugin enter the code in Theme panel->Mobile theme->Custom CSS, if the mobile theme is not used enter it in Theme panel->Custom CSS in the phones section

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

2. The count will still continue in the background if you remove them as shown, only if they are disabled in the theme panel it will stop counting.

Thanks

Post count: 60

Worked !! Thanks Simion.

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