Hi,
This is a real newby question but here goes… :red:
I want to display the contents of a custom field on a page only if that custom field has been filled out by the client. I have a ‘page’ template with several custom fields, one of them being a gallery {page_gallery} which is not a required field. I take it I have to use some sort of {if} statement but so far I can’t figure it out. Can someone help me please?
Basically:
If {page gallery} has been filled out
add code for page gallery
if not
leave blank
end if
Thanks.