I’m new to EE and am slowly making my way through understanding how everything works with this framework. I’ve gone through Ryan Irelan’s Mijingo videos, which have provided got me pretty far, but now I’m stuck on the right way to proceed.
I have a site that consists of a few parts. One of those parts is a four section lesson plan. Each lesson plan will display one entry at a time.
Currently I’ve set up four channels, one for each lesson. I’ve made a template for each, which are nearly identical, aside from the {channel=""} attribute. In the each of the templates I have sub navigation that has a previous link, next link, and a {current} of {total} slides info display.
I’ve tried pagination, which kind of works, but I can’t the url or the page title to reflect the text title of the slide. Currently, the url attaches P# to the last segment of the url which I’m assuming refers to the page.
Am I going about things the correct way and if not can someone point me in the write direction? Also, how do I change the urls to display the slide title?
Thanks in advance.