I know this should be easy and maybe I am just tired but I am having a heck of a time figuring this out.
The scenario I am trying to create is:
A blog with one article per page and pagination to view additional articles - Got that part figured out
A sidebar with a list of recent articles I have written - I think i have this figured out
What I want to happen:
When a user clicks an article in the sidebar they are taken to that article. This should appear the same way other articles appear as a single entry on the page with pagination to view additional articles and a sidebar of additional recent posts. This page is essentially identical to the one they jsut came from with the exception that the article they are viewing has changed.
The way I have things set up now they ALMOST work….
Currently, when a user clicks on an article in the sidebar it takes them to a page that shows them the article they clicked on. check.
however….the sidebar no longer works….the pagination no longer works….
More specifically. The sidebar now ONLY displays the entry they clicked on and none of the other recent entries.
And the pagination has vanished…
Anyway I can certainly paste code if anyone is interested although have fiddled with it so much I don’t even know what the last thing I tried is.
I guess what I am wondering first is: What strategy should I employ in creating this scenario?
Should I use Categories? related_entries? The articles are not related in any particular way other than that they are all from the same channel.
I know this must be a very typical need and I see it all the time. What is the most common approach to working this out?
My apologies if this is a newbie question.
Thanks in advance for any help
-A