This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Include Widget

Description

Includes a file’s contents in the widget. Quick and dirty, all this does is use the PHP include function to include the specified file in the widget. There is NO checking done whatsoever on the file, so use it at your own risk. I wrote this because I couldn’t find a widget to do this plugins exist for using include in posts and pages, but not in widgets.

Installation

  1. Upload the contents of the zip file to your WordPress install’s plugin directory (usually /wp-content/plugins/)
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add the widget to your bar through the Widgets page and configure it to your liking.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Include Widget” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Include Widget” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.4

  • improved widget config page formatting, added note to config page re pathing

0.3

  • added URL vs path checking

0.2

  • rewrote with wp2.8+ new widget interface code

0.1

  • initial release