File manager - Edit - /home/vblioqus/apkstacker.com/wp-content/themes/infopediya/template-parts/blog-card.php
Back
<?php $category = 'Blog'; $options = get_option('Theme_Options_Panel'); $category = $options['_infopediya_blog-category']; if ($category): $args = array( 'post_type' => 'post', 'post_status' => 'publish', 'posts_per_page' => $options['_infopediya_blog-num-posts-home'] ?? 4, 'category_name' => $category, ); // The Query $the_query = new WP_Query($args); if ($the_query->have_posts()) : ?> <div class="home-section p-0"> <div class="block-head gradient row"> <div class="col-md-12"> <div class="row"> <div class="col-6"> <span class="text-white mx-1 text-capitalize"> <img width="18" height="18" src="<?php echo get_template_directory_uri() . '/icons/file.svg' ?>" alt="file-svg-icon"> <?php echo $category ?> </span> </div> <div class="col-6"> <a href="<?php echo get_home_url() . "/blog" ?>" aria-label="Read more about the category apps"> <span class="text-white alignright"> More <img width="13" height="13" src="<?php echo get_template_directory_uri() . '/icons/arrow-right.svg' ?>" alt="arrowicon"> </span> </a> </div> </div> </div> </div> <div class="block-body p-lg-3 row ml-0 mr-0"> <div class="row row-cols-1 row-cols-md-2 row-cols-lg-4 px-2 py-4 mx-auto"> <?php while ($the_query->have_posts()) : $the_query->the_post(); ?> <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; /* Restore original Post Data */ wp_reset_postdata(); ?> </div> </div> </div> <?php endif; else: get_template_part('template-parts/home', 'empty'); endif; ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0.23 |
proxy
|
phpinfo
|
Settings