Another post on the topic of cleaning WP from unnecessary garbage. This time we will analyze how to remove Prev Next WordPress – links to the previous next post. Why remove Prev and Next links? WP adds meta tags in the <head> section that serve as links to links to the previous/next post. <link rel=”prev”… Continue reading How to Remove Previous Next Post Links in WordPress
Tag: post
Editing Thumbnails in WordPress with the Post Thumbnail Editor Plugin
When adding a thumbnail to a post in WordPress, there is often a situation where the image is not cropped the way we want. The free Post Thumbnail Editor plugin can fix this problem. Many WordPress themes use thumbnails to grab the reader’s attention, with most of them setting automatic image cropping so that all… Continue reading Editing Thumbnails in WordPress with the Post Thumbnail Editor Plugin
WordPress: Show the date of the last post update
Good Morning! In this article, we are going to see how to get the date of the last update of an article to be displayed. Let’s go there! 1. We access the functions.php file in the directory of our theme ( not recommended method ) or our snippet plugin (recommended method). 2. We create a snippet and paste the following code and… Continue reading WordPress: Show the date of the last post update