'',
)
);
?>
wp_list_pluck( $gustavoo_categories, 'term_id' ),
'post__not_in' => array( get_the_ID() ),
'posts_per_page' => 3,
'ignore_sticky_posts' => true,
'orderby' => 'date',
'order' => 'DESC',
)
);
?>
have_posts() ) : ?>