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

elangejans on "Hatch: Remove 'Powered by Wordpress'"

$
0
0

Hello,

I am in the process of familiarizing myself with HTML/CSS and need a fix that IS fairly simple, just not exactly sure how to execute.

I want to remove the 'Powered by WordPress' in my footer. Which line do I remove?

?>
<?php get_sidebar( 'primary' ); // Loads the sidebar-primary.php template. ?>

<?php do_atomic( 'close_main' ); // hatch_close_main ?>

</div><!-- #main -->

<?php do_atomic( 'after_main' ); // hatch_after_main ?>

<?php get_sidebar( 'subsidiary' ); // Loads the sidebar-subsidiary.php template. ?>

<?php do_atomic( 'before_footer' ); // hatch_before_footer ?>

<div id="footer">

<?php do_atomic( 'open_footer' ); // hatch_open_footer ?>

<div class="footer-content">

<?php echo apply_atomic_shortcode( 'footer_content', hybrid_get_setting( 'footer_insert' ) ); ?>

<?php do_atomic( 'footer' ); // hatch_footer ?>

</div>

<?php do_atomic( 'close_footer' ); // hatch_close_footer ?>

</div><!-- #footer -->

<?php do_atomic( 'after_footer' ); // hatch_after_footer ?>

</div><!-- .wrap -->

</div><!-- #container -->

<?php do_atomic( 'close_body' ); // hatch_close_body ?>

<?php wp_footer(); // wp_footer ?>

</body>
</html>

Your help is much appreciated!

Thanks,
Elliot


Viewing all articles
Browse latest Browse all 13554

Trending Articles