- This topic has 1 reply, 2 voices, and was last updated 3 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Instagram Feed’ is closed to new replies.
Mauer Themes › Support › Essentialist › Instagram Feed
Is there a way to adjust the number of Instagram images the plugin is pulling? Currently displaying 10 images, would like to decrease that number to 5-7 in order to increase size of feed.
Hello Cmoeger,
To change the number of the Instagram pics, please open the js/general.js file in your theme folder.
The line you need looks like that (and should be around line 100):
var nuOfPics = 10;
Change 10 to whatever number you like and save the file.
Thank you for using the Essentialist.
Regards,
Paul
—
A little disclaimer: It’s best to do code modifications in a child theme, so they do not get overwritten during theme updates. However, of course you can always re-introduce modifications after a theme update.