uBlogsy (webforms) PostService showing no posts on landing page
I am using uBlogsy WebForms 3.0.2 on Umbraco 6.1.5...
And the posts on the landing page are not showing up.
The function PostService.Instance.GetPosts is returning 0 posts, even though there are posts in the correct location. I still get 0 posts when I try to substitute this:
var posts = PostService.Instance .GetPosts( IPublishedContentHelper.GetNode((int)Model.Id) ).ToIPublishedContent(true); int postCount = posts.Count();
Would anyone know why the PostService isn't working? Or, what is going on?
uBlogsy (webforms) PostService showing no posts on landing page
I am using uBlogsy WebForms 3.0.2 on Umbraco 6.1.5...
And the posts on the landing page are not showing up.
The function PostService.Instance.GetPosts is returning 0 posts, even though there are posts in the correct location. I still get 0 posts when I try to substitute this:
Would anyone know why the PostService isn't working? Or, what is going on?
Could be a lucene index issue... turn off the app, delete /app_data/temp folder and restart the app.
is working on a reply...