Denne utvidelsen har ikke blitt testet mot noen av de siste 3 hovedutgivelsene av WordPress. Den er kanskje ikke lenger holdt vedlike eller støttet, og den kan ha kompatibilitetsproblemer med nyeste versjoner av WordPress.

Include Widget

Beskrivelse

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.

Installasjon

  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.

Vurderinger

Det er ingen omtaler av denne utvidelsen.

Bidragsytere og utviklere

“Include Widget” er programvare med Ã¥pen kildekode. Følgende personer har bidratt til denne utvidelsen.

Bidragsytere

Endringslogg

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