Forums
(@websiteguide)
9 years, 2 months ago
Done a nasty quick fix. Changed widget-magazine-posts-columns.php
if ( $posts_query->have_posts()) :
to
if ( $posts_query->have_posts() && !empty($post_ids)) :