Our Testimonials
'testimonial', //write slug of post type
'posts_per_page' => -1,
'order' => 'DESC',
'orderby' => 'date'
);
$childrens = new WP_Query( $args );
?>
have_posts() ) : ?>
have_posts() ) : $childrens->the_post(); ?>
Testimonials not found



