Title: Pulling image URL
Last modified: August 30, 2016

---

# Pulling image URL

 *  Resolved [patrobles](https://wordpress.org/support/users/patrobles/)
 * (@patrobles)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/pulling-image-url/)
 * Hi! I’m using your plugin on my website [http://www.loopr.mx/wp](http://www.loopr.mx/wp)
   to set the featured images from a CSV database using the URL. I am now trying
   to get this URL in my content.php so, depending on the results of an if condition,
   the image will also be displayed on my post.
 * The problem is I have no clue how to get the image URL. What function could I
   call in order to get this URL?
 * Thanks a lot in advance!
 * [https://wordpress.org/plugins/external-featured-image/](https://wordpress.org/plugins/external-featured-image/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [David Aguilera](https://wordpress.org/support/users/davilera/)
 * (@davilera)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/pulling-image-url/#post-6422585)
 * Hi [@patrobles](https://wordpress.org/support/users/patrobles/),
 * Thanks for getting in touch. You have the following helper functions:
 * * `function uses_nelioefi( $id )`. Given a certain post’s ID (usually, via the
   built-in WordPress function `get_the_ID` or the global variable `$post->ID`),
   it returns true if the post has an external featured image set and false otherwise.
   *`
   function nelioefi_get_thumbnail_src( $id )`. Given a certain post’s ID, it returns
   the URL of the external featured image if any, or false otherwise.
 * I hope this helps you!

Viewing 1 replies (of 1 total)

The topic ‘Pulling image URL’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/external-featured-image_947a5f.svg)
 * [Nelio External Featured Image (discontinued) - Available in Nelio Content](https://wordpress.org/plugins/external-featured-image/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/external-featured-image/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/external-featured-image/)
 * [Active Topics](https://wordpress.org/support/plugin/external-featured-image/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/external-featured-image/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/external-featured-image/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [David Aguilera](https://wordpress.org/support/users/davilera/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/pulling-image-url/#post-6422585)
 * Status: resolved