Post view & popular posts

Posted in: Newsmag
Post count: 53

In the changelog I read this improvement:

“improvement: when the user disables the post view, the theme will stop keeping track of them in the background -> faster loading time”

Can I sort after this update (with disabled post views) by popularity?

Post count: 6600

Hi,

If you disable the post views and ajax post views from theme panel the post views data will not be updated anymore so if the “popular” sort option would not be accurate.
If you don’t want to lose track of your posts count you can just disable the function from modules/post templates or just hide it via css: http://screencast.com/t/tBtJOjbnCs or via css using this css:

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

We will also add an option to hide this or disable it on next updates.

Thanks

Post count: 53

Thank you. This works. A nice feature would be when you can optional use the WordPress Jetpack data for the postviews. I think this would be a performance improvement.

Post count: 1291

Hi,

For the moment we don’t want to depend on other plugins, but we may add something optional in a future update.

Thank you, Emil G.

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