About: Garrett
- Full Name
- Garrett Acree
- Website
- http://pctechsolutions.net
- Details
/* Plugin Name: Addicted To Live Search Plugin URI: http://addictedtonew.com/archives/145/wordpress-live-search-plugin/ Description: Adds live search with ajax to the default search box Author: John Nunemaker Version: 1.02 Author URI: http://addictedtonew.com/ */ function addicted_add() { echo '' . "\n"; echo '' . "\n"; echo ' '; echo '' . "\n"; } add_action('wp_head', 'addicted_add'); ?>