Title: Not working with Uncode theme
Last modified: November 20, 2016

---

# Not working with Uncode theme

 *  Resolved [threepwood](https://wordpress.org/support/users/threepwood/)
 * (@threepwood)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/not-working-with-uncode-theme/)
 * Maybe I’m missing something obvious, but the plugin doesn’t seem to be working
   with the popular theme “Uncode” from Themeforest.
 * I’ve tried it in the sidebar, as well as the shortcode, and it doesn’t display
   anything. Ideas?

Viewing 1 replies (of 1 total)

 *  Plugin Author [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * (@keesiemeijer)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/not-working-with-uncode-theme/#post-8463371)
 * Hi threepwood
 * If you put this in your (child) theme’s functions.php file:
 *     ```
       add_filter( 'related_posts_by_taxonomy_widget_hide_empty', '__return_false' );
       add_filter( 'related_posts_by_taxonomy_shortcode_hide_empty', '__return_false' );
       ```
   
 * Does it at least show this message:
 *     ```
       No related posts found
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Not working with Uncode theme’ is closed to new replies.

 * ![](https://ps.w.org/related-posts-by-taxonomy/assets/icon.svg?rev=1115231)
 * [Related Posts by Taxonomy](https://wordpress.org/plugins/related-posts-by-taxonomy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/related-posts-by-taxonomy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/related-posts-by-taxonomy/)
 * [Active Topics](https://wordpress.org/support/plugin/related-posts-by-taxonomy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/related-posts-by-taxonomy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/related-posts-by-taxonomy/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/not-working-with-uncode-theme/#post-8463371)
 * Status: resolved