Hello
I dont understand the paradigma from the built-in “pages” module.
Normally you use channel entries to list ONE or MORE of it trougth the {exp:channel:entries} tag.
I know, when you enable the pages module, then you can assign a custom URL to the entry. But wait, stop! This entry isn’t now only a normal entry, its now like a now like a router entry + data-holding entry.
When you type something in the “page url” field, and i’m open it in the browser, it will render the deposited “template” under the pages tab.
Why do you merge this routing functionality with normal data-holding channel entries?
—-
I probably misunterstood the idea of “pages”. Now i try to SHOW the data-holding channel entry in the assigned template like this:
content:
{content}or
{exp:channel:entries channel="seo-page" url_title="title-1" dynamic="no"}
content:
{content}
{/exp:channel:entries}seo-page: is the default page channel type
title-1: is the url title of the page
{content}: a custom textarea field in the pages entry
But the the tags stays empty. Then i remove ‘url_title=“title-1”’ to list the whole channel, but its stays empty too.
Can you help me please to understand the usages of “pages” and why this codes not work?