Forums

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

  1. nancy651
    Member
    Posted 2 months 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
    moderator
    Posted 2 months ago #

    A link to download that plugin, please.

  3. nancy651
    Member
    Posted 2 months 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
    moderator
    Posted 2 months 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/

Reply

You must log in to post.

About this Topic