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
Author: Demitri Peshkolov
How to add code to the head of WordPress
Need to add code to the head of WordPress? Let’s figure out how to do this so as not to disrupt the site. Google and Yandex statistics, JavaScript scripts of external services (for example, advertising), CSS styles of their blocks are inserted into the header of the site. Why is the <head> block needed in… Continue reading How to add code to the head of WordPress
How to disable the WordPress REST API?
Want to clean up redundant code on your WordPress site and improve its security? It’s a great idea to disable the WordPress REST API. Let’s look at all the ways how to do it. WordPress REST API – what is it and how does it work? As we wrote in one of the previous articles,… Continue reading How to disable the WordPress REST API?
How to Disable RSS WordPress [2022 guide]
Do you want to save the site from unnecessary load? A great way is to disable WordPress RSS. What is RSS (Feed) and why is it needed? This technology uses the XML format. Needed to describe news feeds and announcements. The information in the feed can be presented to the site visitor in a form… Continue reading How to Disable RSS WordPress [2022 guide]
How to Paste Link to WordPress Source
A great way to protect content is to embed a link to the WordPress source. We figure out what is needed for this, and how to do it right. Why add when copying a link? This is one of the methods to make sure that the content of the site is not stolen. Unique content… Continue reading How to Paste Link to WordPress Source
How to Split an Article into Multiple Pages
Do you want to break large WordPress articles into several pages for ease of reading? There is an exit! This is to add the WordPress NextPage tag. Let’s figure out how to do it right. How to split a WordPress article? The arsenal of the engine has all the necessary tools. Consider creating pagination for… Continue reading How to Split an Article into Multiple Pages
How to Add Likes in WordPress
Want to add WordPress likes to articles to keep your visitors? Let’s look at simple and working solutions. Why do you need likes on the site? This action we meet in social networks. By “liking”, the reader evaluates the publication. The more positive reviews about the material, the more it will interest other blog users.… Continue reading How to Add Likes in WordPress
How to Remove WLWManifest XML and What is it?
Let’s look at another way to get rid of the excess in the code of the pages of the WordPress site. This is the removal of the WLWMifest XML reference. WLWManifest XML – what is it and why disable it? Technically, this is a URL link at the beginning of the page’s HTML code, found… Continue reading How to Remove WLWManifest XML and What is it?
How to remove RSD link in WordPress?
Do you want to protect your site from hacker attacks? A great method is to remove the RSD link from the header. Let’s look at working methods. RSD link – what is it and why is it needed This is an API protocol that is needed to remotely manage a WordPress site. For this, blog… Continue reading How to remove RSD link in WordPress?
How to Add Code to the WordPress Body
Do you want to connect statistics and analytics so that they do not slow down the site? Let’s take a look at how to add code to the body of WordPress, and why it’s necessary. Why add scripts to Footer It is advised to connect scripts by default in the header of the site, i.e.… Continue reading How to Add Code to the WordPress Body