Cannot include navigation in single posts
-
Hi, I’m using a child theme for twenty eleven but thought this would be a more general issue.
I’ve managed to include custom navigation for my category posts by calling a function like this
<?php blah_pagination(); ?>
from within the category.php template.The function itself resides in functions.php and looks like this: https://pastebin.com/G1TNrTnv
For some reason it cannot be called in the same way from the single post (single.php and content-single.php) template.
Is there another, improved way to do this? Why won’t it work?
My php skills are limited and I’m done guessing…
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Cannot include navigation in single posts’ is closed to new replies.