I’m using the Pages module in EE 1.6.
I have several different static pages that are using the same template to render. They also have similar paths, ie:
/about/contact
/about/bios
Regardless of which url I use, they all render the latest entry. If I remove the limit=‘1’, then they are all rendered.
{exp:weblog:entries weblog="static_pages" show_pages="only" limit="1" }
{embed="inc/allHeader"}
<div id="content">
{embed="inc/aboutSidebar"}
{!-- MAIN CONTENT --}
<div id="content-main">
<h5>{page_small_heading}</h5>
<p> <h1>{page_main_heading}</h1></p>
<p>{page_body}</p>
<p>{!-- END MAIN CONTENT --} <br />
</p>
<p> </div><br />
<br />
{CLEAR}<br />
</div></p>
<p>{embed="inc/allFooter"}</p>
<p>{/exp:weblog:entries}