Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Asset publisher configuration Liferay 7.1
Hi! I need to create a page with news using asset publisher. But I don't want to show first 9 news. How I can do it?
The easiest way to do this is to skip them in freemarker in the loop. Something like (untested!):
https://freemarker.apache.org/docs/ref_directive_list.html
<#list entries as entry>
<#if entry?counter < 9>
<#continue>
<!--#if-->
...
<!--#list-->
https://freemarker.apache.org/docs/ref_directive_list.html
Thank you!!!
Copyright © 2025 Liferay, Inc
• Privacy Policy
Powered by Liferay™