Forums

[Plugin Count Posts] Post count by Category (4 posts)

  1. nancy651
    Member
    Posted 2 years ago #

    I installed this plugin but am not sure as to how to call it up:

    In the instructions it states to add this to your wordpress admin area:
    count_posts($category, $daysago, $display)

    There musts be more to add to this. Can someone tell me the correct way to call this up in my sidebar?

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    A link to download that plugin, please.

  3. nancy651
    Member
    Posted 2 years ago #

    http://wordpress.org/extend/plugins/count-posts/

    I want this to show up on my right hand sidebar at http://www.bestsellersworld.com

  4. MichaelH
    Volunteer
    Posted 2 years ago #

    Assuming you are using widgets for your sidebar, consider downloading and installing Otto's PHP Code Widget.

    Then put this in one of those widgets, put the code that displays those counts:

    <?php count_posts('mycategory'); ?>

    mycategory should be replaced by your category name.

    Plugin instructions:
    http://wordpress.org/extend/plugins/count-posts/other_notes/

Topic Closed

This topic has been closed to new replies.

About this Topic