Align pagination and post navigation with wide layout

This commit is contained in:
2026-07-27 16:10:55 +02:00
parent 3e407f5460
commit 43a8d0e64f
2 changed files with 85 additions and 1 deletions
+7 -1
View File
@@ -46,7 +46,13 @@
comments_template();
}
the_post_navigation();
// Wrap navigation titles so directional markers can remain un-underlined.
the_post_navigation(
array(
'prev_text' => '<span class="post-navigation-title">%title</span>',
'next_text' => '<span class="post-navigation-title">%title</span>',
)
);
}
?>
</main>