Title: Does offset function works for multiple feed?
Last modified: September 1, 2016

---

# Does offset function works for multiple feed?

 *  Resolved [hungzai](https://wordpress.org/support/users/hungzai/)
 * (@hungzai)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/does-offset-function-works-for-multiple-feed/)
 * I have included about 10 pages in a multiple feed. Offset function doesn’t seems
   to work correctly. Is that only meant for single feed or am I missing out on 
   something? Thanks.
 * [https://wordpress.org/plugins/custom-facebook-feed/](https://wordpress.org/plugins/custom-facebook-feed/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/does-offset-function-works-for-multiple-feed/#post-7483824)
 * 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](https://smashballoon.com/custom-facebook-feed/support/)?
   We’re only supposed to provide support for the free version on here.
 * Many thanks,
 * John
 *  Thread Starter [hungzai](https://wordpress.org/support/users/hungzai/)
 * (@hungzai)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/does-offset-function-works-for-multiple-feed/#post-7483852)
 * Thank you so much for your clarification.
 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/does-offset-function-works-for-multiple-feed/#post-7483876)
 * 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.

 * ![](https://ps.w.org/custom-facebook-feed/assets/icon-256x256.png?rev=2700775)
 * [Smash Balloon Social Post Feed - Simple Social Feeds for WordPress](https://wordpress.org/plugins/custom-facebook-feed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-facebook-feed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-facebook-feed/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-facebook-feed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-facebook-feed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-facebook-feed/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/does-offset-function-works-for-multiple-feed/#post-7483876)
 * Status: resolved