By Austin on February 2, 2009
If you take a look at my current sidebar (right) and see the heading Google Search you’ll notice that when you click it the Google Search box show’s into view.
Let me show you how this is done.
First make sure that your WordPress site is calling jQuery, buy pluggin this code into our header.php file above [...]
Posted in News | Tagged jQuery, Search, Show/Hide, toggle
By Austin on February 2, 2009
Want to show what any user was searching for?
It is simple, just add this line where your title would be.
<h1>Browsing search results for <strong>”<?php the_search_query() ?>”</strong>.</h1>
The important line is the_search_query()
Posted in Tips & Tricks | Tagged Search, the_search_query, Tips & Tricks
By Austin on January 19, 2009
Most all WordPress theme’s use a a simple search form to search your site. But what it you wanted to search your whole site and not just your posts.
Search Unleashed comes into the picture. Search Unleashed performs searches across all data, including that added by plugins.
Some features of this plugin are:
Full text search with wildcards [...]
Posted in Plugins | Tagged Plugins, Search, Search Unleashed, WordPress
By Austin on January 10, 2009
For those looking for a way to optimize your search results on your WordPress blog. You may want to check out the following plugin. Goolge Highlight
It will highlight or colorize the background of any letter or word that you search for. Head over to the site to see it, or do a search on this [...]
Posted in Plugins | Tagged Google, Google Highlight, Search, Site Search
Recent Comments