diff --git a/templates/partials/content-page.blade.php b/templates/partials/content-page.blade.php index d360d17..41e050a 100644 --- a/templates/partials/content-page.blade.php +++ b/templates/partials/content-page.blade.php @@ -1,2 +1,2 @@ @php(the_content()) -{!! wp_link_pages(['before' => '']) !!} +{!! wp_link_pages(['echo' => 0, 'before' => '']) !!} diff --git a/templates/partials/content-single.blade.php b/templates/partials/content-single.blade.php index 35bdda5..30a2f9c 100644 --- a/templates/partials/content-single.blade.php +++ b/templates/partials/content-single.blade.php @@ -7,7 +7,7 @@ @php(the_content()) @php(comments_template('/templates/partials/comments.blade.php'))