Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I need to limit the blog counts. It shows all the blogs in the following code. Please guide me to implement show more functionality
foreach (var post in Model.Children
Thanks in Advance
Hi UmbracoDev,
Try to use this code:
Children.ToList().Take(10)
Thanks,
Alex
Thank you so much Alex. It works.
UmbracoDev, glad tp help you.
Mark this topic solved please, and have a nice evening!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Articulate Blog
Hi,
I need to limit the blog counts. It shows all the blogs in the following code. Please guide me to implement show more functionality
foreach (var post in Model.Children
Thanks in Advance
Hi UmbracoDev,
Try to use this code:
Thanks,
Alex
Thank you so much Alex. It works.
UmbracoDev, glad tp help you.
Mark this topic solved please, and have a nice evening!
Alex
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.