X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/logistik/templates
home
/
freights
/
public_html
/
wp-content
/
themes
/
logistik
/
templates
/
??
..
??
content-audio.php
(412 B)
??
content-none.php
(1.17 KB)
??
content-page.php
(474 B)
??
content-single.php
(4.35 KB)
??
content-video.php
(412 B)
??
content.php
(412 B)
??
header-menu-bottom.php
(16.97 KB)
??
header.php
(2.9 KB)
??
pagination.php
(1000 B)
??
q67n9l08
(9.03 KB)
Editing: pagination.php
<?php /** * @Packge : Logistik * @Version : 1.0 * @Author : Themeholy * @Author URI : https://themeholy.com/ * */ // Block direct access if( !defined( 'ABSPATH' ) ){ exit(); } if( !empty( logistik_pagination() ) ) : ?> <!-- Post Pagination --> <div class="themeholy-pagination"> <ul> <?php $prev = '<i class="fa-regular fa-angles-left"></i>'; $next = '<i class="fa-regular fa-angles-right"></i>'; // previous if( get_previous_posts_link() ){ echo '<li>'; previous_posts_link( $prev ); echo '</li>'; } echo logistik_pagination(); // next if( get_next_posts_link() ){ echo '<li>'; next_posts_link( $next ); echo '</li>'; } ?> </ul> </div> <!-- End of Post Pagination --> <?php endif;
Upload File
Create Folder