'lp_course', 'posts_per_page' => get_theme_mod('educenter_course_area_number_of_course', 8), 'tax_query' => array( array( 'taxonomy' => 'course_category', 'field' => 'term_id', 'terms' => $courses ), ), ) ); while ( $course_query->have_posts() ) { $course_query->the_post(); learn_press_get_template( 'content-course.php' ); } wp_reset_postdata(); } ?>
services_page; if( !empty( $page_id ) ) { $services_page = get_page($page_id); ?>
fservices_page ){ ?>
fservices_page; if( !empty( $page_id ) ) { $fservices_page = new WP_Query( 'page_id='.$page_id ); if( $fservices_page->have_posts() ) { while( $fservices_page->have_posts() ) { $fservices_page->the_post(); ?>