Code To Widget Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Code to Widget Plugin uses PHP files from a specified directory, and (if the file has the proper template tags) adds a Widget.
Details
Code to Widget provides an easy way to create widgets, without having to deal with writing the widget class everytime
Configuration
The plugin provides an interface for selecting a specific folder to search for widgets in. The folder path entered into the settings page must be an absolute path. Then the widgets are easily configurable similar to all other widgets.
The files in the specified folder need to have specific template tags to be added as widgets. The following code will need to be added to the top of the files:
<?php
/*
Widget Name: Test Widget 1
Widget Description: Test 1 widget
*/
?>
A “Widget Title:” field can also be added. That title will be set as the default widget title when the file is selected on the widget settings screen.
Screenshots
No screenshots provided