Hi,
I think I may have asked this before but here goes.
I have a channel for training courses - there are 9 courses altogether.
I use a (exp:channel:entries} loop to display a list of courses in a sidebar on our site, e.g..
Coursename 1
Coursename 2
Coursename 3
etc…
Each of these is a link that will display a page showing information about the course. The URL for the link is built as follows:
<li><a href="http://{title_permalink=" title="{course_blurb}">{title} »</a></li>So, the generated URI will be something like:
/web-developer-training/course-details/php-developer-I
where php-developer-I is the URL title for the entry
This all works fine, but I also want that page to display the list of other courses in the sidebar. This now doesn’t work at it seems that content is limited to the single entry from the channel - so a list item for the selected course is shown but not any of the others.
Is there a wat to achieve what I want - i.e. a listing of all course titles, plus specific details for a single course, on the same page?
Thanks,
Nick