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

Projects Overview and Member Projects pages should automatically pull title, featured image and content from project pages #8

Open
JohnLZeller opened this issue Sep 5, 2014 · 0 comments

Comments

@JohnLZeller
Copy link
Contributor

The Projects Overview page should automatically pull the featured image and content from all project pages and list them all. This is desirable because content only needs to be edited on the project page itself.

I think we can set this up so that every project is a child of /projects (ie /projects/mars). Then the template for the projects.php page can have hard coded a loop that grabs all children from /projects and prints the title, featured image and content.

Member projects will be a hard coded row in projects.php at the bottom of the list. Member projects should also be a subchild of /projects (ie /projects/memberProjects/infinityMirror). This way the Member projects page can loop through children, just like the Projects Overview page does, possibly even using the same projectOverview.php template.

@JohnLZeller JohnLZeller modified the milestone: v1.1 Sep 28, 2014
@harlanw harlanw removed this from the v1.1 milestone Mar 29, 2016
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

2 participants