WordPress 管理面板主题
我想为 WordPress 管理面板创建自定义主题。 在谷歌上搜索了很多,但没有得到任何解决方案。 有什么方法可以自定义管理面板(不仅是 css,而且 html 布局也与 jquery 集成)
我想在页面上显示管理面板(选定的菜单和部分,例如添加创建帖子,管理评论),但如何在WordPress页面上显示它们(在主题中创建)
I want to create customized theme for admin panel of wordpress.
googled a lot on this but didnt get any solution.
is there any way to customize the admin panel ( not just the css but the html layout also integrated with jquery )
I thought to show the admin panel on a page ( the selected menus and sections like add create post , manage comments ) but how to show them on a wordpress page ( created in theme )
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Wordpress 本身没有管理主题,但您可以通过修改 CSS 或使用插件来更改管理面板的外观和风格。查看 WordPress Codex 中的此页面:
http://codex.wordpress.org/Creating_Admin_Themes
Wordpress doesn't have Admin themes per se but you can change the look and feel of the admin panel by modifying the CSS or using a plugin. Have a look at this page from the Wordpress Codex:
http://codex.wordpress.org/Creating_Admin_Themes
是的,您可以自定义管理面板
安装“水平管理菜单”插件。
如果您对管理面板的旧外观感到沮丧,那么这将在一定程度上解决它。
Yes you can customize the admin-panel
Install 'Horizontal admin menu' plugin.
if you are frustrated with old look of admin panel then this will solve it to an extent.
我对一个项目有相同的要求,我想在其中显示与网站相同的管理面板。
我们对此无能为力。虽然,我使用 ACF 块创建的页面看起来像管理面板中的网页。
这有助于用户了解他们正在处理哪个页面和哪个部分。
除此之外,如果您想自定义整个管理面板,我认为没有类似的东西。
I had same requirement for a project, where I wanted to show the admin panel same as the website.
There is nothing we can do about it. Although, I used ACF blocks to create the pages looks like the web pages in admin panel.
That helped the users to understand which page and what section they are working on.
Apart from this, if you want to customise whole admin panel, I do not think there is anything like that.