![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#4
|
||||
|
||||
|
look for this in footer.php
<div class="footerright"> <p><?php _e("Copyright", 'studiopress'); ?> © <?php echo date('Y'); ?> · <?php _e("All Rights Reserved", 'studiopress'); ?> · <?php wp_loginout(); ?><br /><a href="http://www.studiopress.com/themes/education" >Education theme</a> <?php _e("by", 'studiopress'); ?> <a href="http://www.studiopress.com" >StudioPress</a> · <?php _e("Powered by", 'studiopress'); ?> <a href="http://www.wordpress.org">WordPress</a></p> </div> Replacing the bold with your long text or delete the left and right divs and put everything into the footer div which will stretch it full width. remove the bold for this choice <div id="footer"> <div class="footerleft"> <p><a rel="nofollow" href="#top" ><?php _e("Return to top of page", 'studiopress'); ?></a></p> </div> <div class="footerright"> <p><?php _e("Copyright", 'studiopress'); ?> © <?php echo date('Y'); ?> · <?php _e("All Rights Reserved", 'studiopress'); ?> · <?php wp_loginout(); ?><br /><a href="http://www.studiopress.com/themes/education" >Education theme</a> <?php _e("by", 'studiopress'); ?> <a href="http://www.studiopress.com" >StudioPress</a> · <?php _e("Powered by", 'studiopress'); ?> <a href="http://www.wordpress.org">WordPress</a></p> </div> </div> If you take the first choice you can place your page links inside p tags <p></p> above the return to top if you take the second choice you can place your page links in p tags then you text in new p tags and finally the return to top code in a 3rd p tag.
__________________
Fat Cat Designs | "Creativity takes courage." Henri Matisse Make life easier use FireFox and these Customizing tools: Firebug - Web Developer New to Genesis? See our Guide for Beginners! Recommended StudioPress Designer StudioPress on Facebook |
| Tags |
| custom footer, customise footer |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Custom Footer | redondorealtor | General Discussion | 5 | 11-09-2009 07:57 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us