diff --git a/inc/template-tags.php b/inc/template-tags.php index 0ff39e2..4190771 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -52,8 +52,8 @@ function _s_post_nav() {
', _x( ' %title', 'Previous post link', '_s' ) ); - next_post_link( ' ', _x( '%title ', 'Next post link', '_s' ) ); + previous_post_link( ' ', _x( ' %title', 'Previous post link', '_s' ) ); + next_post_link( ' ', _x( '%title ', 'Next post link', '_s' ) ); ?>