Title: where do u add the code?
Last modified: August 21, 2016

---

# where do u add the code?

 *  [slaughts](https://wordpress.org/support/users/slaughts/)
 * (@slaughts)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/where-do-u-add-the-code/)
 * Hi.
    Awesome plugin luv the idea!
 * Im wanting to display the image on the post page, iv added the code to the single.
   php page, but nothing is showing up. the post has the tag associated with it 
   and iv added an image to that tag. PLEAS HELP!
 *     ```
       $image_url = apply_filters( 'taxonomy-images-queried-term-image-url', '' );
       echo $image_url;
       ```
   
 * [https://wordpress.org/plugins/taxonomy-images/](https://wordpress.org/plugins/taxonomy-images/)

Viewing 1 replies (of 1 total)

 *  [Elías](https://wordpress.org/support/users/eliasgdj/)
 * (@eliasgdj)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/where-do-u-add-the-code/#post-4630526)
 * As you can see in the _[Home ](https://wordpress.org/plugins/taxonomy-images/)
   _of the plugin:
 * > This filter only works in views that naturally use templates like category.
   > php, tag.php taxonomy.php and all of their derivatives
 * and not in _single.php_.
 * I think you should use on of the other filters explained there.

Viewing 1 replies (of 1 total)

The topic ‘where do u add the code?’ is closed to new replies.

 * ![](https://ps.w.org/taxonomy-images/assets/icon-256x256.png?rev=1283547)
 * [Taxonomy Images](https://wordpress.org/plugins/taxonomy-images/)
 * [Support Threads](https://wordpress.org/support/plugin/taxonomy-images/)
 * [Active Topics](https://wordpress.org/support/plugin/taxonomy-images/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/taxonomy-images/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/taxonomy-images/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Elías](https://wordpress.org/support/users/eliasgdj/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/where-do-u-add-the-code/#post-4630526)
 * Status: not resolved