Title: Path to image when using an echo
Last modified: August 18, 2016

---

# Path to image when using an echo

 *  [colleen78](https://wordpress.org/support/users/colleen78/)
 * (@colleen78)
 * [19 years, 12 months ago](https://wordpress.org/support/topic/path-to-image-when-using-an-echo/)
 * I have this code:
    <img src=”<?php bloginfo(‘template_directory’); ?>/images/
   date.gif” alt=”<?php the_time(‘F dS, Y’); ?>” align=”left” style=”margin:0 2px
   0 0″ />
 * It works fine but I need to place it in an echo tag for this other part and I
   am wondering how to do that since you can’t seem to put php tags inside an echo
   statement.
 * Thanks.

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

 *  [Austin Matzko](https://wordpress.org/support/users/filosofo/)
 * (@filosofo)
 * [19 years, 12 months ago](https://wordpress.org/support/topic/path-to-image-when-using-an-echo/#post-406038)
 * The bloginfo and the_time functions include echos in them, so try separating 
   out the various parts:
    `echo '<img src="'; bloginfo('template_directory'); echo'/
   images/date.gif" alt="'; the_time('F dS, Y'); echo '" align="left" style="margin:
   0 2px 0 0" />';
 *  Thread Starter [colleen78](https://wordpress.org/support/users/colleen78/)
 * (@colleen78)
 * [19 years, 12 months ago](https://wordpress.org/support/topic/path-to-image-when-using-an-echo/#post-406064)
 * Thanks very much filosofo, this worked! 😀

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

The topic ‘Path to image when using an echo’ is closed to new replies.

## Tags

 * [path](https://wordpress.org/support/topic-tag/path/)
 * [tags](https://wordpress.org/support/topic-tag/tags/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [colleen78](https://wordpress.org/support/users/colleen78/)
 * Last activity: [19 years, 12 months ago](https://wordpress.org/support/topic/path-to-image-when-using-an-echo/#post-406064)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
