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.

Download KohaCatalogSeach 0.1

Installation:

  1. Enable the plugin
  2. Go to Options->KohaCatalogSearch, fill in the neccessary data
  3. 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 Reply

You must be logged in to post a comment.
Copyright © 2009 Afterburner - Free GPL Template. All Rights Reserved.
WordPress is Free Software released under the GNU/GPL License.