The sticky-post tag has no wiki summary.
2
votes
2answers
3k views
Wordpress 3.1 - How does one add sticky post capabilities to post types
In wordpress 3.1 they finally added the option of allowing posts belonging to a custom post type to be marked as "sticky"... what I can't figure out though is how to enable this so the admin menu ...
5
votes
3answers
346 views
How to add “Stick this post to the front page” to front end?
I have a baseball related website with multiple authors. I use the "Stick this post to the front page" to denote an "Editor's Pick" on an article. I would like to add a link/button to allow editor to ...
1
vote
2answers
592 views
Using categories & “stickyness” together
I've got a custom query on my homepage showing all posts in a certain category. I need this query to respect sticky posts, but it seems from my research that category queries ignore stickyness. My ...
0
votes
2answers
814 views
How to retrieve “sticky” post outside the “loop”?
I need to display the "sticky" post in a section that is outside the "loop".
Can someone tell me how to do this?
3
votes
0answers
373 views
Sticky Posts & Posts Per Page [closed]
I notice that sticky posts will disregard the posts_per_page param? Like I have a query like
$q = new WP_Query(array( 'posts_per_page' => 4, ... ));
If there are 3 sticky posts, I will get 6 ...
2
votes
2answers
1k views
How to make my front page display only the most recent sticky post, plus usual widgets?
WP 3.3.1, Suffusion 4.0.2
I am trying to figure out how to make my front page display only the most recent post marked sticky. I can't find how to do this in the documentation.
What I'm trying to ...