I hope some lovely kind person can help me with this before they go on their time off! Gaah!
I have a template group called “no34” and a template called “range” and i would like to show an entry with the url “accessories”
In the “range” template i have this expressionengine code:
{exp:channel:entries channel="no34_range_items" entry_id="6|7|8|9|10|11"}
{product_range_item_image}
{/exp:channel:entries}Which should loop through those entries and grab me that info.
if i go to http://www.site.com/no34/range/accessories that code wont run and no entry data gets output. However, if i go to http://www.site.com/no34/range/ it works fine, i get the entries data output as expected.
There is no logic in the template that does anything with the third URI segment (yet) so i don’t see what the problem can be!
Some help would be incredibly gratefully received!!