X7ROOT File Manager
Current Path:
/home/notabjze/boatingnight.com/wp-content/themes/yachbat/template-parts
home
/
notabjze
/
boatingnight.com
/
wp-content
/
themes
/
yachbat
/
template-parts
/
ðŸ“
..
📄
404.php
(546 B)
📄
archive.php
(1.12 KB)
ðŸ“
blog
📄
footer-default.php
(177 B)
📄
header-default.php
(1.15 KB)
📄
page.php
(1.19 KB)
ðŸ“
parts
ðŸ“
post
📄
search.php
(1.07 KB)
📄
single.php
(489 B)
Editing: archive.php
<?php $blog_template = apply_filters( 'yachbat_blog_template', '' ); ?> <div class="row_site"> <div class="container_site"> <div id="main-content" class="main"> <div class="blog_<?php echo esc_attr($blog_template); ?>"> <?php if( ( yachbat_blog_show_heading() == 'yes' ) && ( $blog_template === 'listing' ) ){ ?> <h1 class="blog-heading"> <?php esc_html_e('The Blog', 'yachbat'); ?> </h1> <?php } ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'template-parts/blog/'.$blog_template ); ?> <?php endwhile; ?> </div> <div class="pagination-wrapper"> <?php $args = array( 'type' => 'list', 'next_text' => '<i class="ovaicon-next"></i>', 'prev_text' => '<i class="ovaicon-back"></i>', ); the_posts_pagination($args); ?> </div> <?php else : ?> <?php get_template_part( 'template-parts/content/content-none' ); ?> <?php endif; ?> </div> <?php get_sidebar(); ?> </div> </div>
Upload File
Create Folder