Popular Last 7 Days Loading Blanks

Posted in: Newspaper
Post count: 30

Hello,

I have Newspaper setup on several WordPress sites, but only one is not displaying any content when I set a block to display posts that were most popular during the last 7 days. The non-working site is http://www.danoah.com. I have tried it with and without caching, turned the options on and off, and it still never displays anything. I really need this feature.

Please see this page for an example:

http://www.danoah.com/test-page

I have setup three blocks, the first is set to popular last 7 days (you’ll see it’s loading blanks). Next two are setup otherwise as shown.

Thanks for your help.

Post count: 7909

Hi,

Please enable the view counter Post Settings – http://screencast.com/t/lGPUIBNw and it should work. Also you can test it by editing a post and take a look at custom fields: http://screencast.com/t/mSiJvu61tGj then refresh the post a few times and check if it increments.

Thanks!

Post count: 30

Thanks. Is there no way to make it work without displaying traffic? I have years of past posts which will show very incorrect traffic, which is why I have it disabled.

Post count: 7909

Hi,

You can use custom css to hide the post views: http://screencast.com/t/536E9rjPT3

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

Thanks!

Post count: 30

Great, thank you.

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