Title: Plugin not working on Tracks theme
Last modified: August 22, 2016

---

# Plugin not working on Tracks theme

 *  Resolved [Erwin](https://wordpress.org/support/users/erwin-hidayat/)
 * (@erwin-hidayat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/plugin-not-working-on-tracks-theme/)
 * Hi,
 * I am so excited really that this kind of plugin is finally found and available
   for free!!! 🙂 It helps me to save my so-limited space, since I’m going to post
   my work as new comer in photography.
 * I have installed it on my blog using [Tracks](https://www.competethemes.com/tracks).
   However NEFI doesn’t work on it.
 * Please, could you help me how to figure it out?
 * Thanks in advance
 * –Erwin
 * [https://wordpress.org/plugins/external-featured-image/](https://wordpress.org/plugins/external-featured-image/)

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

 *  Plugin Author [Nelio Software](https://wordpress.org/support/users/nelio/)
 * (@nelio)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/plugin-not-working-on-tracks-theme/#post-5503258)
 * Thanks for contacting. Indeed, NelioEFI does not work with this theme. Fortunately,
   it’s quite easy to adapt the theme so that our plugin can kick in.
 * Go to `functions.php` lines `278-313`, function `ct_tracks_featured_image`. You’ll
   see there are two `if` blocks, the former checks `if ( has_post_thumbnail( $post-
   >ID ) )`, the second `if ( $has_image == true )`. Between these two `if` blocks,
   add the following code:
 *     ```
       if ( function_exists( 'uses_nelioefi' ) && uses_nelioefi( $post->ID ) ) {
         $has_image = true;
         $image = nelioefi_get_thumbnail_src( $post->ID );
       }
       ```
   
 * This new block basically checks if the current post (`$post->ID`) has an external
   featured image and, if it does, it gets the URL of that image.
 * I tested it locally and it works. Please, let us know if it solved your issue!
 *  Thread Starter [Erwin](https://wordpress.org/support/users/erwin-hidayat/)
 * (@erwin-hidayat)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/plugin-not-working-on-tracks-theme/#post-5503264)
 * **RESOLVED!**
 * It works really cool on my blog, and yes does save me hours of frustration.
 * Simply amazing. I’m so glad that I can disseminate this plugin to my pals.
    Keep
   up your good work, Team!!
 * Thanks ^^
 *  Plugin Author [Nelio Software](https://wordpress.org/support/users/nelio/)
 * (@nelio)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/plugin-not-working-on-tracks-theme/#post-5503265)
 * Glad to hear! Please, don’t forget to rate and/or comment on the plugin!

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

The topic ‘Plugin not working on Tracks theme’ 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/)

## Tags

 * [featured image](https://wordpress.org/support/topic-tag/featured-image/)

 * 3 replies
 * 2 participants
 * Last reply from: [Nelio Software](https://wordpress.org/support/users/nelio/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/plugin-not-working-on-tracks-theme/#post-5503265)
 * Status: resolved