X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html/wp-content/themes/hub/templates
home
/
hamdjcne
/
public_html
/
wp-content
/
themes
/
hub
/
templates
/
ðŸ“
..
📄
author-layout.php
(1.06 KB)
ðŸ“
blog
📄
blog-layout.php
(1.06 KB)
📄
category-layout.php
(1.06 KB)
ðŸ“
comment
ðŸ“
content
📄
entry-meta.php
(549 B)
ðŸ“
footer
ðŸ“
header
ðŸ“
portfolio
📄
portfolio-layout.php
(1.08 KB)
ðŸ“
preloader
📄
related-portfolio.php
(4.05 KB)
📄
related-post.php
(4.26 KB)
📄
search-layout.php
(1.06 KB)
📄
sidebar.php
(158 B)
📄
tag-layout.php
(1.06 KB)
ðŸ“
vc
Editing: blog-layout.php
<?php // Fallback if( !class_exists( 'LD_Blog' ) ) { // Start the Loop. while ( have_posts() ) : the_post(); /* * Include the Post-Format-specific template for the content. * If you want to override this in a child theme, then include a file * called content-___.php (where ___ is the Post Format name) and that will be used instead. */ liquid_get_content_template(); // End the loop. endwhile; // Set up paginated links. $links = paginate_links( array( 'type' => 'array', 'prev_next' => true, 'prev_text' => '<span aria-hidden="true">' . wp_kses_post( __( '<i class="lqd-icn-ess icon-ion-ios-arrow-back"></i>', 'hub' ) ) . '</span>', 'next_text' => '<span aria-hidden="true">' . wp_kses_post( __( '<i class="lqd-icn-ess icon-ion-ios-arrow-forward"></i>', 'hub' ) ) . '</span>' )); if( !empty( $links ) ) { printf( '<div class="blog-nav"><nav aria-label="%s"><ul class="pagination"><li>%s</li></ul></nav></div>', esc_attr__( 'Page navigation', 'hub' ), join( "</li>\n\t<li>", $links ) ); } return; } get_template_part( 'theme/liquid-blog' );
Upload File
Create Folder