[wp-trac] [WordPress Trac] #12702: Enable sticky post checkbox for custom post type Publish metabox
WordPress Trac
wp-trac at lists.automattic.com
Thu Oct 7 08:46:51 UTC 2010
#12702: Enable sticky post checkbox for custom post type Publish metabox
-----------------------------+----------------------------------------------
Reporter: phlux0r | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: 3.1
Component: Post Types | Version:
Severity: normal | Keywords: needs-patch
-----------------------------+----------------------------------------------
Changes (by nacin):
* milestone: Future Release => 3.1
Comment:
The implementation of #8466 is affected by this.
I was talking with dd32 and we were wondering whether we could indeed get
away with storing custom post type stickies in
`get_option('sticky_posts')`. The only contraindication I can think of is
a theme that fetches that value and counts it, or something along those
lines. As it is, that approach is already flawed, as a post can be sticky
but doesn't need to be published, so their count would be off. Thus, we're
only adding an additional dynamic as allowing posts of other types to be
stickies.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12702#comment:19>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list