Plugin Name: WP-Forum Latest Posts Plugin URI: http://www.schloebe.de/wordpress/wp-forum-latest-posts-plugin/ Description: Lists the latest posts from your WP-Forum. Author: Oliver Schlöbe Version: 0.5 Author URI: http://www.schloebe.de/ Installation ------------ 1. Download the plugin and unzip it. 2. Upload the file wp-forum-latest-posts.php to your /wp-content/plugins/ folder. 3. Activate the plugin from your Wordpress admin panel. 4. Installation finished. Upgrade ------- 1. Deactivate the plugin from your Wordpress admin panel. 2. Upload the file wp-forum-latest-posts.php to your /wp-content/plugins/ folder and overwrite the existing file. 3. Activate the plugin from your Wordpress admin panel. Implementation -------------- Call the WPFLatestPosts function like so: Options are like following: * forumid: - The ID of the forum page. * number: - The number of latest forum posts to be shown. * title: - An optional title at the beginning of the list. Some examples follow - each is a proper invocation of the plugin: ' . __('Latest Posts') . ''); ?>