• Hello!

    Before I installed IS, I could filter posts with this

    $query = new WP_query('cat=4');

    But that doesn’t seem to work with Infinite Scroll.
    I have tried looking inside infinity.php to see if I could change something there, but apparently not. I have also tried to make a new load function in custom functions.php

    function custom_load_infinite_scroll( $load_infinite_scroll ){---}

    Ive searched around a lot and couldn’t find anything that helped me, so I hope you can.

    http://wordpress.org/extend/plugins/infinite-scroll/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Filtering by category’ is closed to new replies.