WordPress Tutorials, Security Guides & Performance Tips

cPanel DNS configuration

How to Configure DNS for cPanel Email

Hello friends, today we will learn how to configure DNS for cPanel Email. Specifically, if you create email accounts in the cPanel of GoDaddy and register your domain with HostGator, then this guide will help you. To illustrate, I have chosen GoDaddy and HostGator as examples because both provide top services in their fields. Many users face issues with incoming and outgoing mail not working after creating email accounts in cPanel. This happens because they do not configure DNS properly

Continue Reading
Pinterest for WooCommerce

Pinterest for WooCommerce

Pinterest for WooCommerce, Sounds GREAT! If I’m not wrong, then all you guys would know about Pinterest. Pinterest is a social media web and mobile application. It operates a software system designed to enable saving and discovery of information on the World Wide Web using images and, on a smaller scale, GIFs and videos. The site was founded by Ben Silbermann, Paul Sciarra, and Evan Sharp. So let’s come to the point. In this article, we will discuss Pinterest, which

Continue Reading
checkout field editor

How to Manage WooCommerce Checkout Fields

Hello friends! In my last article, we discussed how to remove WooCommerce billing fields from the checkout page using custom code. Now, you might be wondering why I’m mentioning that again. Well, it’s because today we’ll be talking about the  WooCommerce Checkout Field Editor plugin. Unlike custom coding, this plugin offers a much easier way to manage your WooCommerce checkout fields. Yes, WooCommerce provides the Checkout Field Editor plugin to its users. So users can easily manage billing, shipping fields

Continue Reading
Remove WooCommerce billing fields

How to Remove WooCommerce Billing Fields

Hello friends, Good Morning! Today, we are going to learn a WooCommerce trick. This trick is about how to remove WooCommerce billing fields. I want to tell you that WooCommerce is a very powerful WordPress tool that converts a simple website into an E-commerce one. Nowadays, if we look at the current stats, WooCommerce has been downloaded 73,299,254 times. Even more impressive, WooCommerce powers 28% of all online stores worldwide. WooCommerce, the most customizable eCommerce plateform for building your online

Continue Reading
Remove woocommerce sessions

How to Remove wc_sessions in WooCommerce

Hello friends! Today, in this tutorial, we will learn how to remove sessions in WooCommerce. First, we will discuss why we need to remove these sessions from WooCommerce. These sessions make the wp_options table heavy in size. WooCommerce stores the _wc_session_xxx and _wc_session_expires_xxx entries in the wp_options table. There are two reasons behind this, and below are: Cron tasks are not working on the site A bot is crawling your site and creating sessions on the fly That’s the reason,

Continue Reading
GZIP-Compression

How to enable GZIP compression

Hello, friends, today’s topic is how to enable GZIP compression on your web server. If you know what GZIP is and how to enable it, that’s good. But if you don’t, please read this tutorial till the end. What is GZIP Compression? GZIP is a file format and software application used to compress and decompress website files. It works by compressing files like HTML, stylesheets, and JavaScript. Enabling GZIP compression is one of the easiest and most effective ways to

Continue Reading

How to Add Multiple CSS Classes in WordPress

CSS plays an important role in UI/UX Today, we will learn how to add multiple CSS classes using functions. This helps you design each WordPress post differently using specific classes. STEP I:- First, define the classes as an array in the functions.php file inside your child-theme folder. It’s very simple. For Example, use class names like (long-form-article, featured-story, and interactive) for a single Div tag. STEP II:- After defining classes in the functions.php file under the child-theme folder. We have to now

Continue Reading
Gutenberg-to-Classic-Editor

Disable Gutenberg Block Editor in WordPress 5.0

Hello Friends, today we will first show how we can disable the Gutenberg Block Editor in WordPress 5.0. Additionally, on 27th November 2018, WordPress 5.0 was released with the Gutenberg Block Editor. Because Gutenberg Editor is a major update, it automatically sets all users to be the default content editor. Loss of Classic Builder Access Because of this, the Administrator cannot edit their posts/pages using premium builders like Visual Composer, Divi Builder, and Muffin Builder. That’s because WordPress version 5.0

Continue Reading
http security header

Enable HTTP Security Headers

Hello, friends, today we will learn about HTTP Security Headers. There are a lot of things to consider while securing our website or web applications. HTTP Security Header is one of the best options. Implementing HTTP Security Headers is very easy on the server. HTTP Security Header provides another level of security by minimizing attacks and security vulnerabilities. So, today we will explore vital securities and try to understand what they are and how to implement. What are HTTP Security

Continue Reading
wordpress maintenance

4 Vital Monthly WordPress Maintenance Tasks

Hello Friends, today we will learn about 4 Vital Monthly WordPress Maintenance tasks which we need to do regularly. But first, we need to understand why WordPress maintenance is important. We think that once our  WordPress website is completed and live, our work is over, but that’s not true. If we neglect to maintain the WordPress site, then you will see the following results: Security vulnerabilities Page loading time will increase Bad user experience Loose search engine ranking Let’s see

Continue Reading
enable php extensions in cpanel

How to Enable PHP Extensions in cPanel (Step-by-Step Guide)

Quick answer: To enable PHP extensions in cPanel, go to Software > Select PHP Version, tick the checkbox next to the extension you need, and click Save. If the extension you need isn’t in that checklist (some less common ones aren’t), you can install it manually through the PHP PEAR Package manager instead. Most WordPress errors that mention a missing PHP extension, things like “Call to undefined function,” a blank plugin settings page, or a failed image upload, come down

Continue Reading