Category: Wordpress

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
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
HTTP ERROR 500

How to resolve “This Page isn’t Working – HTTP ERROR 500”

Hello, friends, today we will learn how to resolve “This Page isn’t Working HTTP ERROR 500”. Last week, we got this error while shifting one of my websites from one server to another. However, there’s no need to worry, WordPress has this common error, and we can easily resolve it. What we have to do is to follow these steps:   1. Deactivate all plugins First, we will try to deactivate all the plugins. Do you know how we can

Continue Reading
php_value memory_limit 512M

Increase WordPress Memory Limit using .htaccess

If you don’t have access to the php.ini file, don’t worry! You can easily increase the PHP memory limit via the .htaccess file. Just copy and paste the following code into your .htaccess file to increase the memory limit. To increase the memory limit, simply add the following line to your .htaccess file, which is usually located in the root directory of your website: If you already have this code and nothing will change then try… Adding this snippet will

Continue Reading
memory_limit 256M

Increase WordPress Memory Limit using php.ini

If you want to Increase WordPress Memory Limit using php.ini, and you have access to your website’s root directory, you can easily do this by editing the php.ini file. Simply add or update this line in your php.ini file to set the memory limit to 256MB: If you already have this setting but still face memory issues, try increasing the memory limit further by setting it to 512MB in the php.ini file. By following these steps, you can successfully Increase

Continue Reading
utf8mb4_unicode_520_ci

How to fix #1273 – Unknow collation: ‘utf8mb4_unicode_520_ci’ MySQL query error

Hello Friends, today we will learn how to resolve the MySQL error 1273 utf8mb4_unicode_520_ci in WordPress. This MySQL error #1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’ often occurs when importing a WordPress database. This specific MySQL error often occurs when importing a WordPress database from one host to another using PHPMyAdmin. It can also happen even when importing on the same server. So, here are the steps that will help us fix the MySQL error #1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’. STEP 1:

Continue Reading

How to change Site language in WordPress

Hello Friends, today we will learn about How to change Site language in WordPress. Let me first tell you guys why we wrote this article today. A few days ago, one of my subscribers asked me that he is having a problem in the approval of Google Adsense on his website.     He migrated the site content from Deutsch to English(US). The content was changed to English but he didn’t  change site language configuration from WordPress admin, that’s why Google Adsense

Continue Reading