Recent Blog Posts

Archives

Subscribe

Latest Tweets

Follow us on Twitter

WordPress Category Posts Plugin 2.0

The WordPress Category Posts plugin, version 2.0, has been released and is now available for download via the WordPress Extend Plugin Directory.  WordPress Category Posts is a plugin for WordPress that creates a linked list of the posts in a specific category.



2 Responses to “WordPress Category Posts Plugin 2.0”

  1. Mrs_Brown Says:

    Hallo, and thank you for this useful plugin. Is it correct, as the source code shows, that the tag wp_cat_posts does not create a list (li and /li) when wrapped like this: (ul)(?php wp_cat_posts(12); ?)(/ul)? I would like to affect each single link with my CSS-dfinitions.

  2. Brian Groce Says:

    Mrs_Brown,

    This is currently used as a very basic display of all posts in a specific category and it is not always ideal to force it into a list. (In the future we’ll add that option, as a number of people have requested it.)

    To force it into a list you’d change the code to something like this:

    echo '

    ‘;

    And of course you could change that to suit your needs.

Leave a Reply