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 […]
MediaUpload Permission check in Gutenberg
If you are struggling with media upload permission in gutenberg. So you problem has been solved you can wrap your wrap your <MediaUpload> Component with another Component <MediaUploadCheck>. MediaUploadCheck will take to responsibility to check the user have permission to upload media. For more info here check media upload component on Github repo. [sibwp_form id=3]
How many media query for responsive layout ?
@media query, you can use media query in CSS code for different screen sizes or for different devices, which is very useful when making web pages with responsive design. Because different devices have different denominations like height and width this snipped will help you to make responsive query. [sibwp_form id=3]
First Post
It is my first post. it is my first blog also first experience. But i will try to write post about WordPress, New Tech, Gutenberg and about myself. [sibwp_form id=3]