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

single custom post type page not working

WordPress is throwing up a 404 when I try to visit a single-customposttype page. Why is this?

Jacobus Hindson
Jacobus Hindson
14,429 Points

Make sure the name of the page is single-slug.php as it has to match the slug of your customer post type. e.g. If you type is portfolio the page must be single-portfolio.php

I did, made sure of it...

There are too many possible reasons for this, which makes it difficult to solve without anymore info. Can you post your code?