=== Code to Widget === Tags: code, php, widget Contributors: seanklein Requires at least: 2.9 Tested up to: 3.0b2 Stable tag: 1.0 Code to Widget Plugin uses PHP files from a specified directory, and (if the file has the proper template tags) adds a Widget. == 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 == Installation == 1. Download the plugin archive and expand it. 2. Put the code-to-widget directory into your wp-content/plugins/ directory 3. Go to the Plugins page in your WordPress Administration area and click 'Activate' for Code to Widget. 4. Go to the Code to Widget Options page (Settings > Code to Widget) to set the directory for the plugin to search for widgets == Configuration == The plugin provides an interface for selecting a specific folder to search for widgets in. 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: 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. == Frequently Asked Questions == = Why use this plugin? = This plugin adds an easy to use/modify way to create plugins. The only thing a blog owner needs is the ability to add files to a folder and change the content of those files. By adding the template tags to the files the content of the file will be created as a widget. = How easy is it to create widgets? = All that is needed to create a widget is to create a PHP file in a specified folder and add the template tags to that file. Then all that is needed is to go to the widget settings page and add the widget to a desired sidebar, and select the file name from the drop down. Then save the widget. == Changelog == = 1.0 = * Initial Release