Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hey hungzai,

    Are you referring to the Multifeed extension? If so, the offset setting will only work on the first ID specified, not on every ID in the feed. You could use JavaScript though to hide the first two posts by every ID, you’d just need to use the author class on each post and then hide the first two posts for each author. Eg, you could add the following to the plugin’s Custom JavaScript section:

    $('.author-smash-balloon').slice(2).hide();
    $('.author-nike').slice(2).hide();

    If you have any other questions regarding the Pro version of an extension then could you submit a support ticket on our website? We’re only supposed to provide support for the free version on here.

    Many thanks,

    John

    Thread Starter hungzai

    (@hungzai)

    Thank you so much for your clarification.

    Plugin Author smashballoon

    (@smashballoon)

    No probs. If you have any other questions just let us know.

    John

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Does offset function works for multiple feed?’ is closed to new replies.