Internet Resource

How to Add Alt, Title, Description to Your WordPress Images Without Plugins

If you want to enhance your WordPress site's SEO and accessibility by adding alt,...

Instagram APP on MAC and Windows

Here is a great Instagram APP that can help you browse Instagram content on...

How to Bulk Update/Edits WordPress Content, Post Titles, Meta

I'm going to bulk update all the WordPress post content, post titles, post meta...

Display Different Content when Users Login

<?php if ( is_user_logged_in() ) { echo 'your content here'; } else { echo...

[solved]#1449 – The user specified as a definer (‘mysql.infoschema’@’localhost’) does not exist

I updated the mysql from 5.0 to mysql 8.0 today, everything seemed smooth before...

Preload Featured Images to Improve Google CLS Score

If you use featured images on the first screen of your site, the large...

How to Remove the Yoast SEO Plugin Breadcrumb Post Titles

Copy and paste the following php code into your WordPress theme's function.php file. function...

Add a Back Link for Your Previous Page

There are 2 methods for going back to previous page using Anchor Tag <a>, below...

Follow Me