За ссылку спасибо. Шорткод я уже создал, код вот:
add_shortcode( 'testimonials', 'shortcode_testimonials' );
function shortcode_testimonials() {
ob_start();
get_template_part( 'inc/testimonials.php' );
return ob_get_clean();
}
На главной странице вывожу - <?php include_once 'inc/testimonials.php' ?>