- Upload listcat directory into you wp-content/plugins/ directory.
- Login to your WordPress Admin menu, go to Plugins, and activate it.
- Add "lcp_catlist" class into your theme’s CSS for custom formatting, or create a new php file in templates directory and use it as a parameter.
- You can find the List Category Posts widget in your widgets. Hasn't been tested, still in development, but usable.
If you're updating List Category Posts from version 0.1, you must change the code in the pages using it, since it's not backwards compatible. LCP now uses WordPress's shortcode API, in order to allow arguments. You should chang the previous [catlist=ID] to [catlist id=ID].