D51300-code introduce a typo. seedlet_the_posts_navigation()
does not exist but seedlet_the_post_navigation()
does.
This commit is contained in:
parent
90e277601c
commit
cbd8e63a85
1 changed files with 1 additions and 1 deletions
|
@ -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 :
|
||||
|
|
Loading…
Reference in a new issue