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' => '', + ) + ); ?>