Spacious Theme

How to Remove Footer Credit on Spacious Theme by ThemeGrill?

Spacious is one of the most popular wordpress theme. It has many premium like feature and it is multipurpose wordpress theme. One thing on this theme is that you can’t change the footer credits on this theme. To change the footer credits use this code in your child theme or if you have any custom plugin you can put this code in your plugin.

https://gist.github.com/2shrestha22/b19495201cf138be7cdaf8086a6cd27d

Using Child Theme

Create a child theme first. Click here to know how to create a wordpress child theme. In the function.php file of your child theme put the code above.

Using a Plugin

If you have created a custom plugin for your site, just copy paste that code in your plugin.

The Easiest Way

Just download this small plugin I have created and then install and activate that plugin.

https://drive.google.com/open?id=1kABjwlzwvMDcIof6tyKdjcy-d4fzFWPr

After installing this plugin you may able to edit footer text from theme customizer.

Install through WordPress – administration dashboard
1. Click ‘Plugins’
2. Click ‘Add New’
3. Click ‘Upload Plugin’
4. Click ‘Browse’ and navigate to the location where you saved the zipped plugin package, click on the package: spfooter.zip
5. Click ‘Install Now’
6. Click ‘Activate Plugin’

Install manually using FTP
1. Extract folder and files from the zipped archive: spfooter.zip
2. Upload the folder to your website directory, placing it in the plugins folder: wp-content/plugins/
3. Activate the plugin in the ‘Installed Plugins’ section of the administration dashboard.

After installing the footer changes to “Copyright © 2016 Your Website.” If you want to add more text in footer go to Appearance >> Customize >> Footer Credit, where you can add more texts in the footer area.

If you want footer credit editor for Flash Theme then read How to Remove Footer Credit on Flash Theme by ThemeGrill?

34 thoughts on “How to Remove Footer Credit on Spacious Theme by ThemeGrill?”

  1. Its worked!
    It worked! Thank you very much!
    Could you explain to me why it is necessary to use these lines:

    add_action(‘init’,’remove_default_credits’);
    function remove_default_credits(){
    remove_action(‘spacious_footer_copyright’,’spacious_footer_copyright’);
    }

    Without these lines, the original text appears at the top followed by the custom text.

  2. I will try it out this has been bothering me since I have a business website and it looks unprofessional will it work on flash by theme grill. ?

    1. I have not tried it with other themes by Themegrill, it may not work for other themes. You have to make a child theme and have to edit yourself. If you feel any problem regarding this feel free to reply.

  3. Hey, just want to thank you for the plugin! I tried the child theme route but was in a crunch to launch my client’s site. This really help me to add my own credentials on top of what ThemeGrill has. Really appreciate it!

Leave a Comment

Your email address will not be published. Required fields are marked *