I’ve run into a problem using the pages module. Probably something stupid I’m doing, but I can’t figure out what.
I have two separate pages (channel entries), to each of which I’ve assigned a unique page URL. For the sake of simplicity, let’s say those URLs are:
xxx/sheep
and
xxx/elephants
I’m using the same template for each entry, and whichever URL I go to, only the page for xxx/sheep is displayed.
I thought that EE would know from the URL which entry to display, but apparently not. So does each page need to point to a unique template? I’m confused. How am I supposed to pass the correct entry_id data to the template?