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 WordPress Header and Footer Templates Porting existing headers and footers into WordPress

Debby Beachy
PLUS
Debby Beachy
Courses Plus Student 2,096 Points

php issues

No matter what I do I can't seem to get past this point in the course. When we are instructed to copy and past bloginfo (''url) and bloginfo('name') I get my title twice.

I have checked and double checked my code and all looks fine. There has to be something more to this and from the other comments others have had php issues too.

My styles are not being called and I've looked over all my code.

I think there needs to be more information on debugging.

2 Answers

Kevin Korte
Kevin Korte
28,148 Points

Can we see your code? Sounds like you have two issues, the title being repeated, and no CSS styles?

Anthony Williams
Anthony Williams
511 Points

Hey I had the same issue, and I believe your problem is coming from your functions.php file. You may have left off a semi-colon somewhere in that file or something.