Gambito de Dama declinado: Defensa Chigorin
Más sobre ajedrez
term_id;
}
$args = array(
'category__in' => $category_ids,
'post__not_in' => array( $current_id ),
'posts_per_page' => 2, // Número de entradas a mostrar.
'ignore_sticky_posts' => 1,
);
$my_query = new WP_Query( $args );
if ( $my_query->have_posts() ) : ?>
have_posts() ) : $my_query->the_post(); ?>
-