Category: Web Development
Have you ever had a need to apply a shortcode inside a widget? Just add the following into your functions.php file within the theme, be sure to place this code inside your PHP code <?php and ?>:
|
/* Add Widget Shortcode Functionality */ add_filter('widget_text', 'do_shortcode'); |
...
I have previously released a JavaScript Reference Guide and thought I would share a similar Guide for PHP. This guide includes functions, variables, sessions and more. PHP Quick Reference Guide
Attached to this post is a JavaScript reference guide I created for personal use. It may help a mind in need of a quick refresher so I am making it available to the public....
The nivo slider is one of my image sliders of choice. This slider is lightweight, SEO friendly and does not require flash. This slider works on every modern browser and even iDevices without a...
Recent Comments