Title: What does this code mean?
Last modified: August 20, 2016

---

# What does this code mean?

 *  [phil_ilo](https://wordpress.org/support/users/phil_ilo/)
 * (@phil_ilo)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/what-does-this-code-mean-2/)
 * What does this code mean?
 * 
 * I need to retrieve photos in my blog post to display on my index page of my blog..
 * this code shows a broken image, when I have images in the posts..
 * Is there is different code i should use? (The image needs to be 594 x 236)
 * it will be displayed here (www.philaiellomarketing.com/blog)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Peter Wooster](https://wordpress.org/support/users/pkwooster/)
 * (@pkwooster)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/what-does-this-code-mean-2/#post-2478058)
 * It looks wrong. The “> doesn’t look good. It’s trying to open a div and then 
   put in an image with the source address pulled from the post_meta in the database.
   I suspect it should be:
 *     ```
       <div class="pic fl"><img src="<?php echo get_post_meta($post->ID, 'thumbnail', true);?>" alt="Post Pic" width="594" height="236" />
       ```
   
 *  Thread Starter [phil_ilo](https://wordpress.org/support/users/phil_ilo/)
 * (@phil_ilo)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/what-does-this-code-mean-2/#post-2478213)
 * it didn’t work..

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘What does this code mean?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [phil_ilo](https://wordpress.org/support/users/phil_ilo/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/what-does-this-code-mean-2/#post-2478213)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
