вот обработчик
require "../../../dateBase/member_db_krmu.php";
if(empty($_POST['text'])){
$error = 'нельзя отправить пустой текст';
}else{
$text=$_POST['text'];
$uid=$_POST['author'];
$aid=$_POST['id'];
$add = mysqli_query($connection,"INSERT INTO `comments` (`id`, `uid`,`text`,`artid`, `likes`) VALUES (NULL, '$uid','$text', '$aid', '0')");
}
echo "строка, которую хотите отправить обратно клиенту";
exit;
<?php while ( have_posts() ) : the_post();
$gallery = get_post_gallery( get_the_ID(), false );?>
<div class="content-catalog">
<?php if ( $gallery ) :
foreach( $gallery['src'] as $src ) : ?>
<div class="item-img">
<div class="item-img-title"><span>look 1</span></div>
<img src="<?php echo $src; ?>" alt="">
</div>
<?php
endforeach;
endif; ?>
</div>
<div class="overlay overlay-img">
<div class="inner-overlay inner-img">
<div class="overlay-close"></div>
<div class="overlay-slider owl-carousel">
<?php if ( $gallery ) :
foreach( $gallery['src'] as $src ) : ?>
<div class="slide-item">
<img src="<?php echo $src; ?>" alt="#" />
</div>
<?php
endforeach;
endif; ?>
</div>
</div>
</div>
<?php endwhile; ?>
<div class="block-content">
<div class="container cf">
<div class="large b-row cf">
<!-- Здесь выводится 2 первые заметки-->
<?php $i = 0; //счетчик постов
foreach ($brands as $brand) :
//прерываем цикл если вывели 2 поста
if ($i === 2)
break; ?>
<div class="column half b-col">
<article>
<a href="#"> </a>
<h2 class="post-title"><a href="#"><?=$brand->title;?></a></h2>
<div class="cf listing-meta meta below"> <span class="meta-item author"><?=$brand->title;?> <a href="#"><i class="fa fa-comments-o"></i> 3</a></span></div>
<div class="excerpt">
<p>
<?=$brand->description;?>
</p>
</div>
</article>
</div>
<?php $i++;
endforeach; ?>
</div>
<ul class="b-row posts-list thumb">
<!-- снова перебираем массив но уже в нем будут удалены выведенные выше объекты -->
<?php $i = 0; //сбрасываем счетчик постов
foreach ($brands as $brand) :
//пропускаем итерации для первых 2 постов
if ($i <= 2)
continue; ?>
<li class="column half b-col">
<article class="post cf">
<a href="#"> </a>
<div class="content">
<a href="#"><?=$brand->title;?></a>
<div class="cf listing-meta below"> <time datetime="2017-01-10T03:34:37+00:00" class="meta-item">Jan 10, 2017</time></div>
</div>
</article>
</li>
<?php $i++;
endforeach; ?>
</ul>
</div>
</div>
name="Callback[form]"
/* Здесь проверяется существование переменных */
if (isset($_POST['Callback[name]'])) {$name = $_POST['Callback[name]'];}
if (isset($_POST['Callback[phone]'])) {$tel = $_POST['Callback[phone]'];}
remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_price', 10);
remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20);
add_action('woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 10);
add_action('woocommerce_single_product_summary', 'woocommerce_template_single_price', 20);
add_action('wp_enqueue_scripts', 'champfood_enqueue_styles');
get_header(); ?>
<div class="background-type-2">
<div class="main-content">
<div class="line-ver">
<div class="wrapper">
<?php get_sidebar('blog'); ?>
<div id="container">
<div id="content" class="blog" role="main">
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post(); ?>
<article id="post-<?php the_ID(); ?>"<?php post_class(); ?>>
<div class="post_headline">
<h3><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h3>
</div>
<div class="post-exp">
<?php the_excerpt(); ?>
</div>
<div class="tags">
<?php var_dump(get_the_terms( $post->id, 'post_tag' ));?>
</div>
</article>
<?php endwhile;
if (function_exists('custom_pagination')) {
custom_pagination($query->max_num_pages,"",$paged);
}
endif;
?>
</div><!-- #content -->
</div><!-- #container -->
</div>
</div>
</div>
</div>
<?php get_footer(); ?>
$args = [];
global $wp_query;
$wp_query = new WP_Query($args);
Хочу сделать для одного блока кастомную запись и вывести заголовок и описание. Но если создать в этой кастомной записи еще один пост то будет уже 2 поста