WordPress Disable WP JSON REST API Complete Guide

Since WordPress version 4.4 release of December 2015 and onwards, REST API infrastructure has been included in the core. REST is short for Representational State Transfer. It is a standard client-server protocol that makes your website available as a web service. This means, that other applications or websites can retrieve information available on your website without … Read more

WordPress is still King in 2025

Content management systems (CMSs) make it easier to build, manage, and grow websites. New hosted platforms such as Shopify, Wix, and Squarespace, and newer headless solutions are competing for web.  WordPress remains the most widely used and powered as much as 43% of all websites. Drupal, a hot contender, with 1.2% of the CMS market. Drupal remains a … Read more

WordPress Better Search Plugin

Better Search – Relevant search results for WordPress Plugin Yes! It replaces the default WordPress search and integrates with most themes out of the box. Better Search uses MySQL FULLTEXT indexes and includes internal caching. It also works well with external caching plugins. It overrides the main query box to display more relevant search results. … Read more

WordPress Clean Header – Ultimate Guide

WordPress auto generates a whole lot of unnecessary tags/elements that can not only slow down your website but also in some cases cause security issues. For instance, the WP Generator header tag gives away the current version of your WordPress site which is definitely not something that you want to reveal.  WordPress actually inserts quite … Read more

Attach and detach images from WordPress posts

WordPress saves the “Uploaded to” information when you upload an image directly into the post editor. This means that the image is attached to the post parent.  WordPress allows you to manually detach an image from a post. This option is only available in the List view of the media library. Go to Media > … Read more

Disable WordPress Media Pages

Many years ago in 2016, someone asked. I would like to disable all attachment pages completely. I Googled it, but there’s just information on how to redirect to parent post or homepage. That’s not what I would call an elegant solution. Why introduce unnecessary permalinks that redirect to the homepage? Couldn’t it be disabled completely?  … Read more

WordPress should I attach or detach images?

There is no downside to having unattached media posts. This is a long running issue in the wordpress sphere. You may not understand the difference between “unattached” and “unused” in WordPress. WordPress notions of “attachments” and “attached to” status are very, very old, going back to WP 2.0. In some ways attachments are the original … Read more

WordPress How to Change wp-content/uploads url to custom url?

By default, all media files and documents uploaded through WordPress are saved in the /wp-content/uploads directory. The URLs is a reflection of the WordPress directories. Before WordPress version 3.5, WordPress provides settings under Media that allow publishers to change the name and location of the folder where WordPress stores all media files such as images, … Read more

WordPress Permalinks

What are WordPress Permalinks? WordPress Permalinks are the permanent URLs to your individual Difference Between Permalinks, Slugs, and Links The permalink is the entire link. The slug is the final part of that permalink. Media is a post, have comment, author, slug Disable Media Pages – A plugin to fix many annoyances with WordPress attachment … Read more