Wordpress Plugins
KohaCatalogSearch
This 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();
}
?>
Leave a Comment
You must be logged in to post a comment.