Tips and Tutorials

Developer documentation and integration features.

How to Add Custom Gravatar Image

You can define some prebuilt Gravatar image from Settings>Discussion>Default Avatar option. But it doesn’t allow you to upload your custom gravatar image. In this solution doc, I am going to show you how to upload your own images as custom gravatar.  First upload your custom gravatar image inside your media. Then expand the gravatar image…

How to Remove Version from Style and Script From Page Source?

Have you ever checked your page source? If you have seen your page source, you may notice version info in ?ver=x.x.x format. It represents the theme or WordPress or plugins version. You can just test it now. Visit your homepage and View Page Source. You will see a lot of style and scripts having version…

Disable WordPress Search Page & Redirect to Homeapge

WordPress has a default entier site search system. We use a search widget inside sidebar or header. If you do not use the search on your site you can disable the search results page. You can block this search page by using the following snippet. Just copy the code and paste it inside your function.php…

Display Last Modified Date

People always like to keep themselves updated. Showing a very backdated date on your post, is not a wise idea. You can update your post time to time and keep your reader’s updated. Also it’s necessary to showcase your update date instead of publish date. I’m going to show you how you can display your…

How to Remove WordPress Dashicons (dashicons.min.css)?

Dashicons is the official WordPress icon since WordPress 3.8. The dashicons.min.css script loads in front end, which seems unnecessary to some users. It only needs on the backend for dashboard icons.  If you are not using any Dashicons on your page or post. Then you can disable the script from loading. It can enhance a…

Remove Gutenberg Scripts From WordPress Site

Gutenberg is getting more stable than before. But still, there are some people who like to stick with the Classic Editor. If you are one of them then you should remove Gutenberg scripts from your website. As you are not using it, it’s better to get rid of these scripts for better performance. Here is…

How To Remove Meta Generator WordPress Version Tags?

Sometimes <meta name=”generator” content=”WordPress x.x.x” /> can put in a security risk because anyone can check which WordPress version you are using from the page source. It’s better to remove the meta generator tags and version from the head area. There is no doubt that WordPress is one of the secure CMS. Tons of new…

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…

© 2021-2024 - Adminify | All rights reserved

WP Adminfy accepted payment methods