WDES Responsive Tool 2
[wdes-responsive-tool-2]
Re-register the default genesis sidebar into your function.php. See the image above for html output.
How Convert string with unwanted character to slug, proper name, etc.? Try this code using http://phptester.net/. Happy Coding 🙂
How to get the current post parent category ID? Just copy the codes below and paste this your template.
Dequeue or remove Gravity Forms style or css in your WordPress site. Common styles of Gravity Forms is `formreset.css`, `datepicker.css`, `formsmain.css`, `readyclass.css`, and `browsers.css`. Gravity Forms has action called `gform_enqueue_scripts`, you can visit the link for more information. I want to deregister this style gforms_datepicker_css in functions.php. To do that, using the codes below your…
Add column classes and add first class in every first column. Just change the _index = ( _index + 3 ); to your custom column. Example, if you want to create 5 columns change the _index + 3 to _index + 4 if you want to create 6 columns change the _index + 3 to…