Wildcard Usage:* matches any number of characters% matches exactly one character
Vladimir's WordPress Forum Themes Exclude sticky posts at the top
Exclude sticky posts at the top
11:3626 April, 2010
Werlisa
Post edited 12:03 – 26 April, 2010 by Werlisa
Hi, In my theme I have this code to display the post and I want to exclude the sticky post at the top so that they regain a normal order.
$posts = query_posts($query_string . '&orderby='.$orderby.'&meta_key='.$key.'&order='.$order.'');
I know I have to use this code but not as you insert it into the existing code. query_posts('caller_get_posts=1'); What I have to do?
Guest Name (Required):
Guest Email (Required):
Guest URL (required)
Math Required! What is the sum of: 1 + 5
Vladimir’s WordPress Forum
Exclude sticky posts at the top
11:36
26 April, 2010
Werlisa
Post edited 12:03 – 26 April, 2010 by Werlisa
Hi,
In my theme I have this code to display the post and I want to exclude the sticky post at the top so that they regain a normal order.
$posts = query_posts($query_string . '&orderby='.$orderby.'&meta_key='.$key.'&order='.$order.'');
I know I have to use this code but not as you insert it into the existing code.
query_posts('caller_get_posts=1');
What I have to do?