I’m having a lot of trouble working out the logic for this certain webpage I’m building.
I’m also wondering if there’s a certain plug-in that can help me, but I really don’t know where to start how exactly how to search for the solution.
Ideally, I would like to use the {exp:channel:prev_page} and {exp:channel:next_page} entry linking so that I can page through different projects I have set up as separate entries. It doesn’t seem like the {paginate} feature lets me format the URL using url_title, like index.php/projects/project-one, /project-two, etc., because the {auto_path} format is /P1, /P2, etc., and that isn’t an acceptable URL for me.
This is all good, except below the single entry on this page, I need to show a list of all the projects in the same channel.
Can anyone help enlighten me?:
How do I set up the page so that I can have {exp:channel:entries channel="projects"} grabbing the single entry from the URL and then a second {exp:channel:entries channel="projects"} ignoring the URL so that it can display a list of the entries in that same channel? Because right now, both of my {exp:channel:entries} are treated like “single” entries and only display information for the entry displayed in the URL.