While adding a new entry to the “Pages” module I’ve just discovered that if I visit a URL to one of the “pages” I created earlier (which shares the same template) the content displayed is for the entry I just created and not what should be displaying.
The module has correctly recorded the 2 page URI’s I have assigned to my page template.
/teacher/biography
/teacher/in-the-classroom (newly added entry whose content is displaying for both entries)
My template code looks like
{exp:channel:entries
channel="page"
status="Open"
show_pages="only"
disable="categories|member_data|pagination"
require_entry="yes"
limit="1"}If I remove the limit parameter I see both entries display in my template as I’d expect with a non-pages set-up.
Not sure if I’m doing something incorrectly or if there is a problem.
Running - v2.3.1 - Build: date 20111017