skip to main | skip to sidebar

18 February 2010

BlogEngine.NET – HOWTO – Use BreakPost when viewing by Category, Tag, or Author

Change the following code in: default.aspx.cs

Comment this line if you want to to use BreakPost when viewed by Category
@ line 193: //PostList1.ContentBy = ServingContentBy.Category;

Comment this line if you want to to use BreakPost when viewed by Tag
@ line 204: //PostList1.ContentBy = ServingContentBy.Author;

Comment this line if you want to to use BreakPost when viewed by Author
@ line 214: //PostList1.ContentBy = ServingContentBy.Tag;

0 comments: