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

PHP How to Build a WordPress Theme WordPress Theme Functions Displaying Custom Posts and Fields in a Template

Why would the work file not show blog posts after you add the WP_Query code.

I tried my code and downloaded the project file code for work.php so that is correct, but when I go to http://localhost/allisongrayce.com/work/ and refresh, Zac's page shows work titles and mine does not. Did I miss a step somewhere?

1 Answer

Kevin Korte
Kevin Korte
28,148 Points

Do you have posts to query in the database? Do you have the custom post type set up, with the correct syntax?