Koha Catalog Search
Last Updated on Monday, 2 February 2009 06:54 Written by Kyle Monday, 2 February 2009 06:53
Koha Catalog Search
This Wordpress plugin allows one to insert a small search form into a WordPress site that searches a given Koha catalog.
Installation:
- Enable the plugin
- Go to Options->KohaCatalogSearch, fill in the neccessary data
- Paste this code where you want the search form to appear:
<?php
if (function_exists(‘kcs_display_search_form’)) {
kcs_display_search_form();
}
?>