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 How to Make a Website with WordPress Customizing WordPress Themes The WordPress Theme Customizer

Raymond Smith
Raymond Smith
11,911 Points

Having issues customizing themes in Wordpress

Parse error: syntax error, unexpected '"><?anell="' (T_CONSTANT_ENCAPSED

1 Answer

Tiffany McAllister
Tiffany McAllister
25,806 Points

You have a syntax error somewhere in your code. Usually the error message will tell you what line the error is on, otherwise, can you please post your code so we can help you out?

Raymond Smith
Raymond Smith
11,911 Points

Hey Tiffany thanks so much for your help. I was able to figure out the problem by replacing the customize.php file with a new one from Github. Once updated, Wordpress allowed me to customize my site successfully!