Wordpress Custom Table or Custom Post Types?

前端 未结 2 1309
天命终不由人
天命终不由人 2021-01-02 20:21

I am using wordpress to make a site which has job posts, and I want to know the best way to go about storing company details, as each job post must be linked to a company.

2条回答
  •  长发绾君心
    2021-01-02 21:13

    • Create an Custom post type
    • add the custom fields to that custom post type for different fields you need,

    There is no need of creating table manually,

    • http://wordpress.org/plugins/custom-post-type-ui/
    • http://wordpress.org/plugins/advanced-custom-fields/

    and you can apply the sorting on some custom field you added to the post type,

提交回复
热议问题