I've got the following code:
What I want is the code for the query, which displays the most viewed posts (over the last month) in category with id="4".
<?php query_posts('????'); ?>
I've got the following code:
What I want is the code for the query, which displays the most viewed posts (over the last month) in category with id="4".
<?php query_posts('????'); ?>
This topic has been closed to new replies.