Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

Include Widget

Beskrivning

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.

Recensioner

Detta tillägg har inga recensioner.

Bidragsgivare och utvecklare

”Include Widget” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

Översätt ”Include Widget” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

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