Browse the blog

Category: WordPress

How to install a WordPress plugin?

Installing a WordPress plugin is a simple process that can be done in a few steps. Here’s how you can install a WordPress plugin: Log in to your WordPress dashboard. In the left-hand menu, click on “Plugins” and then click on “Add New”. In the “Search Plugins” box, enter the name of the plugin you […]

Read article

Mixed content warning on WordPress

When a website that is served over a secure HTTPS connection attempts to load assets like photos, scripts, or stylesheets via an insecure HTTP connection, WordPress issues mixed content warnings. This may occur if the website’s hardcoded URLs for these assets use HTTP rather than HTTPS. All assets should be loaded via HTTPS by altering […]

Read article

Error establishing a database connection on WordPress

All the essential data, including posts, pages, users, and plugin settings, is stored in the database. Without it, your website won’t function at all and will give you and your visitors an error if it can’t access the database. Why? There are numerous causes for this error to appear, including, for example, a broken update, […]

Read article

WordPress Custom CSS Codes

There are many plugins out there to customise your website, but you can edit a lot of things by using CSS code. So, let’s see some examples on what you can do and used to improve your website, without installing half a dozen plugins. Why are these codes used? They are used in WordPress and […]

Read article

WordPress Scheduled Posts Not Publishing

There are instances where scheduled posts fail to publish as intended, causing frustration and confusion. In this blog post, we will explore common reasons why WordPress scheduled posts may not publish and provide troubleshooting solutions to help you overcome this issue. Why scheduled posts not publishing? The WordPress missed scheduled post error typically occurs when […]

Read article

How to disable the WordPress admin email notification?

Do you find it annoying when you login to your WordPress site and get greeted with a notice to verify your admin email? WordPress, includes a feature that prompts site administrators to verify their admin email address periodically. Email Verification This email verification alert is intended to check that the email address linked with the […]

Read article

Transfer Posts and attachments in WordPress

Why would I need to move blog entries? The domain of your website may have changed, you may have created a new website, or you may just be switching from another service to WordPress. Download the Export media with selected content plugin (I’ve personally tried this, and it works wonders) and install it on the […]

Read article

Managing The htaccess file

WordPress is a secure platform out of the box, but keeping your site safe should be your highest priority. You can use the file called .htaccess to harden your site security. The configuration file is used for Apache servers, it’s powerful, and you can do a lot with it, like boost performance, secure your site, create […]

Read article