Your site doesn’t have a favicon and online speed testing tools give you a 404 error regarding this file? Let’s look at a simple solution to the problem – creating an empty favicon. Services like Pingdom and WebPageTest throw an error if they can’t find the site.ru/favicon.ico. There is no consensus on how the absence… Continue reading How to Create an Empty Favicon in WordPress
How to allow public viewing of unpublished WordPress posts
Would you like to show the editor the unpublished material to hear his opinion, so that he checks for errors? WordPress doesn’t allow you to show unpublished content to anyone by default. Let’s look at an easy way to fix this. Bloggers and writers often use Google Docs for their work. This service has tools… Continue reading How to allow public viewing of unpublished WordPress posts
How to View the Mobile Version of a WordPress Site on a Computer
Want to view the mobile version of your WordPress site? Mobile view will help you see how your site looks on mobile devices. You can view your site in real-time on your phone, but that won’t help much during the development phase. It’s easier to view it on a regular computer, though, as you can… Continue reading How to View the Mobile Version of a WordPress Site on a Computer
How to Convert Old Editor Content to Gutenberg Blocks
After upgrading to any version above WordPress 5.0, your old post and page content will be displayed inside the Classic block in the new Gutenberg editor. To convert the content into separate blocks, you need to edit each post and page. If there are dozens or hundreds of posts on the site, this can take… Continue reading How to Convert Old Editor Content to Gutenberg Blocks
How to Remove Previous Next Post Links in WordPress
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
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