Problem with the search feature with my theme
-
Im in the middle of setting up my blog – blog.ukdic.co.uk and have a problem with the search feature. Im using the “magazine” style theme.
The problem Ive got, is that it doesnt work.
Ive checked the relavant files (search.php and searchform.php) and they appear to be ok. However I think the problem is with the header.php.
<div id="menu"> <ul> <li><a href="<?php bloginfo('url'); ?>">Home</a></li> <?php wp_list_pages('title_li='); ?> </ul> <strong><form method="get" action="#"></strong> <div id="search"> <input type="text" name="s" value="Enter Keywords Here ..." /> </div> </form> </div>I have highlighted the line that I think is wrong. Should the action paremeter be =”#” ? To me that suggests that its a dead link.
Do I need to replace the “#” link with something else, if so, what?
Thanks in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Problem with the search feature with my theme’ is closed to new replies.