Useful WordPress Widgets from WPDevSnippets.com
==Usage==
Please check if you already have a "widgets.php" file in your theme. If your theme is developed by a professional, you will already be having "widgets.php" some where. If you already have skip to step 4.
- Create a folder "widgets" in your theme
- Create file "widgets.php" in "widgets" directory.
- Include widgets.php in your functions.php
inlcude 'widgets/wpds-widget.php';
- Download your required widget file from repository to your widgets directory
- Include your widget PHP file to your "widgets.php"
inlcude 'widget-file.php';