D51300-code introduce a typo. seedlet_the_posts_navigation() does not exist but seedlet_the_post_navigation() does.

This commit is contained in:
ramonjd 2020-10-28 12:13:21 +11:00
parent 90e277601c
commit cbd8e63a85

View file

@ -45,7 +45,7 @@ get_header();
endwhile;
// Previous/next page navigation.
seedlet_the_posts_navigation();
seedlet_the_post_navigation();
// If no content, include the "No posts found" template.
else :