Title: upstartadv's Replies | WordPress.org

---

# upstartadv

  [  ](https://wordpress.org/support/users/upstartadv/)

 *   [Profile](https://wordpress.org/support/users/upstartadv/)
 *   [Topics Started](https://wordpress.org/support/users/upstartadv/topics/)
 *   [Replies Created](https://wordpress.org/support/users/upstartadv/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/upstartadv/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/upstartadv/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/upstartadv/engagements/)
 *   [Favorites](https://wordpress.org/support/users/upstartadv/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Coding correct path to image source](https://wordpress.org/support/topic/coding-correct-path-to-image-source/)
 *  Thread Starter [upstartadv](https://wordpress.org/support/users/upstartadv/)
 * (@upstartadv)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/coding-correct-path-to-image-source/#post-4372638)
 * The site is currently locally hosted. I thought my first attempt was an absolute
   path. I placed the image in the images folder in the parent, and then child theme.
   Neither worked.
 * Here’s my div id:
    <div id=”logo”></div>
 * I saw where the following code would work for child theme, but I’m not entirely
   sure where to place it.
    <?php echo get_stylesheet_directory_uri(); ?>/images/
   imagename.jpg

Viewing 1 replies (of 1 total)