I im having touble displaying newest posts on frontpage. I have posts from Oktober and November.
Somehow i only diaplays from Oktober.
On uBlogsyListPosts:
// get landing nodevarlanding=DataService.Instance.GetLanding(Model.Id);// only get posts where the path has the landing node's id.posts=posts.Where(x=>x.Path.Contains(landing.Id+","));nodes=posts.Take(count).ToList();
if(!string.IsNullOrEmpty(c.Trim())){// show posts pr. konsol<divclass="sliderContainer"><ulclass="bxslider">@foreach(DynamicNodeninnodes){if(@n.GetPropertyValue("gameCategory").ToString()==@c){<li>@RenderPage("/macroScripts/uBlogsy/showPostOnFrontpage.cshtml",n.Id)</li>}}</ul></div>}}
Displaying newest items / month issue uBlogsyListPosts
Possibly an examine index issue?
Try republishing?
is working on a reply...