• Resolved threepwood

    (@threepwood)


    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

    (@keesiemeijer)

    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.