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 trialAlexisca hall
23,683 PointsThe get_sidebar() function calls the file.
The get_sidebar() function calls the file.
2 Answers
Jacob Mishkin
23,118 PointsIn the future, you need to elaborate on your questions. Writing a statement as a question does not help us figure out what your issue is. To help you in your question from the quiz, you need to know what "get" means. Do you know what get means? If not it means for WordPress to "get" a file. What file is the function getting? it says sidebar. So get_sidebar(); just by looking at the function name it means that WordPress will get a file named sidebar. So your answer is sidebar.php
Joseph Martinez
10,802 PointsIt calls the sidebar.php file.