To Migrate WordPress Site To New Host Manually, we have to follow 6 major steps to successfully migrate the WordPress site to the new host. Open database or PHPMyAdmin then Export the Existing database. Create ZIP of all the current WP files. Create a new database from the Database wizard on the new hosting panel. […]
Category: Wordpress

5 Best Free WordPress Themes for Coding Blog
In this article we check out 5 Best Free WordPress Themes for Coding Blog. If you are a programmer and want to create a Tutorial Blog or Coding Blog to share your knowledge and experience with others with some passive income than Blogging is the best way. WordPress is the most powerful CMS (Content Management […]

Cheapest WordPress Hosting in 2020
Are you searching for the cheapest WordPress Hosting in 2020? You are in the right place. Before we start I want to talk about types of WordPress hosting, Shared WordPress hosting Managed WordPress hosting Shared WordPress Hosting In shared WordPress hosting, there are some other websites are running in the same memory and ram management. […]

Google Sheet Integration with WordPress without Plugin
Hello Coders, today we will learn about how we get data from Google Sheet to WordPress pages using the custom code on function file. We write a function on Function.php file to make a shortcode and use that for getting the data from google sheet. For creating this we start step by step, here are […]

How to create plugin in WordPress with example
WordPress is a CMS. CMS stands for Content Management System. CMSs are helps to creating a website in easy way. Many pleople don’t know about Coding and programming languages, so WordPress help to develop their website in easy manner with less coding. Plugins: Plugins are helps to CMS to enhance their capabilites and functionalities. Here […]