i work with restaurant plugin that use custom post type. the question is, if it possible to select some post and make him sticky (always be in the top)...
The following snippet is from a sidebar widget that lists “recent posts”. Since its on the home page and I feature my lastest sticky post prominently on that page,...
I am using WP 3.0.3 and I would like to exclude sticky posts from my query: This doesn’t seem to work: <?php query_posts( 'posts_per_page=9&cat=-1,-2&ignore_sticky_posts=1' );?> To get JUST the...
I have a custom post type (CPT) called property. I have registered a featured property metaboxfor it as explained in this question “How do I create a featured post...
I am writing custom ajax pagination for a Blog archive page and I am running into an issue with sticky posts. The default functionality of sticky posts when using...
I’d like to display the most two recent published sticky posts by modifying the primary loop. A simple affair with the following loop. However, if I schedule a sticky...
Background: The WordPress Answers site has two questions which ask about how to enable sticky posts on custom post types (see how to make custom posts sticky? and Enable...
All is in the title. Does someone know a way to do that ? Thanks ! 1 Answer 1 Though may not be intuitive, one needs the capability edit_others_posts...
I have a small problem with this function ! I would like to exclude all sticky post from my query but when I do it, it breaks my pagination....
In WordPress, Custom Post Types do not have Sticky functionality as a core feature. It is possible, I’m sure, to create it in certain cases—and I’m working on a...