Uname: Linux webm016.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 7.4.33 [ PHP INFO ] PHP os: Linux
Server Ip: 54.36.31.145
Your Ip: 216.73.216.182
User: homesquasz (91404) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : read-next.php
<?php
/**
 * Read Next
 *
 * This template can be overridden by copying it to your-child-theme/templates/single-post/read-next.php.
 *
 * HOWEVER, on occasion TieLabs will need to update template files and you
 * will need to copy the new files to your child theme to maintain compatibility.
 *
 * @author   TieLabs
 * @version  3.2.0
 */

defined( 'ABSPATH' ) || exit; // Exit if accessed directly



if( (( tie_get_option( 'read_next' ) && ! tie_get_postdata( 'tie_hide_read_next' )) || ( tie_get_postdata( 'tie_hide_read_next' ) == 'no' ) ) && is_singular( 'post' ) ):

	// Check if the Read Next is hidden on mobiles
	if( TIELABS_HELPER::is_mobile_and_hidden( 'read_next' ) ){
		return;
	}

	// Prepare the query
	$query_type = tie_get_option('read_next_query');

	// Post Order
	$order = tie_get_option( 'read_next_order' );
	$asc_or_desc = tie_get_option( 'read_next_asc_or_desc' );

	// Post Order
	$style = tie_get_option( 'read_next_style', 50 );

	//Numebr
	$posts_number = tie_get_option( 'read_next_number', 10 );

	//
	$args = tie_get_related_posts_args( $query_type, $order, $posts_number, $asc_or_desc );

	// ---
	$args = apply_filters( 'TieLabs/read_next_query', $args );

	?>

	<div id="read-next-block" class="container-wrapper read-next-slider-<?php echo esc_attr( $style ) ?>">
		<h2 class="read-next-block-title"><?php esc_html_e( 'Read Next', TIELABS_TEXTDOMAIN ); ?></h2>
		<?php
			TIELABS_HELPER::get_template_part( 'templates/featured', '', array(
				'slider_settings'  => array(
					'slider'         => $style,
					'featured_posts' => true,
					'featured_auto'  => true,
					'show_date'      => true,
					'show_category'  => true,
					'show_reviews'   => true,
					'slider_id'      => 'read-next',
					'related_mode'   => $args,
				)
			));
		?>
	</div><!-- #read-next-block -->

	<?php

	wp_reset_postdata();

endif;
© 2026 GrazzMean