Is there a way to dynamically display Pages URIs? For my navigation I would usually use something like this:
{exp:weblog:entries weblog="{segment_1}” status=“not test|closed” dynamic=“off” style=“linear” cache=“no” disable=“categories|member_data|pagination|trackbacks|custom_fields” }
<li>
{title}
</li>
{/exp:weblog:entries}
If I was using pages how would I display these entry links using the pages uri instead of the url_title? Is this possible or would I need to use both?
Thanks