Hello,
I am trying to create navigation for a video page. The template pulls from one blog, each blog post has a different video and metadata for each company in the video.
http://www.newmediasynergy.com/index.php/site/video_portal/
I am trying to create navigation for this page so you can sort through different companies.
I placed this code inside of the Templatate in between the weblog code and it does not work?
{exp:weblog:next_entry}
Next entry: {title}
{/exp:weblog:next_entry} {exp:weblog:prev_entry}
Previous entry: {title}
{/exp:weblog:prev_entry}
How else can I create navigation for a page that only has one single entry per page?
Any Ideas?
Thx, Tim