How to restore your database from backup in WordPress?

Restore Process Using phpMyAdmin, follow the steps below to restore a MySQL/MariaDB database. Login to phpMyAdmin. Click “Databases” and select the database that you will be importing your data into. You will then see either a list of tables already inside that database or a screen that says no tables exist. This depends on your setup. […]

HTTPS For WordPress

For local development, you can create a self-signed certificate using OpenSSL, however this has limited use since any certificate generated will not be trusted by others, so should only be used for private servers. There is no extra or special settings needed specifically for WordPress at the web server level for HTTPS. WordPress by default […]

How to Install Multiple WordPress Instances?

If you need multiple WordPress instances, there are three types of installations based on system architecture, or a combination of WordPress instances and databases: The WordPress multisite feature, which is a single WordPress instance with a single database Multiple WordPress instances with a single database Multiple WordPress instances with multiple databases Let’s first look at […]

Appearance Menus Screen

The Menu Screen enables user to create a custom menu (also known as navigation bar, navigation menu, or main menu). It is a section of the site which helps visitors to navigate in the site. Depending on the theme used, typically a site will have one navigation menu, while some themes may enable secondary or […]