Se busca cuidadora externa
Se precisa cuidador en régimen Externo 25 hs de Lunes a viernes de 10:30 a 15:30 horas, en la ciudad.…
Hoy
4.7
349 opiniones
Ver empleoEmpleos más buscados
<?php $args = array( 'post_type'=> 'post', 'orderby' => 'date', 'post_status' => 'publish', 'order' => 'DESC', 'posts_per_page' => 15 // this will retrive all the post that is published ); $result = new WP_Query( $args ); if ( $result-> have_posts() ) : while ( $result->have_posts() ) : $result->the_post(); echo '<h4><a href="'.get_permalink().'">'.get_the_title().'</a></h4>'; endwhile; endif; wp_reset_postdata(); ?>