Forum
Perch_content_custom: display just part of the template
Hi, I have this template and I want to display only the image 'image-projects' via a perch_content_custom
<img src="<perch:content type="image" id="image-projects" label="Image projects" />
<h4>Projects</h4>
<perch:content type="textarea" textile="true" id="text-project" label="Text projects" />
How can I do that? Thanks!
Create a second template that only has the part of the template that you want and use that template for perch_content_custom.
Ok thanks Rachel