Footer Disappeared
-
I tried to add a facebook like code to the body of the footer.php. IT ended up getting rid of all of my footer one and bottom footer , subscription buttons, etc..
I erased the code and the footers are still not there. Please help. This disaster happened through the help of a bluehost rep and he went on break and left me hanging.this is what my footer.php looks like
<?php $type = yiw_get_option( 'footer_type', 'normal' ); if( strpos($type, "big") !== false ) get_template_part('footer','big'); ?> <!-- START FOOTER --> <?php <div id="copyright" class="group"> <div class="inner group"> <?php if( $type == 'normal' || $type == 'big-normal' ) : ?> <div class="left"> <?php yiw_convertTags( yiw_addp( stripslashes( __( yiw_get_option( 'copyright_text_left', 'Copyright <a href="%site_url%"><strong>%name_site%</strong></a> 2010' ), 'yiw' ) ) ) ) ?> </div> <div class="right"> <?php yiw_convertTags(yiw_addp( stripslashes( __( yiw_get_option( 'copyright_text_right', 'Powered by <a href="https://www.yourinspirationweb.com/en"><strong>Your Inspiration Web</strong></a>' ), 'yiw' ) ) ) ) ?> </div> <?php elseif( $type == 'centered' || $type == 'big-centered' ) : ?> <div class="center"> <?php yiw_convertTags( yiw_addp( stripslashes( __( yiw_get_option( 'footer_text_centered' ), 'yiw' ) ) ) ) ?> </div> <?php endif ?> </div> </div> <!-- END FOOTER --> </div> <!-- END WRAPPER --> </div> <!-- END SHADOW WRAPPER --> <?php wp_footer(); ?> text </body> </html>
[please mark any posted code according to forum guidelines – as it is, the above code is already corrupted by the forum parser]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Footer Disappeared’ is closed to new replies.