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 WordPress Theme Development Working with CSS and JS in WordPress Themes How to Link to JS from functions.php File

How much php and js should I know to take this course?

I know html, css, and basics of PHP. How much js and php should i know in order to take this course? I never taken js.

I want to specialize in wordpress and i am currently on the web development track. Should i first master that before I start wordpress theme development track?

1 Answer

Andres Altuve
Andres Altuve
16,274 Points

Hi Dalexis,

You should have a medium-adavance PHP knowledge, Loop, conditional statements, Object Oriented programming and Functions.

Javascript is the same as PHP.

This is how i did, I first took PHP Track, then I jumped to Wordpress development track, once I got to the action, filters and hooks, I went back to PHP to learn about OOP and functions, right now im working on the Plugin Development, I turned my attention to Javascript.

As for Wordpress Development, is not that hard once you understand how it works.

Good luck!