|
I think I figured a bit of the answer out on my own. I forgot one of the files has a search bar in it. You put anything you want in there and it returns a page. Here's the code:
[code]
<form method=get action="{site_url}/search_redirect.php">
<input type=text name=search_tag>
<input type=submit value="Search">
</form>
[code]
Now I just need to figure out how to make it so when someone clicks on say "Voodoo Glow Skulls" link on the menu it makes search_tag = voodoo glow skulls and process the rest.
|