TonyChampion / wordpress.uwp.starter.kit

This is a starter kit for creating a UWP app that connects to your WordPress blog
GNU General Public License v3.0
1 stars 0 forks source link

Doesn't load posts #1

Open brullsker opened 6 years ago

brullsker commented 6 years ago

I edited app.xaml with valid credentials, but nevertheless no posts are loading. This is weird, because Title and Category are loaded properly. See: wpstarter uwp 18 10 2018 14_33_15

TonyChampion commented 6 years ago

Have you verified the credentials? Also, using Fiddler will let you know what is returning from your blog. I just tested the code base and am unable to reproduce it.

brullsker commented 6 years ago

I have just found out that it loads posts, but just those I created (when I opened the issue, none of my posts were online). I'd like to see all posts, including those the other authors made. Is this possible?