Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJonathan Grieve
Treehouse Moderator 91,253 PointsIs there more that can be done here?
Is this all that's possible to be done with customising the Static Front Page display or is it beyond the scope of the course :)
Thanks.
1 Answer
Austin Whipple
29,725 PointsYou can infinitely customize a WordPress static front page, so I imagine they didn't want to make the video too overwhelming.
All of the customization can be handled in the front-page.php
template file, but you could also set up some new options for the Customizer with its API. Here are a couple Codex resources that could be helpful:
Robert Bepko
2,837 PointsRobert Bepko
2,837 PointsAfter Zac's var_dump explanation, surely the sky's the limit! Thanks for links.