Hi,
I’m having some problems with the entry_id tag. I want two specific entries to appear on a page. To test I’ve created a channel with 2 entries, however I can only display the first one.
The code is basically like this
{exp:channel:entries channel="news" entry_id="1"}
{title}
{body}
(page_url}
{/exp:channel:entries}
and then later in the page
{exp:channel:entries channel="news" entry_id="2"}
{title}
{body}
(page_url}
{/exp:channel:entries}for some reason I can only get the first entry to show up, also if I change both to say ID 1 both display, but when I change both to 2 neither display.
I thought maybe I’m using the wrong ID, I’m getting the ID number from the edit channel entries page # first left column. Is there another ID? or is there another reason why I can only display the first entry?
thanks