Description:
Adds some forum functionality to WordPress. Changes the order of posts so that the most recently commented posts show up first. Also displays last comment with the posts. Changes affect home page only. Intended for use with the Prologue theme (about), but should play nicely with other themes as well.
Download:
Fetch the latest version (0.1.1)!
Install:
- Download and unzip the plugin.
- Upload to /wp-content/plugins/
- Navigate to Dashboard > Plugins and activate the plugin
Changelog:
0.1.1
- Querys all posts and sorts them by [most recent comment | date published] (whichever is more recent) before displaying the home page
- Displays the last comment (if any) with each post on the home page
- Links to normal view instead of using pagination. (In normal view, pagination is same as always)