The theme that I'm using
2813 WordPress Theme does not have paged navigation enabled in it. I tried using WP PageNavi plugin but that too didn't help. In
the relevant template tag is available:
Code:
/* Insert Paged Navigation */ if (!is_single()) { include (TEMPLATEPATH . '/navigation.php'); } ?>
Then I opened the home.php and added the following at the end:
Code:
Still navigation doesn't display.
Would appreciate any help on this. Thanks