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

3rd Party Themes

I recently installed the WooThemes Canvas Theme/framework for a site I am working on and I'm having a hard time navigating the woo functions;
For example, I want to modify the footer and I have no idea what the following functions do nor where they are defined so I can try to figure out what they do!
woo_footer_top()
woo_footer_before()
woo_footer_inside()
woo_footer_left()
woo_footer_right()
woo_footer_after()

What is the best way to go about figuring this out?
With vanilla WP, the codex is a great resource, but how do you go about editing these 3rd party themes?

1 Answer

Kevin Korte
Kevin Korte
28,148 Points

Since Woo is so big, I just googled Woo Canvas docs and found this page result. (http://docs.woothemes.com/document/canvas/)

Go down most of the way to the Hooks section, since these are custom hooks. They even provide this nice image Woo Image