Change back to View Count on Slider

Posted in: Newspaper
Post count: 5

Hi team,

I’ve just upgraded Newspaper from 6.7 to 7.1, and I’ve noticed that the slider has changed from displaying views to comments. Is there a way I can change this back?

Thanks!

Post count: 22421

Hi,

The views have been removed in newspaper 7, but can be re-activated like so. Please add this code to the theme files like so: http://screencast.com/t/wkJxA5rOj

   if (td_util::get_option('tds_p_show_views') != 'hide') {
            $buffy .= '<div class="td-post-views"><i class="td-icon-views"></i>' . td_page_views::get_page_views( $this->post->ID ) . '</div>';
        }

Thanks.

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