Add Gravity Forms’ Custom Merge Tag For Day, Month and Year
WordPress Gravity Forms plugin lets you set dynamic values for fields via shortcode ( merge tag ). You can populate a field with a date value using the merge tag […]
WordPress Gravity Forms plugin lets you set dynamic values for fields via shortcode ( merge tag ). You can populate a field with a date value using the merge tag […]
WordPress Gravity Forms plugin’s documentation provides a code snippet to make a field read-only. But making read-only is not a good solution for input type text and select input fields. […]
Method 1 : Method 2 :
To delete all of your local git branches except master and development run following command Command :
A very easy way to publish your WordPress post just right now but post date will be a future time. Display future scheduled post to visitors. Here I will show you a very simple trick to do this. Just copy my simple PHP code snippet into your theme functions.php
A guide to add extra custom meta field with WordPress user profile. A complete code snippet and a sample demo plugin for plugin developer to learn and implement custom user meta in their own plugin.
Change your WordPress default media upload directory to new location. Store your media files in new location instead of wp-content/uploads . WordPress Media Library will access media files form your new directory. Here I am showing your how to do that.
If you want to dynamically set or remove a CSS class name for a HTML element, then you need to do some javaScript works. We can do this by using […]
We can insert any media files in our post content by clicking the button ‘Upload/Insert’ from post editor. But If you need to use files for your WordPress plugin or […]
Updated on : 8 November 2018. In some case we need to store HTML data for our WordPress plugin or theme admin settings/options. We want to add/edit this HTML in […]