Custom View For RecentBlogPosts in Orchard
问题 I've been searching and trying for 2 days to change the view for the RecentBlogPosts content type that appears on my homepage. I want to display the title and a phrase from the posts. I have managed to find a view that shows the title for each post, but I haven't managed to figure out what the other parts in the Model are named or how to extract the text. Help will be GREATLY appreciated ! @using Orchard.ContentManagement; @using Orchard.Core.Routable.Models; @using Contrib.Hyperlink.Fields;