1
vote
2answers
47 views

Two Search pages, One search form

I have a search form that I want to place in multiple pages (it will be in different header types) I do this by using the 'get search form' function. On my Search form I have radio sections listing ...
0
votes
0answers
30 views

Incorrect template is being loaded [closed]

I have a custom category.php template within a theme which used to work. Since making changes to other template files for other types of pages, this has stopped working. Whenever I attempt to visit ...
0
votes
2answers
490 views

Form action redirect to the same page

I'm making my own theme. In my theme I have a page that display custom post using a custom query. I added a form to this page. The form contain 2 comboboxes that contain values of meta data of my ...
0
votes
1answer
28 views

Trying to put a search page on site

i'm trying to put a search page on my site. I thought it would be simple, but I am having no success. I have put a form in my header.php (which I call in my search.php page (include "header.php")) ...
0
votes
1answer
178 views

Total number of posts in query (category/tag/author/search results/main page…)

I want to know the total number of posts from the category/tag/author/search result that I am actually seeing. Say for example I am in the main page. If my posts_per_page are 10 and my pagination ...
0
votes
1answer
50 views

simple category search form returns full text - but I need excerpts

I have member pages. I set their "membership type" as a certain category. I want to search the members now. I use this simple form that does what I need, except that I need the results to display as ...
-1
votes
1answer
65 views

How to enable automatic search results in WordPress

I'm trying to find way to enable automatic search in WP. For example, I have a page mysite.com/some-thing. Within that webpage, I also want to display the content of the page mysite.com/?=some+thing. ...
0
votes
1answer
40 views

Add Filter to Ignore a Post/Page or a Number of Post/Pages

Hoping someone can assist but as part of normal WordPress theme searching, how can I add a filter as part of the search to not include certain posts/pages as part of my LOOP? For example, I want the ...
0
votes
3answers
256 views

Page 2 of Search Results shows homepage

Search bar is just under the header and menu at the top of the page. Example search: http://www.animefushigi.com/?s=bleach Scroll down and try going to page 2, see it shows homepage instead. ...
1
vote
1answer
366 views

Is there a wordpress plugin enabling an autocomplete search box, then jump to page?

I have very little experience with WordPress. I am exploring it as a potential solution for our needs. I would like to implement an autocomplete search box (a bit like jQuery's) where users could ...
2
votes
1answer
115 views

When I split a large post with <!--nextpage-->, how can a search locate users to the correct page?

I have a large post split with <!-- nextpage -->. A term resides on page 50. When I search for the term, I land on page#1. Q: How can the system auto-forward me to page#50? Thanks
0
votes
1answer
282 views

Search child pages from a specific page parent

Anyone know of an easy way to alter the default WordPress search from searching ALL pages, to searching only child pages from a specific page parent? I know of the filter you can use to alter whether ...
0
votes
1answer
431 views

Search results to be only posts & children of page ID

I'm trying to have my search results show only results that are a child of the 'news' category or a child of the 'work' page (ID = 16). This is what I have so far: function SearchFilter($query) ...
0
votes
1answer
194 views

Differentiate between posts and pages in search results

How can one differentiate between posts and pages in search results? What I need to do is show a the_time div for posts but not show it for pages, as it's irrelevant. With a function? <?php if ...
0
votes
1answer
506 views

What would causes search to return incorrect results?

Recently our site began no longer returning correct search results. When searching it returns one result that's unrelated to the inquiry. I've turned off all plugins and reverted back to a day when I ...
1
vote
2answers
610 views

WP-PageNavi plugin doesn't work with multiple pages of search results

I'm using Dilectio theme and WP-PageNavi plugin. The plugin creates links to multiple pages perfectly on every page except for the search results page. For example, when I search for the keyword ...
0
votes
2answers
483 views

Searching multiple custom post types and pages

I'm using bainternet's method for searching custom post_types and it works great. However, I've recently been requested to return more than one "specific" post type and perhaps individual pages for a ...