mobile menu trigger, icon

Category: WordPress

Up to March 10, 2022, WordPress is the widest category in this blog. I could include this topic within the “Web Development.” But depending on the volume of posts, I decided to give it a standalone room to breathe.

To be more specific, many of the posts require programming knowledge. Also, there are some WordPress posts that are beginner-friendly and I wrote them as supplementary to another complex post.

Here is a couple of them:

How to Remove “Website Field” From the Comments
How to Add Page-Slug to Body Class?
What to Do When You’re Unable to Reset Password
How to Display Related Posts (Without Plugin)
How to Add Pagination to Theme?
Remove random string (WordPress v= in URL)


How to delete all spam users on WordPress at once?

Delete all spam users on WordPress at once

You can use the built-in “Bulk Delete” feature but what if thousands of spammers are registered on your site? This will take you whole the day to delete only a couple of thousands of spammers. Moreover, you can’t remove more than 20 to 50 users at once because this might generate another error. As a developer, I came across this type of situation several times and hardly tried to delete spam users using the bulk delete option. However, I discovered that it’s not possible to manually delete thousands of spam users and this is not an efficient use of our […]

Read More →

How to change the logo on hover [Divi, Elementor]

Change logo on hover

In this post, I will show how you can change the logo on hover on Divi and Elementor websites. To change the logo on hover, we need a couple of lines of JavaScript. Don’t worry if you’re not familiar with it. Because I will show you everything step by step & will give you the code that you can copy-paste on your website. All you need is to replace a CSS ID. Let’s get started. How to change the logo on hover? In this video, I experimented with a Divi website but you can follow the same strategy for Elementor […]

Read More →

Open social media links in a new tab in the Divi theme

Open social media links in a new tab in Divi theme

By default, social media links in the Divi theme open in the same window. If you built a website with a Divi theme and added social icons/links to it, you’ll notice that they are not opening in a new tab. That means, if someone clicks any of the social links, the visitor is leaving your website. But if you want your visitors to open the social media links without leaving your website, you have to add a target=”_blank” to all the social media links. And you have to do it using JavaScript. How to open social media links in a […]

Read More →

How to trigger Elementor popup after clicking any PDF link and only show the file after form submission

trigger elementor popup after clicking any pdf link

In this post, I will show you how to trigger an Elementor popup after clicking any PDF link, and only show the corresponding file after the user submits a form. Also, you’ll get notified by email which will show you which specific file the user has downloaded. Do you want to send these email notifications from a custom email? See how to change the default sender email in WordPress? Anyways, please see the demo of the finished product at the beginning of the video. How to trigger the popup, collect information & display the file? Javascript (jQuery) code that I […]

Read More →

Eco Web Hosting: How to install WordPress, SSL certificate & migrate websites to it?

Eco Web Hosting: how to install WordPress, SSL certificate and migrate a new WordPress website to this hosting

Eco Web Hosting is a UK-based hosting company that offers managed WordPress, shared, virtual private server & reseller hosting. So if most of your target audience lives in the United Kingdom then this hosting company. Also, they accept payments directly in Pound Sterling that another benefit for the persons who live in the United Kingdom. In this post, I will show you how to add a domain to your existing hosting account, install WordPress, install free SSL certificates and migrate a WordPress website to in this hosting. Also, I will show you everything in a step-by-step video. How to add […]

Read More →

How to start a blog and monetize?

How to start a blog and monetize it

This will be a complete beginner guide to starting a blog and monetizing. I will walk you through all the steps from start to finish and no steps will be skipped. So you can create the blog yourself and monetize it properly. As a matter of fact, this post is only user-focused and I will not try to sell anything using my affiliate links. Many people from around the world started blogging but most of them failed & gave up. In the same vein, they lost valuable time, effort & money. So aside from building the blog, I will also […]

Read More →

How to install WordPress on Bluehost in 1 minute?

How to install WordPress on Bluehost

To install WordPress on Bluehost, you have to add the domain as an addon. And then you have to install WordPress. Your primary domain comes with WordPress preinstalled on Bluehost. But if you want to create another website on the same Bluehost account, you have to install WordPress manually. How to install WordPress on Bluehost? Our first step should be pointing the domain to Bluehost. To install WordPress on Bluehost, follow these steps with me: 1. Add Bluehost Nameservers to your domain Before you install WordPress, make sure you have connected the domain to Bluehost. Note that you don’t need […]

Read More →

How to create WordPress custom post type (without plugin)?

How to create a custom post type in wordpress

To create a WordPress custom post type without any plugin, you need a little developer-level knowledge. You don’t have to be a guru. If you know how to edit your theme files, that should be okay to follow these instructions. The custom post type in WordPress (CPT) becomes very handy when you need to publish similar types of content regularly. WordPress comes with two default post types: post & page. Aside from these two, if you need to create an additional post type, follow along with me. In this post, I will show you how to create a custom post […]

Read More →

How to fill a table cell with color in WordPress Gutenberg?

How to fill table cell with color in WordPress

Are you struggling to fill WordPress table cells with color? This post will show you the simplest solution. Recently I needed to fill a couple of table cells with colors in WordPress Gutenberg (for an HTML color table post). Also, I did not want to use any table plugin for this purpose. Because I always try to use plugins as lowest as I can. Anyways, I discovered that WordPress does not have any built-in feature to fill a table cell with colors. I tried to use the “Highlight” option in the WordPress table. But the “Highlight” feature only allows you […]

Read More →

How to create a PDF downloader button in Elementor?

Make pdf downloadable button in elementor

Do you want to create a button using Elementor that allows your visitors to download a PDF or any other documents? If this is the case, this post will show you the exact steps. Note: if the HTML download attribute does not work, see the last section to fix it. How to create a downloader button in Elementor? Follow the steps below in to create a downloader button in Elementor. This exact method also works for any other file types such as DOC, DOCX, XLS, ZIP, etc. Step-1: Upload the PDF to the WordPress media library To add a downloadable […]

Read More →