umbraco/The-Starter-Kit

LatestBlogposts.cshtml macro numberOfPosts parameter is limited to 3

Closed this issue · 1 comments

rudgr commented

because of hardcoded:

var blogposts = startNode.Children.OrderByDescending(x => x.CreateDate).Take(3);

numberOfPosts param is never used.

or is this intentionally?

rudgr commented

submitted PR: #31