[Plugin: Filter By Comments] How to realy use it
-
Hi,
Can you confirm me that your plugin do that (because it doesn’t work)
I want to order my posts by the date of post if there is no comment or by the date of the last comment if there is comment.
I understand that I have to use orderby_last_activity to do that.I use like that :
<?php query_posts( ‘orderby_last_activity=1&paged=’ . $paged); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>But it doesn’t work ??
Thanks for your help and sorry for my english
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Filter By Comments] How to realy use it’ is closed to new replies.