Cargando tu pedido...
‘reloj_rolex’,
‘meta_query’ => array(
array(
‘key’ => ‘rmc’,
‘value’ => $rmc_value,
‘compare’ => ‘=’,
)
)
)
);
if ( $getWatch->have_posts() ) :
while( $getWatch->have_posts() ) :
$getWatch->the_post();
wp_redirect( get_permalink() );
endwhile;
endif;
}else{
// redirect to colection
wp_redirect( get_permalink( get_page_by_path( ‘rolex/coleccion-rolex’ )) );
exit;
}
}elseif($rdtvalue == ‘contact’){
// redirect to contact
wp_redirect( get_permalink( get_page_by_path( ‘contactenos’ )) );
exit;
}
}
/* ************************************ */
/* ************************************ */
if ( ! defined( ‘ABSPATH’ ) ) {
exit; // Direct access not allowed.
}
// Show header
get_header();
// Password protected page doesn’t use vc container
if ( post_password_required() ) {
$is_vc_content = false;
}
?>
