georgebielinskieu 0 Report post Posted June 8, 2010 I like the Pagelines.com footer: ?© 2010 PageLines ??” Updated on May 26, 2010 ??” Terms & Conditions How do I add a footer like that to iBlogPro 4? Cheers, GB Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted June 9, 2010 From your WordPress admin, navigate to: Appearance > Editor > Footer (footer.php) and find this code: ` PageLines Themes ` if you want to keep the branch add this: ` ?© 2010 Website Name. All Rights Reserved. PageLines Themes ` if you want just your copyright line, add this: ` ?© 2010 Website Name. All Rights Reserved. ` Thanks, Bryan Share this post Link to post Share on other sites
georgebielinskieu 0 Report post Posted June 9, 2010 Thanks! :-) Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted June 11, 2010 Wonderful to hear that worked for you. Thanks, Bryan Share this post Link to post Share on other sites
georgebielinskieu 0 Report post Posted June 27, 2010 I have a problem with properly displaying the copyright footer now: the copyright text is being displayed in the middle of the Footer Middle widget. I also have #footer{display:none} custom code there. When I delete the custom code the copyright text displays correctly below the footer, however, I don't want the footer there at all (hence the custom code). Can you help please? Share this post Link to post Share on other sites
georgebielinskieu 0 Report post Posted June 27, 2010 Ha! Fixed it. Styles.css footer margins and padding did the trick. Love this theme - very neat code, well designed and so flexible to work with. Cheers, GB Share this post Link to post Share on other sites