Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendering pages colletcion #7

Closed
reignmaker opened this issue Jun 1, 2015 · 3 comments
Closed

Rendering pages colletcion #7

reignmaker opened this issue Jun 1, 2015 · 3 comments
Assignees

Comments

@reignmaker
Copy link

Hello.
How can i render a collection of pages? For example a blog posts.

@Bramjetten
Copy link
Contributor

There's two ways you can do this.

  1. You can create a new resource Blogpost and build a plugin to manage blogposts.
  2. You can simply nest your blogposts as pages under a blog index page. The menu presenter will render your navigation items accordingly.

We usually prefer the second option as it is often sufficient.

@teanoon
Copy link
Contributor

teanoon commented Aug 30, 2015

I can't find a way to edit pages' parents. Is it exist in the code? I see you are using ancestry and pages/navigation can display page children properly.

@teanoon
Copy link
Contributor

teanoon commented Aug 30, 2015

How about this? https://github.com/denkGroot/Spina/pull/75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants