• Resolved joshuacgrant

    (@joshuacgrant)


    I’d like to use the Instagram widget to display the most recent 4 posts, except for not the most recent. Is there an offset parameter available?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey joshuacgrant,

    We don’t have an option for an offset or anything but this can be done by just hiding the first post. Use these steps:

    1) Change the “number of photos” option to 5. This shortcode will work for 4 columns: [instagram-feed num=5 cols=4]
    2) Add this to the “Custom CSS” area on the “Customize” tab:

    #sb_instagram #sbi_images .sbi_item:first-child {
      display: none;
    }

    Let me know if you have more questions!

    Thread Starter joshuacgrant

    (@joshuacgrant)

    That worked perfectly. Thank you, Craig!

    Plugin Contributor Craig at Smash Balloon

    (@craig-at-smash-balloon)

    No problem! Have a great rest of your week.

    – Craig

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

The topic ‘Instagram post offset’ is closed to new replies.