Title: Editing footer.php
Last modified: August 30, 2016

---

# Editing footer.php

 *  [mnabeel87](https://wordpress.org/support/users/mnabeel87/)
 * (@mnabeel87)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/editing-footerphp-2/)
 * I am currently working on the site and the theme I’m using is Interface [http://themehorse.com/preview/interface/](http://themehorse.com/preview/interface/)
   when I went to edit the footer via footer.php, I saw that code was bit different
   that regular and didnt know how to delete the certain part of footer. That is
   what I see
 *     ```
       <?php
       /**
        * Displays the footer section of the theme.
        *
        * @package 		Theme Horse
        * @subpackage 		Interface
        * @since 			Interface 1.0
        */
       ?>
       </div>
       <!-- .container -->
       </div>
       <!-- #main -->
   
       <?php
       		/**
       		 * interface_business_template_ourclients hook
       		 *
       		 * HOOKED_FUNCTION_NAME PRIORITY
       		 *
       		 * interface_display_business_template_ourclients 10
       		 */
   
       			if( is_page_template( 'page-templates/page-template-business.php' ) ) {
       				do_action( 'interface_business_template_ourclients' );
       			}
   
       	?>
       <?php
       	      /**
       	       * interface_after_main hook
       	       */
       	      do_action( 'interface_after_main' );
       	   ?>
       <?php
       	   	/**
       	   	 * interface_before_footer hook
       	   	 */
       	   	do_action( 'interface_before_footer' );
       	   ?>
   
       <footer id="colophon" class="clearfix">
         <?php
       		      /**
       		       * interface_footer hook
       				 *
       				 * HOOKED_FUNCTION_NAME PRIORITY
       				 *
       				 * interface_footer_widget_area 5
       				 * interface_footer_infoblog 10
       				 * interface_footer_div_close 15
       				 * interface_open_sitegenerator_div 20
       				 * interface_socialnetworks 25
       				 * interface_footer_info 30
       				 * interface_close_sitegenerator_div 35
       				 * interface_backtotop_html 40
       		       */
       		      do_action( 'interface_footer' );
       		   ?>
       </footer>
       <?php
       	   	/**
       	   	 * interface_after_footer hook
       	   	 */
       	   	do_action( 'interface_after_footer' );
       	   ?>
       </div>
       <!-- .wrapper -->
   
       <?php
       		/**
       		 * interface_after hook
       		 */
       		do_action( 'interface_after' );
       	?>
       <?php wp_footer(); ?>
       </body></html>
       ```
   
 * How am I suppose to edit this.
    I want to remove part of the footer. Currently
   it says: Copyright © 2015 MyCompanyName | Theme by: Theme Horse | Powered by:
   WordPress
 * I want it so it says:
    Copyright © 2015 MyCompanyName
 * Thanks for your help

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/editing-footerphp-2/#post-6243208)
 * please post in your theme’s forum at [https://wordpress.org/support/theme/interface#postform](https://wordpress.org/support/theme/interface#postform)
 *  Thread Starter [mnabeel87](https://wordpress.org/support/users/mnabeel87/)
 * (@mnabeel87)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/editing-footerphp-2/#post-6243264)
 * Just did, thanks for pointing me to the right direction.

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

The topic ‘Editing footer.php’ is closed to new replies.

## Tags

 * [footer](https://wordpress.org/support/topic-tag/footer/)
 * [footer.php](https://wordpress.org/support/topic-tag/footer-php/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [mnabeel87](https://wordpress.org/support/users/mnabeel87/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/editing-footerphp-2/#post-6243264)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
