• Resolved fedorov

    (@fedorov)


    Hello.

    Tell me what you need to add to the following code so that only 5 records are displayed instead of 10?

    	       	<div class="post">
    <h4 class="comment-reply-title">Top post</h4>
    <?php
        if (function_exists('wpp_get_mostpopular'))
            wpp_get_mostpopular("range=all&order_by=views&stats_comments=1");
    ?>  
    	        </div> <!-- .post -->
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘5 popular posts instead of 10’ is closed to new replies.