From cdea87ed9ea860ad6ead900ff127f72375b9221b Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Thu, 29 Dec 2022 10:48:59 +0100 Subject: [PATCH] removed pagination in single --- single.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/single.php b/single.php index 7c5de16..512cb5f 100644 --- a/single.php +++ b/single.php @@ -18,12 +18,12 @@ get_header(); get_template_part( 'template-parts/content', get_post_type() ); - the_post_navigation( - array( - 'prev_text' => '' . esc_html__( 'Anterior:', 'ofisuport' ) . ' %title', - 'next_text' => '' . esc_html__( 'Següent:', 'ofisuport' ) . ' %title', - ) - ); + //the_post_navigation( + // array( + // 'prev_text' => '' . esc_html__( 'Anterior:', 'ofisuport' ) . ' %title', + // 'next_text' => '' . esc_html__( 'Següent:', 'ofisuport' ) . ' %title', + // ) + //); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) :