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

PHP How to Build a WordPress Theme Converting Static HTML into WordPress Templates Coding the Header and Footer Templates

Images won't appear in the theme.

I have added the header and footer html from the html-prototype from the wp-theme-development-stage-02 Project Files. I have placed those in the header.php and footer.php. However, the images for the social icons are not appearing in the footer on the Allison Grayce webpages. Also, I didn't notice any images for the icons in the project files.

Any help would be great!

Okay, I see why there are no social icon images. It is due to using these codes () in the anchor tags. Regardless, still no luck as to why none of the social icons appear except the last one (✉).

I did find a post on this issue in another forum but the issue was not resolved.

2 Answers

I figured out why the social media icons in the footer would not appear. In the functions.php file the wp_enqueue_style file path for the ss-social was incorrect. I had it declared as '/css/webfonts/ss-social.style.css'. The correct path is '/css/webfonts/ss-social.css'.

Have you downloaded multiple Project Files for Stage 2?