add_action('wp_footer', function() { if (is_singular('post')) { $related = do_shortcode('[related-posts-by-taxonomy posts_per_page="3" format="thumbnails"]'); if (!empty(trim($related))) { echo ''; echo ''; } } });