Pages

Pages are shown using basic channel tags and methods you already use building EE sites. The same rules apply, accept that you can not include dynamic=“off” because Structure needs this to find the current page through the URL you are accessing. Structure will match that with the appropriate entry and display it based off the URL.


			{exp:channel:entries channel="your-page-channel"}
			<h1>{title}</h1>
			{custom-field-name}
			{/exp:channel:entries}