• Good evening. I have a problem.
    In the homepage posts sorted by Views ( query_posts(‘v_sortby=views&v_orderby=desc’); ). And this work pretty well without Infinite Scroll. Nevertheless, when this plugin is activated, posts duplicate and aren’t displayed all posts.
    ping.psitalk.ru is an example. You can give a look at.

    How fix this????
    wouldn’t you be so kind to help me, please!
    look forward to your answers.
    Thanks.

    http://ww.wp.xz.cn/extend/plugins/infinite-scroll/

Viewing 1 replies (of 1 total)
  • Thread Starter Eventus

    (@eventus)

    fix.
    <?php global $query_string; query_posts($query_string . "&v_sortby=views&;v_orderby=desc"); ?>
    correct line

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Infinite-Scroll] Infinite Scroll and query_posts (with WP-PostViews plugin) problem’ is closed to new replies.