Sugar and Spice Theme Footer Trouble
-
I tried to removed the powered by wordpress from the footer and add copyright info and now the entire footer disappeared lol…
<div class=”site-info”>
<?php do_action( ‘sugarspice_credits’ ); ?>
<?php printf( __(Copyright 2014, Curvy Fit Mum. All Rights Reserved.); ?>
<span class=”sep”> | </span>
<?php printf( __( ‘Theme: %1$s by %2$s.’, ‘sugarspice’ ), ‘Sugar & Spice’, ‘WebTuts‘ ); ?>
</div><!– .site-info –>
</footer><?php wp_footer(); ?>
</body>
</html>how do i fix it?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Sugar and Spice Theme Footer Trouble’ is closed to new replies.