List - Detail - Sub-detail
Hi, all. I've been perusing this forum, the MBN tutorials, and what little elsewhere is out there to put together what seems like a slightly complex PodsCMS setup. I'm looking to create a "sub-detail" page after already developing a "list" page and a "detail" page.
I think I might be 20% of the way there in that I'm looking to create a sort of periodical setup that's structured a bit like this:
- User visits "list" page listing all "issues"
- User chooses an "issue" and views that issue's own list of "entries"
- User chooses one of the "entries" and settles on something to read
So far, I have the first two steps in some functional state. I created WP templates for each, looped through or found the content required and collected the content through the URLs "journal" and "journal/*". This seems to work fine. But I'm a little stumped on how I might choose the next step. In order to match the URL structure of my old custom post setup (which I hope PodsCMS will replace), I need to guide users to "entries" through "journal/issue-number/entry-name".
Is this touched on somewhere in the codex? Is it a sensible usage for PodsCMS?
2 Answers
Yes. Just create a page called "journal/*/*".
edited Feb 6 at 2:04
Well, that couldn't have been any easier.


