最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Wordpress search not able to find the category

programmeradmin1浏览0评论

I have 3 to 4 categories on my website. I am using WordPress search but when I am searching my category then I am getting

Nothing Found

also, I tried to search the subcategory then also I am getting the same message.

Would you help me out with this issue?

search.php

 <section id="primary" class="content-area mainSearch">
    <main id="main" class="site-main">
      <div class="equalPadding">
        <div class="cp-seeWrapper">
    <?php if ( have_posts() ) : 
          get_search_form();//search form
          ?>
          <div class="resultCount"><?php
          global $wp_query;
          echo $wp_query->found_posts.' RESULTS';
            ?></div>
         <div class="row">
      <?php 

       while (have_posts()){the_post();?>
        //displaying result here

       <?php } ?>

      <?php 
    else :
      get_template_part( 'template-parts/content', 'none' );

    endif;
    ?>
          </div>
    </div>
    </div>
    </main><!-- #main -->
  </section><!-- #primary -->
发布评论

评论列表(0)

  1. 暂无评论