View Single Post
  #1 (permalink)  
Old 09-03-07
mkadmin mkadmin is offline
Fresh Meat
 
Join Date: Mar 2007
Posts: 1
Default Need help with customizing theme

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
Code:
theloop.php
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote