0
votes
1answer
95 views

Display posts from an author using search parameters (not author template/query_posts)

Is there a way to retrieve a list of all the posts by an author using search (example: ?s&author=xxx)? I can't use query_posts or author template (don't ask why, take it as a condition). And it ...
0
votes
3answers
721 views

Passing url parameters with search form [closed]

I'm trying to let users have a filter option when they submit a search. My search form: <form class="searchform" method="get" action="http://www.example.com/"> <input ...