From 35096acab3f034f56fcaadf16c46485dac1fcfb6 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Mon, 19 Nov 2018 00:18:19 +0100 Subject: [PATCH] Update content.php --- loop-templates/content.php | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/loop-templates/content.php b/loop-templates/content.php index 3c0cb80..3f98975 100644 --- a/loop-templates/content.php +++ b/loop-templates/content.php @@ -14,8 +14,12 @@ if ( ! defined( 'ABSPATH' ) ) {
- ', esc_url( get_permalink() ) ), - '' ); ?> + ', esc_url( get_permalink() ) ), + '' + ); + ?> @@ -31,15 +35,15 @@ if ( ! defined( 'ABSPATH' ) ) {
- + '', - ) ); + wp_link_pages( + array( + 'before' => '', + ) + ); ?>