News

As handy as the default WordPress shortcodes are, the real magic happens when you start adding your own custom shortcodes. But before we get to that (and we will), we first need to show you how to add ...
Thanks to WordPress’s action hook system however, enabling it is not difficult. To enable this functionality, you only need to add a new filter hook into your themes functions.php file.
Using shortcode may be a good way to add functionality to your site, but when you deactivate the plugin, the shortcode in your content don’t get removed and it will appear in the frontend in its ...
We are going to process ajax request in wordpress shortcode on button click. First of all you need to add the shortcode in wordpress. Kindly write below code in function.php ...
basictheme has been developed using WordPress. In this project, I have used action & filter hook, custom field & custom metabox, custom post type, custom loop, page templates, default templates, ...
Checkout Shortcode to Hide WordPress Post Content on Mobile Devices. If you are new to WordPress and want to hide some information on the mobile like you have a post which is too long and you don’t ...