Pages

WordPress Plugin: List category posts

A very interesting and useful addition for WordPress in the “List category posts” plugin.

This is able to select only the post that confirm to certain criteria, and show them, using code such as this, on the relevant page.

catlist id=1 orderby=title order=asc excerpt=no numberposts=-1 Date=no

all enclosed in a single set of square brackets [ ]

Using tags as a selection criteria, the code may become something like this:

catlist id=52 orderby=title order=asc numberposts=-1 Tags=victoria-point Date=yes

all enclosed in a single set of square brackets [ ]

The tag in question above is actually “Victoria Point”, but the tag is recognised without the space, but with a replacement hyphen instead.

More discussion on this can be done at:

The following are a selection of useful posts on the WordPress Website regarding the use of this plugin.


Comments are closed.