yizhan 0 Report post Posted May 15, 2010 how can i replace the footer with just the pages links Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted May 15, 2010 From your WordPress Admin go to: iBlogPro > Theme Options > Custom Code > Custom CSS and put in this CSS and save: #footer, #morefoot{display:none} Then go to: Appearance > Editor > Footer (footer.php) and paste this code: <?php include (THEME_LIB.'/_nav.php'); ?> just before the first time this line of code appears: <div class="clear"></div> which you can find easily by pressing Ctrl+F (Windows) or Cmnd+F (Mac) on your keyboard and searching it. You should not at any point need to remove or delete any code. Once you've followed the steps and you don't like how it looks please specify what you don't like and please specify the link to your website. Thanks, Bryan Share this post Link to post Share on other sites