Page list - show only most recent
Permalink
Is there a way to show only the most recent page?
Also everything but the most recent.
Is a news list page
Also everything but the most recent.
Is a news list page
Yeah it's easy to isolate the latest just be sorting and limiting the list. How about a list that doesn't show the most recent and starts with the second record in the list?
You know the sort of thing on a news page where the most recent is featured and the rest appear as a list underneath.
You know the sort of thing on a news page where the most recent is featured and the rest appear as a list underneath.
You could create a custom template for that.
https://documentation.concrete5.org/developers/working-with-blocks/w...
https://documentation.concrete5.org/developers/working-with-blocks/w...
Aren't templates just that, templates?
Can you manipulate data as well?
Can you manipulate data as well?
In the template you get the list of pages and can do with that pretty much whatever you want. Including skipping the first one. Or shows the first one in a different style than the rest.
Thanks. I'll have a look.
You can also limit the number of pages shown by specifying the number of pages shown.