Archive

Youtube HD quality 720p

Push to Play Embed Youtube in HD720p

Hello Friends, Want to Play YouTube embed HD 720p videos on your website? In this post, I’ll show you a simple trick to do that using a small tweak in the embed code. How to Play YouTube Embed Videos in HD 720p It’s a very simple trick; you have to put ?vq=hd720 in your YouTube embed code just after the video URL. Let’s see an example below with HD Quality 720p: make sure to replace HjxGVp3dTJk with the ID of

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
htaccess-http-https

HTTP to HTTPS Redirection Automatically Using .htaccess and web.config

Hello Friends, Today we will learn about “How we can redirect visitors to our HTTP website to HTTPS“. If you have an SSL Secure Certificate installed on your website, you can easily redirect visitors to the secure version of your website(HTTPS) automatically. First, we have to know where your website is hosted. Linux & cPanel If you don’t have an .htaccess file in the root directory of your website, then you have to create a new file. If you don’t

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 tweet in 280 characters

Twitter just rolled out its most-awaited feature. Soon, Twitterati will be able to post longer tweets — up to 280 characters. At the moment, it is being tested with access to limited users only. But there’s a workaround to try this new limit right away. If you don’t want to wait, check out the steps below to post tweets using the 280-character update. No need to install any apps or extensions in your browser. Just copy/paste the code. Here are

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

Add Administrator User in WordPress Using MySQL

Friends, In today’s article, we’ll learn how to add an administrator user to WordPress using MySQL. Yesterday, my best friend reached out to me because his WordPress site was hacked, and his admin account was deleted. He asked me how he could add a new administrator without accessing the WordPress dashboard. I gave him a solution: you can add an administrator directly from MySQL. NOTE: Before proceeding, make sure to back up your website database. Add an Administrator from the

Continue Reading
Speed up your WordPress theme

How To Speed Up Your WordPress Website with 5 Simple Steps

WordPress Themes can be more faster than you think let’s see how !!? A few months ago, I ran an experiment to see how much faster I could make one of my websites. The goal was to do this in less than two hours of work. After installing a handful of WordPress plugins and fixing a few simple errors, I improved the website’s loading speed from 1.61 seconds to 583 milliseconds. That’s a 70.39% improvement, without making any visual changes

Continue Reading

Define CSS

Define CSS When we define CSS, we explain how HTML elements should appear on a webpage. CSS, which stands for Cascading Style Sheets, is a stylesheet language that controls the layout, colors, fonts, spacing, and overall design of websites. It allows developers to separate content from presentation, making websites easier to maintain and more visually appealing. By using CSS, you can style various HTML elements such as headings, paragraphs, links, and images to create a consistent look and feel throughout

Continue Reading
Google Search console

Integrate Google Search Console with your WordPress site

What is Google Search Console? Google Search Console gives website owners valuable insights into how Google views their site. It helps webmasters identify issues that may prevent their site from being properly listed in search results. These issues can include security problems, crawling errors, unnatural backlinks, and more. Why do you need Google Search Console? The tools that Google provides are free and are a guide to allowing a webmaster to find out if their website is being properly seen,

Continue Reading