>
3, 'post__not_in' => array(get_the_ID()), // Excluir el post actual 'category__in' => wp_get_post_categories(get_the_ID()), // Mismo categoría )); if ($related_posts->have_posts()) : while ($related_posts->have_posts()) : $related_posts->the_post(); ?>
<?php the_title(); ?>
No hay artículos relacionados.

'; endif; ?>