Id like to load more blogs on the grid, I think right now its set to load 10 per page….
Hi!
I just checked the options of the “Blog Element” and you can select up to 100 entries:
Regards,
Peter
Thanks, how did you get to that page?
Hi,
Edit the page, go to Advance Layout Editor. Under Content Element tab, insert the Blog Post element. Click it to view more options.
Regards,
Ismael
You know I actually had to hack it by putting the grid style blog CODE on my front page to make it work right. Can you tell me which function the post number value you have pointed above is in so I can do a search and manually put the number in please? Would super appreciate it!!
Hi cyberena,
I don’t really understand what you mean. There isn’t a single “function” that is editable to output that.
Do you mean you just added it in via a shortcode instead of using the Layout Editor? If so, you can us the items-‘100’ parameter like so:
[av_portfolio categories='11,12,13,14,15' columns='4' items='100' contents='excerpt' preview_mode='auto' image_size='portfolio' linking='' sort='yes' paginate='yes']
Regards,
Devin
Thanks for the quick responses. I dont know why my short codes arent working for that… but I found this line
$atts = array(‘type’ => ‘grid’, ‘items’ => get_option(‘posts_per_page’), ‘columns’=> 3, ‘class’=>’avia-builder-el-no-sibling’, ‘paginate’=>’yes’, ‘items’=>100);
and if I add ‘items’=>100 that worked for me!
I’m glad you found a working solution but make sure you keep a note of it if you’ve edited the theme files so that you can re-add it after an update.
Regards,
Devin