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. 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 … [Read more...]
Easy Explanation for Creating WordPress Child Theme
What is a Child Theme? Child theme is a small and simple theme that inherits functionality and styling of its corresponding parent theme and gives you ability to tweak the parent theme. (You may call child theme as a theme specific plugin, it acts like a plugin if the parent theme is activated along with the child theme.) When Should You Use a Child Theme? The most case is, If you want to modify the stylesheet of your main theme. If you want to modify how your WordPress theme is working. That means to customize the function of the theme or if you want to edit 'functions.php' file of … [Read more...]
