Title: Image path not rendering
Last modified: August 21, 2016

---

# Image path not rendering

 *  [itchybrain](https://wordpress.org/support/users/itchybrain/)
 * (@itchybrain)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/image-path-not-rendering/)
 * Gday Content Holder support
 * Thank you for creating the plugin, I think this functionality is essential.
 * When I include an image in the content holder it does not render, but instead
   outputs code with backslashes in it.
 * See this short screencast: [http://screencast.com/t/Btk0wteSXh](http://screencast.com/t/Btk0wteSXh)
 * Thanks for any help you can provide me with this.
 * cheers
 * Darryl
 * [http://wordpress.org/plugins/content-holders/](http://wordpress.org/plugins/content-holders/)

Viewing 1 replies (of 1 total)

 *  [eberger3](https://wordpress.org/support/users/eberger3/)
 * (@eberger3)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/image-path-not-rendering/#post-4043044)
 * Hey – I was having the same exact issue so I modified the plugin.
 * In content-holders.php towards the bottom there is the line:
 * $instance->content = $currentCode[‘content’];
 * change it to:
 * $instance->content = stripslashes($currentCode[‘content’]);
 * the PHP function stripslashes() seems to do the trick here.
 * Hope that helps!
 * Erik

Viewing 1 replies (of 1 total)

The topic ‘Image path not rendering’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/content-holders.svg)
 * [Content Holders](https://wordpress.org/plugins/content-holders/)
 * [Support Threads](https://wordpress.org/support/plugin/content-holders/)
 * [Active Topics](https://wordpress.org/support/plugin/content-holders/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/content-holders/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/content-holders/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [eberger3](https://wordpress.org/support/users/eberger3/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/image-path-not-rendering/#post-4043044)
 * Status: not resolved