Your cart is currently empty!
Category: Blog Diary
Too Much Free Content Online Is Just Clickbait: Here’s Why That’s a Problem
The internet has revolutionized how we access information. A vast treasure trove of knowledge, entertainment, and resources is just a few clicks away, often for free. But there’s a growing issue that’s diluting the quality of this free content—clickbait. More and more, we find ourselves lured by sensational headlines that promise much but deliver little. While free content can be valuable, the overwhelming amount of clickbait content is becoming a significant problem. Let’s explore why.
(more…)How to delete duplicate posts in WordPress
You can use the Delete Duplicate Posts plugin.
How to delete featured images in bulk on WordPress
You can use the Quick Featured Images plugin.
How to set an featured image for an article that does not have an featured image
I installed Easy Add Thumbnail so that the first image appearing in a post becomes the featured image. After that, I installed a plugin called Quick Featured Images. This plugin allows you to set featured images in bulk for existing posts and also set them for future posts. With this plugin, you can assign specific featured images based on categories or tags, so I set a featured image for all categories and also for future posts.
With these two plugins, 96% of the posts now have featured images, but 4% still do not. The issue is with the posts where Easy Add Thumbnail didn’t pick up the image as a featured image, even though it existed within the post. For these remaining posts, I installed a plugin called Auto Featured Image (Auto Post Thumbnail) to generate featured images and avoid leaving any “No Images” placeholders. However, the featured images created by Auto Featured Image seem somewhat rough or odd, so I plan to fix them in the future.
How to bulk delete manual excerpts of posts in WordPress
Put the following code at the bottom of the theme’s functions.php, save and update, reload the site, delete the code from functions.php, save again and update. Then, you don’t need to go to MyPHPAdmin.
$wpdb->query( "UPDATE wp_posts SET post_excerpt='' " );
How to change post type in WordPress?
It is better to use the Post Type Switcher plugin.
How to add multiple photos at once in WordPress
It is best to use the “Gallery” block.
How to convert existing PNG files to JPG files in WordPress
It is best to use the PNG to JPG plugin.
How to convert images to webp format in WordPress
You can use the Converter For Media plugin.