Internet Resource
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,...
Internet Resource
Instagram APP on MAC and Windows
Here is a great Instagram APP that can help you browse Instagram content on...
Internet Resource
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...
Internet Resource
Display Different Content when Users Login
<?php if ( is_user_logged_in() ) { echo 'your content here'; } else { echo...
Internet Resource
[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...
Internet Resource
Preload Featured Images to Improve Google CLS Score
If you use featured images on the first screen of your site, the large...
Internet Resource
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...
Internet Resource
Add a Back Link for Your Previous Page
There are 2 methods for going back to previous page using Anchor Tag <a>, below...
