Submit
Path:
~
/
home
/
getwphos
/
public_html
/
ccma
/
wp-content
/
themes
/
curly
/
framework
/
modules
/
search
/
templates
/
parts
/
File Content:
loop.php
<?php if ($query->have_posts()) : while ($query->have_posts()) : $query->the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="mkdf-post-content"> <?php if (has_post_thumbnail()) { ?> <div class="mkdf-post-image"> <a itemprop="url" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"> <?php the_post_thumbnail('thumbnail'); ?> </a> </div> <?php } ?> <div class="mkdf-post-title-area <?php if (!has_post_thumbnail()) { echo esc_attr('mkdf-no-thumbnail'); } ?>"> <div class="mkdf-post-title-area-inner"> <h5 itemprop="name" class="mkdf-post-title entry-title"> <a itemprop="url" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a> </h5> <?php $mkdf_my_excerpt = get_the_excerpt(); if (!empty($mkdf_my_excerpt)) { ?> <p itemprop="description" class="mkdf-post-excerpt"><?php echo wp_trim_words(esc_html($mkdf_my_excerpt), 30); ?></p> <?php } ?> </div> </div> </div> </article> <?php endwhile; ?> <?php else: ?> <p class="mkdf-blog-no-posts"><?php esc_html_e('No posts were found.', 'curly'); ?></p> <?php endif; ?>
Submit
FILE
FOLDER
Name
Size
Permission
Action
loop.php
1515 bytes
0644
pagination.php
103 bytes
0644
search-form.php
757 bytes
0644
N4ST4R_ID | Naxtarrr