I’m wondering if the three info boxes with title / image / content / link can be repeated beneath in place of the pre-footer. The client has additional images they would like to add to these (pre-footer) areas and it seems to me the best thing to do would be to repeat the info box setup in another row beneath the first row.
A. Can this be done?
B. If so, how?
Thank you!
Hi Jay,
Thanks for writing. Unfortunately that can’t be done through options. However you can try and touch the code in order to have it running. You should open the file template-home.php and edit the infoboxes query, where it says (in line #30 approximately):
'posts_per_page' => 3
Change the number 3, for the number of items you want to list over there.
Please make sure to make a backup of the template before making any change
Best,
Juan.