Override Shortcode in WordPress
The Shortcodes in WordPress is a small piece of code that allows you to various functions with less effort. We are going to discuss how to overwrite/rewrite predefined shortcodes.
The Shortcodes in WordPress is a small piece of code that allows you to various functions with less effort. We are going to discuss how to overwrite/rewrite predefined shortcodes.
Today, we are going to create a custom button to the Rich Text Editor using by Gutenberg. By default, it has alignments, bold, italic and link buttons. We are going to add a text highlighter button to the rich text toolbar.

In the dynamic world of WordPress, mastering the .htaccess file can significantly enhance your website’s functionality and performance. While it may seem intimidating at first, understanding how to leverage rewrite rules can empower you to optimize URLs, improve SEO, and enhance user experience. In this guide, we’ll delve into some helpful rewrite rules tailored specifically for WordPress users, equipping you with the knowledge to take full control of your website’s routing.
If in case, you don’t find the .htaccess file from the root directory then you can generate it through Dashboard > Settings > Permalinks.
We know WordPress 5 comes with the default Gutenberg editor which is ⚡️crafted with React Js. So if you are thinking to develop Gutenberg Block plugin then surely you have at least familiar with ReactJs and the NodeJs packages that are used to develop the WordPress plugin.
Configuration setup for Gutenberg Block DevelopmentRead More
jQuery is a well known and very popular javascript library. It is used to manipulate DOM tree, event handling, animation and for dynamic content loading with Ajax. jQuery is very easy to learn and use. We just need to add the jQuery library in the header section of your HTML page and then you can start using it. Using jQuery with WordPress is a little tricky because WordPress is using other javascript libraries that can conflict with jQuery and that is why we get the jQuery not defined or $ not defined error.
WordPress officially announced its latest version Babo. Obviously, the new version brings lots of new things as per users as well as developers points of view. And because we have to stay up to date with the new version that brings more security features to keep your website secure.