PageImage

PageImage
Install Download

Version 1.04
Author ImpressPages
License: MIT and LGPL
GIT [email protected]:impresspages-plugins/PageImage.git
Downloads: 8066

Add images to individual pages.

Description

File select field will be added to each page properties form. It is up to you how you will use those images and what will they mean.

Usage

Add <?php echo ipSlot('pageImage'); ?> code to your theme to display images.

OrĀ Use \Plugin\PageImage\Service::pageImages($pageId = null) to get all images assigned to the page. Then do whatever you want with them. 'null' means currently active page.