Displays the german Wikiofreunde Feed in a customizable sidebar widget
wikiofreunde-widget folder into your wp-content/plugins/ directoryAlternative to the WordPress Design Widgets SubPanel you can add and configure the Wikiofreunde Widget directly
in your theme file (e.g. sidebar.php). In this case call the function <?php show_wikiofreunde(); ?> at the
place in your sidebar you want to show it. This will display the Wikiofreunde Widget with the default
configuration (5 Links without author, without description, without nofollow attribute).
To configure the Wikiofreunde Widget in the theme file, please add an array of settings to the function:
<?php show_wikiofreunde( array('show_items' => 5, 'show_author' => 0, 'show_summary' => 0, 'summary_length' => 100, 'nofollow_link' => 0)); ?>
Change the respective numbers (0 = switching off, 1 = switching on) in this array to adjust the behaviour of the widget.
Requires: 2.8 or higher
Compatible up to: 3.2.1
Last Updated: 2012-5-26
Downloads: 193
Got something to say? Need help?