This plugin provides an interface in Pages management to add unlimited number of files to any page.
- Activate plugin
- Add assign images to the page in Pages management
- Add code to your theme to display images, or add Add inside an HTML element to add a background image via style attribute, e.g.
<div <?php echo ipSlot('bkgImage'); ?> >
- Use \Plugin\PageImage\Service::pageImages($pageId = null) to get all images assigned to the page.