Search plugin for ImpressPages 4.
Adds searchBox and searchResults slots.
Adds Search widget to widgets toolbar.
- Upload
Searchdirectory to your website'sPlugindirectory. - Login to the administration area.
- Go to
Pluginspanel, locateSearchplugin and clickactivatebutton. - Optional: specify
Search URL.
There are two options on how to use this plugin: it can be added to theme's layout code or dragged from widget's toolbar to content area.
To display a search box, place the following code to your theme layout file:
<?php echo ipSlot('searchBox'); ?>
Search results are displayed on a page with URL path specified on plugin's settings pannel.