How to Add Different Layout Blocks in WordPress

How to Add Different Layout Blocks in WordPress

There are many layout element blocks available in the WordPress editor, from Buttons to Spacer, that can help create visually impactful pages and posts. They can be found in the Add block menu in the Layout Elements section. Let’s find out how to add a generic block in WordPress. Open the block editor or click on the add post button….

Remove WordPress Comments

Removing WordPress Comments using SQL Queries

WordPress comments can take up a lot of space and slow down your website’s load time. Here are the various database queries to remove bulk comments directly from the database. First, log into phpMyAdmin. Then select the database of your WordPress site in the left-hand column. Click the SQL tab and enter the following queries 1. Removing WordPress comments from a specific…

How to Fix WordPress Redirect Issue

How to Fix Redirect Loop Error in WordPress

This error indicates that something is causing too many redirects and the server can’t complete the request. This is typically caused by incorrect domain settings, but it can also be caused by third-party services like Cloudflare. The error messages as seen in various browsers: Google This page isn’t working example.com redirected you too many times. Try clearing your cookies. ERR_TOO_MANY_REDIRECTS…

How to Improve WordPress Website Security | Hosting Column

How to Improve WordPress Website Security

Making your WordPress site secure is one best ways to ensure it’s safe from common malicious attacks. There are multiple ways to secure your site and some options may not work with certain plugins, themes, or hosting accounts. Here are the options to improve the security of your WordPress website Security improvement performed through the Sucuri Security plug-in. Security improvement…

How to Customize a Theme in WordPress

How to Customize a Theme in WordPress

There are many free and paid themes available, but to get the perfect look, you may need to make some minor changes to the appearance of your theme. You may also need some minor content updates. Here are the changes that can be performed to customize a theme in WordPress. 1. Customize theme settings in WordPress You can make minor…

Redirect a WordPress Website to HTTPS

How to Redirect a WordPress Website to HTTPS for Linux Hosting

After installing an SSL certificate on your Linux Hosting account, there are some modifications you’ll need to make to.htaccess file to automatically redirect visitors to the HTTPS version of a WordPress website.  Note: These instructions don’t apply to Managed WordPress accounts with an SSL certificate as it automatically takes care of HTTPS redirection after installing the certificate. Log into your WordPress Dashboard. Hover over Settings on…

How to Enable WordPress Multisites | Hosting Column

How to Enable WordPress Multisites

WordPress offers a feature called Multisite that lets you host multiple WordPress blogs with one WordPress installation. This feature was formerly called WordPress Multi-User (MU). Enabling this feature requires an advanced level of understanding of configuring WordPress, and it is not recommended to enable it unless you are comfortable editing your wp-config.php file. Note: You must have WordPress 3.0 or higher to enable…