Disable Gravatar In WordPress
Gravatar Or Avatar? Basically, gravatar and avatar are the same. The only difference is the social media you use. You can see gravatar in the admin dashboard or on a post next to the author name. Gravatar is a thumbnail that can be set by an authorized user. Usually, it …
Optimize WordPress CSS with Clearfy
What Is CSS? CSS is a markup language, meaning Cascading Style Sheets. Once added to any page, it helps to visualize elements created by HTML tags. CSS is a HTML descendant. However, it’s considered to be more complicated language. There are fundamentals in this language with many special aspects you …
How To Optimize JavaScript In WordPress With Clearfy
Why Should You Optimize JavaScript? One of the most important steps for fast websites is reducing the number of HTTP requests. You can do so by combining several scripts in one. This is super useful if you have many plugins on a website. After you install any plugin, JS scripts …
How To Optimize JavaScript In WordPress With Clearfy Read more »
How to disable WordPress RSS feeds. Useful tips
Introduction WordPress is valued for its usability and great opportunities for blogging. The system has embedded feed support so users won’t miss new posts and comments. Unfortunately, you can’t disable WordPress RSS feeds in your theme or admin bar using the traditional way. However, most companies and owners of single-page …
How To Remove Meta Tags in WordPress
What Meta Tags Are and How They Affect Website Performance The most obvious and precise definition of meta is “data that provides information about another data”. The <meta> tag provides metadata about website page. It is used for entering keywords, author, last modified date, page description, etc. Many website owners …