Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13545

sky108 on "customizing footer"

$
0
0

coincidentally the original footer file for the theme, which i have a back up for, is as follows....

<?php
/**
* Built theme footer with widget area,
* and wp_footer(). The widget area is called
* ffooter because 'footer' causes issues.
*
* @package wpSight
* @since 1.0
*/

// Action hook before footer
do_action( 'wpsight_footer_before' );

// Display footer widget area if active

if( is_active_sidebar( 'ffooter' ) ) {

// Open layout wrap
wpsight_layout_wrap( 'footer-wrap' ); ?>

<div id="footer" class="clearfix">
<?php dynamic_sidebar( 'ffooter' ); ?>
</div><!-- #footer--><?php

// Close layout wrap
wpsight_layout_wrap( 'footer-wrap', 'close' );

} // endif is_active_sidebar()

// Action hook after footer
do_action( 'wpsight_footer_after' ); ?>

</div><!-- #outer -->

<?php
do_action( 'wpsight_after' );
wp_footer();
?>

p.fimage {
line-height; 12px;
margin:auto;
left:0;

p.fimage a img {
margin: 0 auto; padding: 0 0 0 12px;

<img src="http://loyals.info/wp-content/uploads/2014/07/london-scape-footer-cut-w-white33-transparent.png" alt="Image Description">

</body>
</html>


Viewing all articles
Browse latest Browse all 13545

Trending Articles