Title: Remove Footer Link
Last modified: August 24, 2016

---

# Remove Footer Link

 *  [NgbX](https://wordpress.org/support/users/ngbx/)
 * (@ngbx)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-footer-link-1/)
 * Hello,
    Thanks for this cool theme.
 * I’d like to remove/edit the theme Credit on the Right Side of the footer. Easy
   I guess, but I can’t seem to get it right.
    Please could you point me in the 
   right direction, thanks!

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

 *  [riotmike](https://wordpress.org/support/users/riotmike/)
 * (@riotmike)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-footer-link-1/#post-6107109)
 * I’ve checked all their files and I still cant find it :/
 *  [Biplav](https://wordpress.org/support/users/bplv/)
 * (@bplv)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-footer-link-1/#post-6107159)
 * Hello ,
 * Removing the theme’s default footer text is not available in free themes but 
   you could edit theme’s file to do so.
    HOWEVER, To edit any theme files, please
   build child theme first. You shouldn’t edit any theme files directly, as when
   you update the theme, all your edits will be reverted back to original. So, to
   be safe always build child theme, you can download the sample child theme ( [https://catchthemes.com/blog/create-child-theme-wordpress/](https://catchthemes.com/blog/create-child-theme-wordpress/))
   and then you could use this function in your child theme’s function.php to unhook
   the whole footer text:
 *     ```
       function unhook_functions() {
       remove_action( 'fullframe_footer','fullframe_get_footer_content',110);
       }
       add_action( 'init', 'unhook_functions' );
       ```
   
 * But if you only want to edit the footer text and remove the theme author’s default
   credits, you will have to upgrade to pro, you can see all the features of the
   PRO version [https://catchthemes.com/theme-instructions/catch-responsive-pro/](https://catchthemes.com/theme-instructions/catch-responsive-pro/)
 * If you want to upgrade to pro please see [https://www.youtube.com/watch?v=gVvrbKJNfkE](https://www.youtube.com/watch?v=gVvrbKJNfkE)
 * The link to the Pro Version Of the theme is [https://catchthemes.com/themes/full-frame-pro/](https://catchthemes.com/themes/full-frame-pro/)
   
   regards, bplv

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

The topic ‘Remove Footer Link’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/full-frame/2.9.1/screenshot.png)
 * Full Frame
 * [Support Threads](https://wordpress.org/support/theme/full-frame/)
 * [Active Topics](https://wordpress.org/support/theme/full-frame/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/full-frame/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/full-frame/reviews/)

## Tags

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

 * 2 replies
 * 3 participants
 * Last reply from: [Biplav](https://wordpress.org/support/users/bplv/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/remove-footer-link-1/#post-6107159)
 * Status: not resolved