Search plugin for ImpressPages 4.
Adds searchBox and searchResults slots.
Adds Search
widget to widgets toolbar.
- Upload
Search
directory to your website'sPlugin
directory. - Login to the administration area.
- Go to
Plugins
panel, locateSearch
plugin and clickactivate
button. - 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.