
WordPress Parent and Child Themes
The parent theme plays an important role like it acts as a base for the child. Main Functions of parents and child themes? • Parent theme: Parents theme contains the code that creates the function & features of your wordpress site. • Child theme: Child theme...
read more
How to Generate Large Sitemap Automatically?
Large sitemap.xml files should always be generated automatically. Typically it's a CMS or ecommerce system on the backend. Typically there are plugins or modules available that will do it or you can write your own. We would HIGHLY recommend utilizing the element in...
read more
Advantages and Disadvantages of Using WordPress Child Theme
WordPress Child Theme means? A child theme is simply a theme that inherits the functionality and looks of another theme or the parent themes. A WordPress child theme means a WordPress theme that inherits its functionality from another WordPress theme or the parent...
read more
How to Fix WordPress admin login error message ?
Getting WordPress admin login error massage, Refer the below solutions. You can easily achieve that by adding the following line to your themes ‘functions.php’ file. add_filter('login_errors', create_function('$no_login_error', "return 'Oops! Wrong Credentials.';"));...
read more
How to remove WordPress version number?
This post is for to remove WordPress version number. By default WordPress leaves it’s footprints on your site for the sake of tracking. That is how we know that WordPress is the World’s largest Blogging platform. But sometimes this footprint might be a security leak...
read more