admin管理员组文章数量:1130349
I have created a custom post type called groups which is now available in the dashboard of the admin console on WordPress. I now want to be able to add multiple groups to posts. Similar to how one can add tags to posts. I would really appreciate some solutions to how I can go about doing so. thank you in advance.
I have created a custom post type called groups which is now available in the dashboard of the admin console on WordPress. I now want to be able to add multiple groups to posts. Similar to how one can add tags to posts. I would really appreciate some solutions to how I can go about doing so. thank you in advance.
Share Improve this question asked Nov 13, 2018 at 9:04 Sanjana NanjappaSanjana Nanjappa 135 bronze badges 3- You should use taxonomy to associate posts. CPTS was not designed to be used this way. Or create custom tables. – sandrodz Commented Nov 13, 2018 at 9:09
- I want to able to add these groups to the posts. Is that not possible? – Sanjana Nanjappa Commented Nov 13, 2018 at 10:34
- Anything is possible since WordPress is just php and mysql database. But the question is, do you have enough knowledge and time to undertake things that are this far from standard way of doing things? Why not just use taxonomy, since this is what you will be using your groups for anyways. – sandrodz Commented Nov 13, 2018 at 14:22
1 Answer
Reset to default 0Here is a plugin which does exactly what I asked for and it is very simple to use. https://github/scribu/wp-posts-to-posts
I have created a custom post type called groups which is now available in the dashboard of the admin console on WordPress. I now want to be able to add multiple groups to posts. Similar to how one can add tags to posts. I would really appreciate some solutions to how I can go about doing so. thank you in advance.
I have created a custom post type called groups which is now available in the dashboard of the admin console on WordPress. I now want to be able to add multiple groups to posts. Similar to how one can add tags to posts. I would really appreciate some solutions to how I can go about doing so. thank you in advance.
Share Improve this question asked Nov 13, 2018 at 9:04 Sanjana NanjappaSanjana Nanjappa 135 bronze badges 3- You should use taxonomy to associate posts. CPTS was not designed to be used this way. Or create custom tables. – sandrodz Commented Nov 13, 2018 at 9:09
- I want to able to add these groups to the posts. Is that not possible? – Sanjana Nanjappa Commented Nov 13, 2018 at 10:34
- Anything is possible since WordPress is just php and mysql database. But the question is, do you have enough knowledge and time to undertake things that are this far from standard way of doing things? Why not just use taxonomy, since this is what you will be using your groups for anyways. – sandrodz Commented Nov 13, 2018 at 14:22
1 Answer
Reset to default 0Here is a plugin which does exactly what I asked for and it is very simple to use. https://github/scribu/wp-posts-to-posts
本文标签: custom post type to post association in wordpress
版权声明:本文标题:custom post type to post association in wordpress 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749179069a2328293.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论