<?php get_header(); ?>
<div class="cols fx-row">
<main class="main clearfix">
<h1 style="padding:7px;text-align:center">Новинки на сайте</h1>
<?php $args = array('post_type' => 'book','posts_per_page' => 12,);$p = get_posts( $args );foreach ( $p as $post ) {setup_postdata( $post );?>
<div class="mainl-wrap">
<div class="mainl"><a title="<?= the_title() ?> fb2 скачать бесплатно" href="<?= the_permalink() ?>" class="mainlink">
<div class="cover"><img alt="<?php $array = array();$cur_terms = get_the_terms( $post->ID, 'avtory');foreach( $cur_terms as $cur_term ){$array[] = $cur_term->name;}$comma_separated = implode(", ", $array);echo $comma_separated;?> - <?= the_title() ?>" data-src="<?php the_post_thumbnail(); ?>"></div>
<div class="title"><?= the_title() ?></div></a>
<div class="title-info">
<?php $array = array();$cur_terms = get_the_terms( $post->ID, 'avtory');foreach( $cur_terms as $cur_term ){$array[] = $cur_term->name;}$comma_separated = implode(", ", $array);echo $comma_separated;?>
<br>
<?php $array = array();$cur_terms = get_the_terms( $post->ID, 'zhanry');foreach( $cur_terms as $cur_term ){$array[] = $cur_term->name;}$comma_separated = implode(", ", $array);echo $comma_separated;?>
</div>
</div></div>
<?php } wp_reset_postdata(); ?>
<div style="clear: left"></div>
<div style="text-align:right"><a href="/book/" class="more" style="text-decoration: none; color: #fff;">Смотреть больше »</a></div>
<h2 style="padding:7px;text-align:center">Популярное за месяц</h2>
<div style="clear: left"></div>
<div style="text-align:right"><a href="/top-30-knig-mesyaca" class="more" style="text-decoration: none; color: #fff;">Смотреть больше »</a></div>
</main><?php get_sidebar(); ?>
<?php get_footer(); ?>
<?php get_header(); ?>
<div class="cols fx-row">
<main class="main clearfix">
</main><?php get_sidebar(); ?>
<?php get_footer(); ?>
А какой код нужен? Я использую плагин для комментариев wpDiscuz, но и стандартная форма комментов не работает(((