List - Detail - Sub-detail

0

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:

  1. User visits "list" page listing all "issues"
  2. User chooses an "issue" and views that issue's own list of "entries"
  3. 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?

asked Feb 6 at 5:31

fdlblck

20

add comment
enter at least 15 characters

2 Answers

1

Yes. Just create a page called "journal/*/*".

answered Feb 6 at 2:03

chris.pilko

889

edited Feb 6 at 2:04

add comment
enter at least 15 characters
0

Well, that couldn't have been any easier.

answered Feb 6 at 2:18

fdlblck

20

add comment
enter at least 15 characters