WordPress Development
Articles on website developments using WordPress, errors fixing, debugging issues, tips for solving issues. Step by step custom theme development articles. Hosting server management, issues fixing of hosting server. VPS management tips. Site performance improvement tips. Site Optimization for better Google Pagespeed scores
Learn WordPress and Web Development Basics
These topics are very basic computer education and only useful for learners who have started basic web developments. Most topics are related to WordPress developments and fixing issues in the sites during learning web development or in production sites ( Live Sites )
Read full articleWordPress step-by-step installation process
WordPress is a well known CMS platform for websites. Installation is very easy and simple. For installing WordPress in your localhost environment or on your hosting server you need to follow almost the same steps.
In the initial step you need to download the latest version of WordPress. Once you got the zip of WordPress installation files then move on to the installation process as follows.
How to add a Custom Search Form in your Post in WordPress
How to add a Custom Search Form in your Post in WordPress
Adding a search form in your website is a good idea and it helps visitors to find out the required content easily from your site.
In WordPress there are many ways you can add search form in your post or page.
Here we will discuss mainly 3 methods to achieve it.
WordPress inbuilt function.
Creating a Shortcode to add search form
Adding Search form using custom form codes
Fix URL issues after migration of a website from staging to live server
There are some common issues which arises when we migrate a WordPress website from one server to another, like from staging to live or from one domain to another domain.
Read full articleHow to create a child theme in WordPress ?
Adding a child theme in WordPress is a very easy process and a user with little knowledge of html and php can create child theme in WordPress.
We will discuss this process step wise.
Some important study notes