Possible Duplicate:
How to show a post single post in page template
im trying to understand how to target a template for an individual post.
if i use the following hierarchy for my site,
homepage
services
- track car
- race car
- road car
- fast road
- paddock services
about
contact
what i really want to do is create and style the template for the post i've created for "track car" which is a post belonging to category "services".
I've worked out that if i create category-services.php then i can style an overview page which covers all of the services on one page, but what template do i create if i want to style a page which will show the service requested.
what template will cover the following requests "somewebsite.com/services/track-car/" "somewebsite.com/services/race-car/"