• Hi there… im searching for a long time but it seems to be an exception!

    the plugin is only showing 2 “popular” posts.. when it should be listing at least 5, max 10…

    i checked both tables in the database and the data i want is there.

    any ideias?

    current code im using:

    <?php
            if (function_exists('wpp_get_mostpopular')) {
                wpp_get_mostpopular("range=weekly&cat=\"34,8,21\"&order_by=views&thumbnail_width=53&thumbnail_height=40&excerpt_length=55&wpp_start=\"<ul class='popularPosts'>\"");
            }
            ?>

    Thanks!!

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

  • The topic ‘Only showing 2 posts’ is closed to new replies.