[wp-trac] [WordPress Trac] #36799: Extra field in wp_posts table (was: IDEA ! ! EXTRA-FIELD in WP_POSTS)

WordPress Trac noreply at wordpress.org
Tue May 10 08:19:56 UTC 2016


#36799: Extra field in wp_posts table
-------------------------------+------------------------------
 Reporter:  selnomeria         |       Owner:
     Type:  feature request    |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Posts, Post Types  |     Version:
 Severity:  normal             |  Resolution:
 Keywords:                     |     Focuses:
-------------------------------+------------------------------
Changes (by swissspidy):

 * component:  General => Posts, Post Types


Old description:

> I had an idea, if there was an extra column in WP_POSTS database table,
> so, i could save my different custom_fields into serialized string... so,
> there wont be need of GET_POST_META queries, but only $post->extra_fields
> will include all info...
>
> currently, i myself, use post_content_filtered for this job...
>
> https://wordpress.org/plugins/feature-request/

New description:

 I had an idea, if there was an extra column in `wp_posts` database table,
 so, i could save my different custom_fields into serialized string... so,
 there won't be a need for `get_post_meta()` queries, but only
 `$post->extra_fields` will include all info...

 currently, i myself, use `post_content_filtered` for this job...

 https://wordpress.org/plugins/feature-request/

--

--
Ticket URL: <https://core.trac.wordpress.org/ticket/36799#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list