WordPress:以编程方式隐藏帖子窗口中的小部件

发布于 2024-09-08 17:12:24 字数 420 浏览 9 评论 0原文

我正在绞尽脑汁寻找某种方法以编程方式隐藏“Post Window”中的一些小部件。

我在 WordPress.org 上找到了一篇文章,可以很好地隐藏仪表板窗口中的一些小部件(参考:http://codex.wordpress.org/Dashboard_Widgets_API#Advanced:_Removing_Dashboard_Widgets)。但不幸的是我没有找到任何方法来隐藏帖子窗口中的一些小部件。

我想删除小部件,例如:标签、自定义字段和帖子缩略图。

有人可以帮助我吗?

谢谢你! 泰姬·辛格

I'm burning my brain to find someway to hide some widgets from "Post Window" programmatically.

I found an article on WordPress.org that worked fine to hide some widgets from the Dashboard Window (ref.: http://codex.wordpress.org/Dashboard_Widgets_API#Advanced:_Removing_Dashboard_Widgets). But unfortunately I didn't find any way to hide some widgets from Post Window.

I'd like to remove widgets like: Tags, Custom Fields and Post Thumbnail.

Can someone help me?

Thank you!
Taj Singh

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

昔梦 2024-09-15 17:12:24

这个插件听起来像是你想要的:WP-CMS Post Control:

WordPress CMS 的帖子控制
修改给你完整的
控制您的写入选项
每个用户级别/角色。它不仅
允许您隐藏不需要的项目
比如自定义字段、引用、
修订等,但也给你一个
对如何进行更多的控制
WordPress 负责创建内容。

我相信调用的相关函数是 remove_action(),尽管我还没有深入研究 WordPress 的这个领域。

This plugin sounds like it does what you want: WP-CMS Post Control:

Post Control from WordPress CMS
Modifications gives you complete
control over your write options for
every user level/role. It not only
allows you to hides unwanted items
like custom fields, trackbacks,
revisions etc. but also gives you a
whole lot more control over how
WordPress deals with creating content.

I believe the relevant function called is remove_action(), though I have not dived deep into this area of WordPress yet.

南笙 2024-09-15 17:12:24

使用remove_meta_box(),请参阅阅读函数文档直到最后

Use remove_meta_box(), see read function docs till the end.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文