hello
Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : chryzalihi ( 621211) PHP Version : 8.3.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/chryzalihi/www/wp-contentOLD/themes/rakiya/misc/ |
<?php if ( is_singular( 'post' ) ) : // If viewing a single post page. ?> <div class="loop-nav"> <?php previous_post_link( '<div class="prev">' . esc_html__( 'Previous Post: %link', 'rakiya' ) . '</div>', '%title' ); ?> <?php next_post_link( '<div class="next">' . esc_html__( 'Next Post: %link', 'rakiya' ) . '</div>', '%title' ); ?> </div><!-- .loop-nav --> <?php elseif ( is_home() || is_archive() || is_search() ) : // If viewing the blog, an archive, or search results. ?> <?php the_posts_pagination( array( 'prev_text' => esc_html_x( '← Previous', 'posts navigation', 'rakiya' ), 'next_text' => esc_html_x( 'Next →', 'posts navigation', 'rakiya' ) ) ); ?> <?php endif; // End check for type of page being viewed. ?>