Home > Search
Permalink to 4 Simple SEO Optimization Tips

4 Simple SEO Optimization Tips

by on 11.14.2011 | 5 comments

Time for another guest post. This time we have a guest post from SEO consultant Ry Ryan giving 4 simple tips that might just improve your Search Engine ranking.

Permalink to Using Multiple Search Forms In WordPress

Using Multiple Search Forms In WordPress

by on 10.24.2010 | 15 comments

Luichy commented on a post recently asking if it was possible to have multiple search forms in WordPress that search different things. Well, yes it is. However it’s a little large to put in a comment so here is a post explaining what to do.

Permalink to Using MySQL To Search For Any Word In Any Order

Using MySQL To Search For Any Word In Any Order

by on 03.11.2010 | 3 comments

A limitation with searches using MySQL is that when using LIKE to find the words queried it will only find them if they are together in the same order they were written. Here is how to change that so the words are found in any order.

Permalink to Creating A Wikipedia Style Search

Creating A Wikipedia Style Search

by on 02.18.2010 | 1 comment

So you want to create an intelligent search for your website? By intelligent you are, of course, talking about the way Wikipedia sends you to the correct page should an exact match be found. Well you’re in luck, here is an easy way to do it using PHP & MySQLi.

Permalink to WordPress Tips: Excluding Pages/Posts From Searches

WordPress Tips: Excluding Pages/Posts From Searches

by on 02.07.2010 | 10 comments

Sometimes you just don’t want certain pages, or posts to appear when a user searches your WordPress blog. Here is a quick & easy tip to rid your search results of those pesky posts/pages, plus an extra tip to remove pages completely.