CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
PHP Problems
Search.php
realph
Permalink to comment
#
June 2010
Hey there, I'm using a different search form on my WordPress site and would like it to (when searched) target the search.php file in my theme.
<form name=\"SearchForm\" method=\"post\" id=\"DezrezSearchForm\" action=\"\">
^ ^ What would I put as the action?
chriscoyier
Permalink to comment
#
June 2010
Just the root of your wordpress install should work. e.g.
http://css-tricks.com
for this site.
Add a Comment
^ ^ What would I put as the action?