<?php if ( $query->have_posts() ){ ?>
Результаты: <?php echo $query->found_posts; ?> <br />
<div class='search-filter-results-list'>
<?php
$i = 1;
while ($query->have_posts()){
$query->the_post();
if($i === 1) $tags = get_the_tags(get_the_ID());
?>
<!-- Вывод данных поста -->
<div class="container">
<div class="product_description_inside_search clearfix">
<div class="product_description_inside_img">
<img src="<?php the_field('image_product') ?>">
</div>
<div class="product_title_search">
<h1>
<?php the_field('pharm_name'); ?>
</h1>
</div>
<div class="pharm_permalink">
<a href="<?php the_permalink(); ?>">Подробнее</a>
</div>
<div class="where_buy_search">
<span id="where_buy"><?php the_field('name_pharmacies'); ?></span><br>
</div>
<div class="pharm_price">
<br><h2>Цена: <?php the_field('pharm_price'); ?></h2>
</div>
</div>
</div>
<!-- Вывод данных поста -->
<?php $i++;} ?>
</div>
<?php
$taggedPosts = new WP_Query( array("tag__in" => array($tags[0]->term_id)) );
if($taggedPosts->have_posts()){
while ($taggedPosts->have_posts()){
$taggedPosts->the_post(); ?>
<!-- Вывод данных поста -->
<div class="container">
<div class="product_description_inside_search clearfix">
<div class="product_description_inside_img">
<img src="<?php the_field('image_product') ?>">
</div>
<div class="product_title_search">
<h1>
<?php the_field('pharm_name'); ?>
</h1>
</div>
<div class="pharm_permalink">
<a href="<?php the_permalink(); ?>">Подробнее</a>
</div>
<div class="where_buy_search">
<span id="where_buy"><?php the_field('name_pharmacies'); ?></span><br>
</div>
<div class="pharm_price">
<br><h2>Цена: <?php the_field('pharm_price'); ?></h2>
</div>
</div>
</div>
<!-- Вывод данных поста -->
<?php } } wp_reset_postdata();
} else { ?>
<div class='search-filter-results-list' data-search-filter-action='infinite-scroll-end'>
<span>Нет результатов</span>
</div>
<?php } ?>
<?php
$posttags = get_the_tags();
if ($posttags) {
foreach($posttags as $tag) {
//тут вывожу вот метки, как можно получить не название этих меток, а именно посты у которых есть эти метки ?
echo $tag->term_id . $tag->name ;
}
}
?>
<?php if ( $query->have_posts() ){
if(i === 1) $tags = get_the_tags(get_the_ID());
?>
Результаты: <?php echo $query->found_posts; ?> <br />
<div class='search-filter-results-list'>
<?php $i = 1;
while ($query->have_posts()){ $query->the_post(); ?>
<!-- Вывод данных поста -->
<!-- Вывод данных поста -->
<?php $taggedPosts = get_posts( array("tag__in" => array(tags[0]->term_id)) );
if($taggedPosts->have_posts()){
while ($taggedPosts->have_posts()){
$taggedPosts->the_post(); ?>
<!-- Вывод данных поста -->
<!-- Вывод данных поста -->
<?php } } wp_reset_postdata(); ?>
<?php $i++;} ?>
</div>
<?php } else { ?>
<div class='search-filter-results-list' data-search-filter-action='infinite-scroll-end'>
<span>Нет результатов</span>
</div>
<?php } ?>