array('libros'),
'posts_per_page' => 5,
'order' =>'DESC',
);
$query2 = new WP_Query ($args2);
if ($query2-> have_posts ()) {
?>
have_posts() )
{
$query2->the_post();
?>
ID,'Autor',true);
// Check if the custom field has a value.
?>
ID), 'full' );?>
-
MXN $ID,'Precio',true); ?>
array('eventos'),
'posts_per_page' => 4,
'order' =>'DESC',
);
$query2 = new WP_Query ($args2);
if ($query2-> have_posts ()) {
?>
have_posts() )
{
$query2->the_post();
?>
ID,'Autor',true);
// Check if the custom field has a value.
?>
ID), 'full' );?>
-