I’m a new EE user - I’ll try to make this quick 😊 I’ve been struggling with this for hours and need to get this done tonight.
Let’s say I have a weblog for a list of projects. Each has a project title, description and role. On the page I want to have a persistent navigation that uses all project titles as the links. On the page as well in another spot I want to somehow show that project’s detail.
Sorry if this sounds extraordinarily basic, but I’m still grappling with understanding how the {exp:weblog} query pulls data in… From what I’ve found out if you’re on http://www.mysite.com/projects/ and I do a {exp:weblog:entries} then I get ALL of those. But if I go to http://www.mysite.com/projects/sample_project_1 then that same {exp:weblog:entries} query is now only gonna pull in ONLY that sample_project_1.
How can I have the full nav on the page (all weblog entries w/title used in <a> tag) but on the same page show just the detail of the current entry? I’m more needing help with the EE code, not HTML layout, etc…
THANKS!!
nate