Tagged Questions
0
votes
1answer
38 views
Search Form Not Working
www.milknhny.co.uk/ClearWatch
Im using a basis of the Twenty Twelve theme and im using the below script (yes i know that the wrappers are not correct as yet)
However its defaulting back to the main ...
0
votes
1answer
40 views
The normal loop with different styles doesn't work in search.php
This code in the search.php file does not work:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php if( get_post_type() == 'post' ) {?>
<div id="post">
...
0
votes
1answer
31 views
altering search terms
How can you filter or alter the search terms that users enter into a search field? Is there a hook available?
The idea is to use this function to filter out 2-3 letter "filler" words ("on", "and", ...
0
votes
1answer
68 views
Search.php gets metadata from first post
I've got this in header.php in <head> section:
$page_color = get_post_meta($post->ID, 'page_color', true);
It works fine because it gets correct page_color for posts and pages but when I ...
0
votes
0answers
193 views
Why is my Starkers Theme Search.php template breaking [closed]
I am using the Starkers Theme as a foundation to build my WordPress theme and I have noticed the search.php page completely breaks the design of my site. Does anyone have similar experience with this ...
1
vote
1answer
579 views
Custom Taxonomy Tag Search
I have an existing WordPress search function, what I'd like to be able to do is extend the search to the tags from my custom taxonomy...how do I do that?
<form method="get" id="searchform" ...
0
votes
1answer
503 views
Search Results not displaying for multiple word search
I've customized a theme and am having some problems with search results using multiple-word queries. Site is live at www.abetterworldbydesign.com
Searching for a single word works as expected.
...
4
votes
3answers
4k views