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

General Discussion

Beth Campbell
Beth Campbell
340 Points

WordPress Development track

I am just starting out at Treehouse, and I am working through the WordPress Development track. I got stuck in the child theme area for a while with my pages not displaying correctly due to out-of-date information in the instructional video. On my own, I discovered this in the wordpress codex:

"...the previous method was to import the parent theme stylesheet using @import: this is no longer best practice. The correct method of enqueuing the parent theme stylesheet is to add awp_enqueue_scripts action and use wp_enqueue_style() in your child theme's functions.php. "

I am not complaining about the instructional videos, they are good. What I really need to know is how many more of these problems are going to come up in this track? Was that the only issue, or should I abandon this track for another? Does Treehouse have any plans to update these videos?

Thanks in advance for your input.

1 Answer

Beth Campbell
Beth Campbell
340 Points

Bump this, still looking for an answer from TeamTreehouse staff.