Title: Remove footer text
Last modified: August 22, 2016

---

# Remove footer text

 *  [shaneco](https://wordpress.org/support/users/shaneco/)
 * (@shaneco)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-footer-text/)
 * Hi there,
 * I would like to remove to footer text on this page…
 * [http://www.shanecopland.com/](http://www.shanecopland.com/)
 * When I remove <?php wp_footer(); ?> it conflicts with my twitter feed, and does
   not remove the “powered y wordpress”
 * Any help would be great!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [leejosepho](https://wordpress.org/support/users/leejosepho/)
 * (@leejosepho)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-footer-text/#post-5709719)
 * You do that with CSS by adding something like this to your Child Theme’s style.
   css: `.designer-info {display:none;}`
 * To find that, I used the “Inspect Element” feature of Firefox by right-clicking
   over the text and then doing a bit of looking at the code.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-footer-text/#post-5709788)
 * the ‘powered by’ text is set from within /inc/extras.php of your theme;
    in this
   section:
 *     ```
       <div class="designer-info">
       					<?php
       					printf( '<a href="%1$s">%2$s</a> <span class="sep">%3$s</span> %6$s <a href="%4$s">%5$s</a>',
       						'http://themecot.com/wordpress-theme/keratin/', 'Keratin Theme', __( '·', 'keratin' ), 'http://wordpress.org/', 'WordPress', __( 'Powered by', 'keratin' )
       					);
       					?>
       				</div>
       ```
   
 * if you want to remove the text directly by editing the files (ideally from within
   a child theme), please post in [https://wordpress.org/support/theme/keratin/](https://wordpress.org/support/theme/keratin/)
   get theme specific suggestions.
 * _[closed as duplicate of [https://wordpress.org/support/topic/removing-powered-by-wordpress-from-keratin-theme?replies=4](https://wordpress.org/support/topic/removing-powered-by-wordpress-from-keratin-theme?replies=4)–
   please continue with the original topic]

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove footer text’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/remove-footer-text/#post-5709788)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
