Category: WordPress
How to Create Custom Sidebars with PluginSidebar in Gutenberg
While working on the WordPress website it’s almost impossible to skip creating meta boxes. The meta box is helpful for storing metadata about your page,…
How to Create Post Grid Block With Settings Sidebar(Inspector Control)
If you’re following this blog to learn a block development, you know we’ve covered so far If this is the first time you’re visiting this…
How to Build Repeater Block in Gutenberg
Most of the time, you can’t create a dynamic webpage without having repeater fields. While developing the block you may want to give a feature…
How to Use Inner Blocks in Gutenberg
In the previous article, we built a carousel block where we allow uploading multiple images using the MediaUpload component. Though it works perfectly it has…
How to Build Carousel Block for Gutenberg
In the previous article, I created a block that allows uploading multiple images using the MediaUpload component. This block is displaying uploaded images as it…
How to Upload Multiple Images using MediaUpload Component
While working on a website, you may want to display multiple images. It can be the image gallery, carousel, bulk photos, etc. To build this…
WordPress Block Development – Use of RichText and MediaUpload Component
For WordPress developers, it’s essential to learn custom block development. I also started to learn it and decided to share my learning as I progressed…
Send Your Contact Form 7 Entries to Google Sheets
Contact Form 7 is one of the most popular WordPress plugins. Over 5+ million users are using this plugin on their website. This plugin can…
12 WordPress Security Vulnerabilities & Risks and Tips to Fix Them
WordPress websites are always at the risk of attacks and hacks though WordPress is inherently a secure platform. Why is that? One reason is the…
How to Manage Frequently Asked Questions in WordPress
The frequently asked questions section will be helpful for your audience to get the answers to common queries. For basic questions, your customer doesn’t need…