What is WordPress image srcset?

Since WordPress 4.4 release of December 2015, native responsive images is supported by srcset and sizes attributes. By adding srcset attributes for responsive images, it allows browsers to choose the most appropriate image size based on the user’s device. WordPress automatically creates several sizes of each image uploaded to the media library. WordPress Core includes … Read more

What is ajax search?

What is ajax search? Ajax search is a kind of search autocomplete that displays search results for every keystroke. The  search results are updated dynamically on a webpage without reloading the entire page. Ajax search stands for Asynchronous JavaScript and XML search. I currently have 1 million custom posts. What you don’t understand, is that … Read more

Did Gutenberg Invent The First Printing Press?

Johannes Gutenberg was a German inventor who lived during the 1400s and is often credited with inventing the printing press. The technique of “block printing” was well-known at the time: A page of text could be carved into a block of wood and then used to create multiple copies of a page over and over … Read more

WordPress vs Drupal vs Joomla

WordPress = car with aftermarket mods Drupal = custom built racing car Joomla = bicycle assembled at a scrapyard WordPress is a blogging tool that people have contorted into a CMS. Reddit.  If you are a site builder (non-programmer) Drupal is going to be a steep curve. If you’re not familiar with Composer and command line … Read more

WordPress Security by obscurity is underrated

People have been misinterpreting “security by obscurity is bad” to mean any obscurity and obfuscation is bad. Instead it was originally meant as “if your only security is obscurity, it’s bad”. Many serious real-world scenarios do use obscurity as an additional layer. If only because sometimes, you know that a dedicated attacker will be able … Read more

What is WordPress Image permalink vs Image URL?

Why do wordpress use image attachment post instead of image url? How to insert an image into a post without linking to the attachment page? Ah, you have discovered attachment. The WordPress software automatically creates an attachment page every time you add an image to a post or page, and is essentially a separate page … Read more

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

Never, never rewrite whole code from scratch

Netscape failed because it rewrote its code from scratch We’re programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We’re not excited by incremental renovation: tinkering, improving, planting flower beds. There’s a subtle … 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