Jump to content
Sign in to follow this  
yizhan

footer

Recommended Posts

yizhan

how can i replace the footer with just the pages links

Share this post


Link to post
Share on other sites
bryan-hadaway

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×