删除 WordPress 主题小部件支持

发布于 2024-11-04 01:14:37 字数 409 浏览 0 评论 0原文

我正在为使用最新版本 Wordpress 的客户创建一个主题。他们网站的主题/设计不显示小部件或侧边栏。如何从管理面板的侧边栏中删除“小部件”链接?另外,在“管理主题”页面下,我的主题选项显示“小部件 | 菜单”。如果可能的话,我还想删除“小部件”链接。

screenshot
(来源:skitch.com

I am creating a theme for a customer using the latest version of Wordpress. The theme/design for their website doesn't not display widgets or a sidebar. How can I remove the "Widgets" link from the sidebar in the admin panel? Also, under the "Manage Themes" page The options for my theme say "Widgets | Menus". I would also like to remove the "Widgets" link if possible.

screenshot
(source: skitch.com)

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

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

发布评论

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

评论(1

甜心 2024-11-11 01:14:37

这可以通过更改本文中描述的全局 $menu 数组来完成。

http://www.wprecipes.com/how-to-remove -menus-in-wordpress-dashboard

取消注册主题选项应该可以通过子主题functions.php 文件中的覆盖来实现。

This can be done by altering the global $menu array described in this article.

http://www.wprecipes.com/how-to-remove-menus-in-wordpress-dashboard

Unregister the theme options shuld be possible by overridable in the childthemes functions.php file.

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