Remove or hide powered by WordPress on footer (new)
-
Hi,
I have installed a new theme Tempera. But at the bottom (footer) does not remove the text: POWERED BY TEMPERA & WORDPRESS…. even trying so many times with display:none etc
This is the code in footer.php
<?php /** * The template for displaying the footer. * * Contains the closing of the id=main div and all content * after. Calls sidebar-footer.php for bottom widgets. * * @package Cryout Creations * @subpackage tempera * @since tempera 0.5 */ ?> <div style="clear:both;"></div> </div> <!-- #forbottom --> <footer id="footer" role="contentinfo"> <div id="colophon"> <?php get_sidebar( 'footer' );?> </div><!-- #colophon --> <div id="footer2"> <?php cryout_footer_hook(); ?> </div><!-- #footer2 --> </footer><!-- #footer --> </div><!-- #main --> </div><!-- #wrapper --> <?php wp_footer(); ?> </body> </html>
Please help me, how can I remove that??
Thanks in advance.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Remove or hide powered by WordPress on footer (new)’ is closed to new replies.