File manager - Edit - /home/vblioqus/bingo-patti.cc/wp-content/themes/infopediya/template-parts/content-search.php
Back
<?php /** * Template part for displaying results in search pages * @link https://codex.wordpress.org/Template_Hierarchy * @package Files_Custom_Theme */ ?> <div class="home-section p-0"> <div class="block-head gradient row"> <div class="col-md-12"> <div class="row"> <div class="col-6 " style="padding-left: 2px !important;"> <span class="text-white mx-2"> <img width="18" height="18" src="<?php echo get_template_directory_uri() . '/icons/file.svg' ?>" alt="file-svg-icon"> <?php printf(esc_html__('Search Results for: %s', 'infopediya'), '<span>' . get_search_query() . '</span>') ?> </span> </div> </div> </div> </div> <!-- for apps --> <div class="block-body p-lg-3 row ml-0 mr-0"> <?php if (have_posts()) : while (have_posts()) : the_post(); $article_type = get_post_meta(get_the_ID(), 'infopediya_meta_file_or_blog', true); if ($article_type == 'Blog article') : continue; endif; get_template_part('template-parts/content', 'app-block'); endwhile; wp_reset_postdata(); else : get_template_part('template-parts/content', 'none'); endif; ?> </div> <!--//Apps Block --> <!-- for blog posts --> <div class="block-body p-lg-3 row ml-0 mr-0"> <div class="my-4 text-center"> <h3 class="p-3 rounded shadow">Search in blog..</h3> </div> <div class="row row-cols-1 row-cols-md-2 row-cols-lg-4 px-2 py-4 mx-auto"> <?php if (have_posts()) : while (have_posts()) : the_post(); $article_type = get_post_meta(get_the_ID(), 'infopediya_meta_file_or_blog', true); if ($article_type != 'Blog article') : continue; endif; ?> <div class="col mb-4"> <div class="card h-100"> <img src="<?php echo get_the_post_thumbnail_url() ?>" class="card-img-top" alt="<?php echo infopediya_get_img_alt_text() ?>"> <div class="card-body"> <a href="<?php the_permalink() ?>"> <h5 class="card-title"><?php the_title() ?></h5> </a> <p class="card-text my-3"><?php the_excerpt() ?> </p> </div> <div class="card-footer card-read-more d-flex justify-content-end"> <a class="btn text-white btn-sm shadow-md selected-bg-color border-0" href="<?php the_permalink() ?>">Read More</a> </div> </div> </div> <?php endwhile; wp_reset_postdata(); else : get_template_part('template-parts/content', 'none'); endif; ?> </div> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0.5 |
proxy
|
phpinfo
|
Settings