D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sadaunjx
/
public_html
/
wp-content
/
themes
/
newsplus1
/
Filename :
archive-loop.php
back
Copy
<div class="d-flex flex-column post <?php echo $posts_posts_style; ?><?php if ( is_sticky() ) { ?> sticky<?php } ?>"> <a class="d-flex flex-column flex-grow post-link" href="<?php the_permalink(); ?>"> <div class="thumb-wrap" style="background-image: url('<?php a4h_post_background_url('', $posts_widget_args, $posts_posts_args, $posts_current_post); ?>');"> <?php do_action('a4h_hook_posts_list_post_thumb_inner', $posts_widget_args, $posts_posts_args, $posts_current_post); ?> </div> <span class="overlay"></span> <h3 class="title plain main-color-border"> <div class="title-inner"> <?php do_action('a4h_hook_posts_list_post_title_start', $posts_widget_args, $posts_posts_args, $posts_current_post); ?> <?php the_title(); ?> <?php do_action('a4h_hook_posts_list_post_title_end', $posts_widget_args, $posts_posts_args, $posts_current_post); ?> </div> </h3> </a> <?php do_action('a4h_hook_posts_list_post_inner_end', $posts_widget_args, $posts_posts_args, $posts_current_post); ?> </div>