Title: Your Theme Copyright
Last modified: August 31, 2016

---

# Your Theme Copyright

 *  [albert petersen](https://wordpress.org/support/users/albert-petersen/)
 * (@albert-petersen)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/your-theme-copyright/)
 * Hi,
    I like the design of your web theme (superhero). I did some modification
   on the theme. In the footer it has “Proudly powered by WordPress: Theme: Superhero
   WordPress.com”. Can I remove all of the wording or remove “Theme:Superhero WordPress.
   com”? Thank you for your response. Albert

Viewing 1 replies (of 1 total)

 *  [Sanjog](https://wordpress.org/support/users/sanjog/)
 * (@sanjog)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/your-theme-copyright/#post-6926005)
 * Hi -@albert petersen
 * 1.First of all you need to [Create child theme](https://codex.wordpress.org/Child_Themes)
   
   2. After that you will find footer.php file in main theme’s folder. 3. Copy and
   paste footer.php file in child theme’s directory. 4. Now copy and paste following
   code in footer.php file in child theme’s footer.php.
 *     ```
       <?php
       /**
        * The template for displaying the footer.
        *
        * Contains the closing of the id=main div and all content after
        *
        * @package Superhero
        * @since Superhero 1.0
        */
       ?>
   
       	</div><!-- #main .site-main -->
   
       	<div id="colophon-wrap">
       	<footer id="colophon" class="site-footer" role="contentinfo">
       		<div class="site-info">
       			<!-- The text is removed you can add any text here if you want -->
       		</div><!-- .site-info -->
       	</footer><!-- #colophon .site-footer -->
       	</div><!-- #colophon-wrap -->
       </div><!-- #page .hfeed .site -->
   
       <?php wp_footer(); ?>
       </body>
       </html>
       ```
   
 * 5.Now activate your child theme and you are done.
    6. Report if any problem.
 * Thank You!!

Viewing 1 replies (of 1 total)

The topic ‘Your Theme Copyright’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/superhero/1.4/screenshot.png)
 * Superhero
 * [Support Threads](https://wordpress.org/support/theme/superhero/)
 * [Active Topics](https://wordpress.org/support/theme/superhero/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/superhero/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/superhero/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Sanjog](https://wordpress.org/support/users/sanjog/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/your-theme-copyright/#post-6926005)
 * Status: not resolved