admin管理员组文章数量:1421898
There is an order field when editing pages, so you can easily rearrange them, this is missing at posts, I`m thinking that there must be a simple scrip that adds this functionality to posts too.
I tried googling it, with no luck, I do not want to use a plugin if it can be done with a simple script.
thank you
There is an order field when editing pages, so you can easily rearrange them, this is missing at posts, I`m thinking that there must be a simple scrip that adds this functionality to posts too.
I tried googling it, with no luck, I do not want to use a plugin if it can be done with a simple script.
thank you
Share Improve this question asked Feb 22, 2020 at 14:52 Botond VajnaBotond Vajna 4714 silver badges11 bronze badges 2- can you show me at least one please? – Botond Vajna Commented Feb 22, 2020 at 15:02
- @MaxYudin different people get different results on Google, what works for you may not work for them, so be nice – Tom J Nowell ♦ Commented Feb 22, 2020 at 16:15
1 Answer
Reset to default 2I find it:
add_action( 'admin_init', 'posts_order' );
function posts_order()
{
add_post_type_support( 'post', 'page-attributes' );
}
本文标签: Add post order like page order
版权声明:本文标题:Add post order like page order 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744723124a2621813.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论