Archive

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
wp5.1 updates

WordPress 5.1 Major Updates

On February 21, 2019 Version 5.1 of WordPress, named “Betty” in honor of acclaimed jazz vocalist Betty Carter. 5.1 focuses on polish, in particular by improving the overall performance of the editor. Moreover, this release paves the way for a better, faster, and more secure WordPress, offering essential tools for site administrators and developers. In WordPress 5.1 version, introduce 2 major updates were introduced. Below they are, but before that, I won’t show you a stat: For Version 5.1, the

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 zip in cpanel

How to Enable PHP Extensions through cPanel

Friends, today we’ll discuss how to enable PHP extensions through cPanel. A few weeks ago, we shared a post about enabling PHP modules in WHM. So, we’re writing this post now because a subscriber requested it. Install PHP Zip in cPanel if not enabled by default. Let’s see how to enable the PHP ZIP extension. Follow the steps below—screenshots are from GoDaddy cPanel: STEP 1: Log in to your website’s cPanel (Control Panel), then go to the Software section. See

Continue Reading
How to Enable PHP Modules in WHM

VIDEO VERSION: How to Enable PHP Modules via WHM

Hello friends, today we will learn about How to enable PHP modules in WHM(Web Host Manager). WordPress beginners face this problem while importing demo content on a Paid WordPress theme. Sometimes these modules are not installed/activated by default in cPanels that’s why we get the error, so we have to install it manually. Today, we are talking about this general error: PHP Zip Module I hope this article helped you learn about how to Enable PHP Modules in WHM. Please

Continue Reading
Taxonomy Slug SEO Friendly

Make Taxonomy Slug SEO Friendly

Hello Friends, Today, we will talk about how to make our website taxonomy slugs SEO friendly. First, we will give you a tip for SEO Friendly URL, this is an important part to make a website SEO friendly. Sometimes developers use underscores to separate words in the URL of Pages/Posts instead of using dashes. Underscore is a bad thing in a URL from a SEO perspective. If you want to make a website SEO friendly, then we have to use

Continue Reading
How to Enable PHP Modules in WHM

How to Enable PHP Modules in WHM

Hello friends, today we will learn how to enable PHP modules in WHM(Web Host Manager). Many WordPress beginners face this issue while importing demo content on a paid WordPress theme. Sometimes, required PHP modules are not installed or activated by default in cPanel. In this article, we will focus on one common error: the PHP Zip Module. Yesterday, a friend of mine installed a theme but faced this error while importing demo content: Oops, Unyson Backup requires PHP Zip module

Continue Reading