This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
p.caruso8613739
Hello People,
i have a page, this page has to do something like:
"for each CONTENT in content-folder " (or "each content where category = cat-name")
{% partial "partialName", contentName="theContentName", contentTitle= "theContentName.Title" %}
is there a way to achieve this?
PS: the partial should be something like:
<h1>{contentTitle}</h1>
<p>{% content "contentName" %} </p>
Last updated
1-1 of 1