Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Leon Bateman
5,520 PointsAny help with questions?
Any help with filling these in?
1,The _____() function helps us customize the WordPress Loop using special parameters.
2.$query = new WP_Query( $args ); What must you also add before have_posts() in your custom Loop? _______________have_posts()
3.What would you name the single template file for a custom post type named 'music'?_____.php
Any help would be great :D

Leon Bateman
5,520 PointsI checked the vids multiple times and cant find anything about them. Still waiting for other replies though.
2 Answers

Mathieu HAYS
9,623 PointsI've checked the videos and the information is there.
For the first question of your post, they refer to the object you instantiate (with $query = new ******( $args ) ).
The second question is exactly the same case as the videos from the course. You just have to specify the variable containing your custom query (without forgetting "->")
For the third question, they ask you how would you name the single.php file for the custom post type "music". When you query a page which is a custom post type, wordpress will look for a file named like single-{custom-post-type}.php
Hope that makes sense and that I don't give away the answers completely.

Leon Bateman
5,520 PointsThanks man, my mind just blanked for the entirety of the time I watched the last few vids. cheers :)

Anastasia Khazova
5,640 PointsAnswer for the first question is: wp_query Answer for the third question is: single-music.php
huckleberry
14,636 Pointshuckleberry
14,636 PointsI can't help because I haven't taken the WP course and know nothing about WP as of yet but isn't that covered in the video? lol