Tips and Tutorials

Developer documentation and integration features.

How to Disable Date Archives pages in WordPress

In WordPress, date archives pages (or custom archives) are a way of displaying older posts in a separate page on your site, and can be a great way to show readers what’s been going on in your blogosphere. However, they can sometimes be an irritation and, in some cases, downright annoying. These archive pages may…

How to Remove Index Link?

Like WordPress versions tag, the homepage index tag is unnecessary for the head area. Using the following code inside your function.php file, you can get rid of this issue.  Just edit your active theme function.php file and copy-paste the following code. // Remove Link to Home Page. remove_action(‘wp_head’, ‘index_rel_link’); If you are a non tech…

Enable Defer Parsing JS to Footer

JavaScript Defer Parsing is the most recent improvement in how JavaScript handles asynchronous code. It is a part of ECMAScript, and it has a variety of benefits over the previous way of handling async code. This can speed up your page render for visitors. Without further explanation, just copy the following code and paste inside…

How To Remove WordPress RSS Feed URL’s from Page Header?

RSS Feed showcase a website updated content automatically. At the beginning of internet journey people used to bookmark their favorite website. They frequently visit those site’s to check if there is any update.  In this modern area people use RSS Feed to get any website update. We use different type of browser extensions to read…

How to Disable Author Archives Pages in WordPress

WordPress has made it easier for users to organize their content. But what if you want to disable author archives pages? It’s for SEO friendly website. If you have multiple author in your website, WordPress will automatically create their archive page.  This article will show you how to disable them. First you need to login…

How to Remove WLW Manifest Link From WordPress Head?

wlwmanifest.xml is a static file with information on how Windows Live Writer can talk to WordPress. It has nothing to do with security or performance. This file doesn’t reveal your website information.  If you just love to keep your head area net and clean then you can remove it. If you have opened your page…

Browser Cache Expires & GZIP Compression Enable

GZIP is a file format that allows for a file to be compressed to produce a smaller file size. This is a good tool for reducing the size of large files, like video or graphics files. GZIP compression will typically reduce the size of a file by about 10% for each level of compression. A…

How To Disable Self Ping For WordPress Website’s

Sometimes it’s necessary to get pingback from different site’s so that you can check who mentioned you. But imagine, you are linking an existing page to new page and the system is sending you pingback always.  Manually delete pingback takes time. But there is a simple tweak, which will help you to disable WordPress self…

How to Disable Tag Archives Pages in WordPress Site?

Tag Archives are pages that store a list of posts on a particular tags. There are a lot of user who use tag’s archive instead of category. Perhaps some people want to disable tag archives page because they prefer category instead of tags. This tutorial will show you how to disable these Tag Archives pages…

How to Remove DNS-Prefetch WordPress Head?

DNS-Prefetch, also known as DNS-Prefetching, is a technique used by some web browsers to speed up the DNS lookup process in the background. The DNS lookup process is the background process that uses the Domain Name System (DNS) to translate domain names to IP addresses. In simple words, DNS-Prefetch is used to speed up the…

© 2021-2024 - Adminify | All rights reserved

WP Adminfy accepted payment methods