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 trial

WordPress

Guy Noda-Bailey
Guy Noda-Bailey
18,837 Points

WordPress template hierachy

Hey Guys,

I just finished the WordPress templates hierarchy course and thought I'd give the extra credit exercise a go....

Here is the WordPress site I'm working on for my colleagues and I to communicate and collaborate with our students;

www.churaeigo.com

1 Answer

Guy Noda-Bailey
Guy Noda-Bailey
18,837 Points

Thanks Zac, your suggestion of viewing how the site will display different templates was very helpful - it highlighted a bug where date archives were displaying without any formatting as I had confused

<?php get_template_part( 'entry' ); ?>

with

<?php the_content(); ?>

It also helped me organize a todo list for before we go live...

  • style the comments
  • have some fun with the 404 page
  • make date archives display properly (done)
  • play with media queries

etc