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...]
How to create website using WordPress
Creating a website means having a domain and hosting your webpages. I am going to explain to create a website and install WordPress in it. (basic only) Creating a domain Domain is simply a website name such as google.com, sangams.com.np etc. It is unique and identify one or more IP addresses. Domain name is translated into ip address using dns then only it works. Suffix in domain name indicates which top level domain (TLD) it belongs to. Eg. .gov, .org, .com, .net etc. To regester a domain name goto any registrar and check availablity for you domain. If it is available regester it. You … [Read more...]
