Customize WordPress Archive Queries
An archive page is where we list category, tag, date, and author, etc.. posts. If you want to modify archive Query what you will do ?. Most of the developer write own WP_Query in Archive Page. Actually this way we double up the cost of getting the result. First the WordPress default Query and second […]
What is Coming in WordPress 5.5 for Plugins?
There are six areas that specific focus should be given as plugin-related changes coming in 5.5: 1.) Note the version of jQuery shipped in core will be updated in 5.6 and as a first step jquery-migrate is no longer enqueued by default in 5.5. Updates to your code are required if you rely on jquery-migrate […]
Getting Started With Gatsby and WordPress??
What is Gatsby? Gatsby is a static site generator like Docsify, Eleventy, VuePress. Gatsby can be used to build static sites that are Progressive Web Apps. Gatsby has developed only five years ago. Now Gatsby popularizing day by day. We can see the number of big brands using Gatsby. https://reactjs.org/ https://airbnb.io/ https://calpa.me/ For more show […]