How do I add custom fields to my custom post type in Wordpress 3?

前端 未结 2 925
天命终不由人
天命终不由人 2020-12-23 18:14

I created a custom post type with the register_post_type function, and now I want to add custom fields to it. These must be as user friendly and integraded in the GUI as pos

2条回答
  •  青春惊慌失措
    2020-12-23 18:30

    I've written a tutorial on how to sort your custom post types by custom fields in the Wordpress admin area. I find that most times ordering a custom post type by the date posted isn't really useful.

    Can find it here: http://www.eggplantstudios.ca/blog/wordpress-order-custom-post-type-by-custom-field-in-the-admin-area

提交回复
热议问题