芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/cepali.edu.mx/wp-content/plugins/tp-education/template-parts/tp-related-posts.php
'ids' ) ); $args = array( 'post_type' => $post_type, 'posts_per_page' => 2, 'terms' => $terms, 'post__not_in' => array( $id ) ); $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ) : ?>
have_posts() ) : $the_query->the_post(); ?>
the_title_attribute( array( 'echo' => false ) ) ) ); } else { echo '
'; } ?>