• clubwordpress

    (@clubwordpress)


    Hi,

    I have just released a new plugin called Category Listings.

    https://www.club-wp.com/category-listings-wordpress-plugin/

    The plugin currently outputs a list of posts enclosed in a set of DIV tags – the class for this DIV can be configured in the admin options. The post title is enclosed in H2 tags. The post excerpt is enclosed in P tags. If there is no post excerpt, then only the post title will be displayed.

    To get the Category Listings to display, you will need to place the following code in your them:

    <?php echo output_category_listing(); ?>

    I’d be keen to hear what people think about it.

    Thanks
    Dominic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You should think about publishing your plugin on www.ads-software.com
    also adding a shortcode for your plugin instead of getting people to hard code functions. What would happen if they disable your plugin? Will the theme break?
    Just something to think about. Thanks for sharing your code.

    Thread Starter clubwordpress

    (@clubwordpress)

    Hi enejb,

    Thanks for your feedback.

    I have submitted the plugin and am waiting for approval.

    Yes, a short-code is a good idea. I’m also thinking of widgetizing it too.

    thanks
    Dominic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘New Plugin – Category Listings’ is closed to new replies.