Align pagination and post navigation with wide layout
This commit is contained in:
+7
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user