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 Custom Post Types and Fields in WordPress Custom Post Type Templates

Josie Tang
Josie Tang
3,260 Points

Does anyone else have trouble where their images and price aren't showing?

This is what shows up

Price: $

[Example art of Example 1 ] <---- This is in a box

1 Answer

Zac Gordon
STAFF
Zac Gordon
Treehouse Guest Teacher

Hi,

Is it showing as saved in the admin area? Also, could you post your code you're using as well?

Thanks!

Ronny Ewanek
Ronny Ewanek
4,385 Points

Hey Zac, I'm also having the same problem. It shows "Example image of Example 1"

<div class="entry-content">
::before
<p>
<img src alt = "Example image  of Example 1"> </p>

Seems like it's not reading the image URL, just the alt text.