Tagged Questions
0
votes
3answers
117 views
problem in query_vars parameters
I've a problem. I've tried a lot of things but I could not find a solution.
I use query_vars parameters in this page and there isn't any problem. But i don't use different parameters or the same ...
0
votes
1answer
57 views
wp_query monthnum parameter ignored [closed]
I'm dynamically building a query into a variable called $qstring and then executing it
When it looks like post_type=post&posts_per_page=4&order_by=modified&monthnum ...
0
votes
3answers
723 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 ...
0
votes
1answer
87 views
Pre-existing arguments when using queries
I am struggling to understand how queries work with get_posts(), query_posts() and WP_Query().
In particular I do not understand what pre-existing selection may exist when using these on a given page ...