OK, this is prob a simple solution, but I am a newbie and it eludes me. I will explain what I am doing:
I need to transfer a news archive from a previous website into my new website in EE. The news archive has 3 fields, a date, (posted a separate thread for why the date is showing up as a number and not a date), and a text Area body field. I am using structure to manage most of my pages, (but obviously with a large number of entries, the structure becomes unmanagable). I have created a new channel just for the news archive entries, so the posting a new entry is as simple as Content > Publish > News Release. I have assigned a template/field group specific to that channel. This channel is not being managed by the ‘Structure’ module at all. On a side note I have noticed that I have to assign the URL to the ‘Pages URL’ as it will not show up in the standard Publish Tab URL title area….
There are MANY entries I will need to migrate, so I need to make sure I do it right the first time. Going back over each entry would kill much time.
SO, i am trying to call my ‘news archive’ entries in the template of another channel, (which I assume is possible..) I need to pull the news archive entries in multiple locations across the site, (in different ways for each location). In a template of the first location I need to pull the info, (summarized with 3-5 lines or so, and limited to 10-20 entries…which i can figure out once i get the data to at least pull..)
I am using:
{exp:channel:entries channel="pressreleasearchive"
orderby="date"
limit="5"}
{/exp:channel:entries}The channel i am trying to pull from is called “pressreleasearchive”, and placed inside the template location within a different channel.
I get no output of data at all, so I’m not sure what is going on.