Learn to Use the Group Block in WordPress
From the time when Gutenberg editor was integrated into WordPress in version 5.0, blocks have become the basis of building posts and pages in the visual editor. For saving your time, the Gro
How to determine the WordPress Version?
The article contains two methods for determining the current WordPress version. Method #1 – Using Administration Interface Identifying the WordPress version using the administration interfac
Learn to Move WordPress from Local Server to Live Site Using Plugin
You can build your website locally on your computer with the software such as WAMP (for Windows) or MAMP (for Mac) to speed up your website development.After you have finished developing you
Popular SSH Commands for WordPress Users
When you use SSH with WordPress, it can be one of the most secure and convenient methods of accessing your website. SSH is a protocol that helps to access the files on your site which means
How can I build a WordPress website using the server URL of my account?
The server URL for the primary domain name of an account looks something like this : http://servername.com/~cpanel_username/ here :servername.com denotes the hostname of the server on w
Getting 404 Not Found error after enabling my SEFs, how to resolve it?
If you get 404 Not Found error then make sure that your .htaccess file in your WordPress’s main directory has following rules : RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond
Where is my WordPress configuration file is stored?
WordPress is responsible to store your database information in a file that is known as wp-config.php. This configuration file is located in the document root directory of your
Learn how to configure WordPress to work with a new domain?
In this article, we will see a few methods to change the domain name on your WordPress application. Method 1 : Using phpMyAdmin You need to change the siteurl and home op
Using FTP to Upload Files to WordPress – A Beginners Guide
If you are looking for a tutorial on how to use FTP to upload files on your WordPress website, you have landed at the right place. FTP or file transfer protocol is a simple and fast way to u
How to Install a WordPress Plugin?
Once you install WordPress, you need to learn about installing a WordPress plugin. To make it simple, WordPress plugins are similar to apps for your WordPress website. You can add new featur