Closed. This question is off-topic. It is not currently accepting answers.admin管理员组文章数量:1434949
Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 6 years ago.
Improve this questionI’m trying to find information on how to edit admin pages in WordPress.
Custom pages can be overridden in the site template, but I still do not understand how to deal with the admin.
Closed. This question is off-topic. It is not currently accepting answers.Note: In my case this is the WooCommerce order edit page, but you may provide the generic solution to the problem. The main thing is to make changes to the admin page.
Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 6 years ago.
Improve this questionI’m trying to find information on how to edit admin pages in WordPress.
Custom pages can be overridden in the site template, but I still do not understand how to deal with the admin.
Share Improve this question edited Apr 5, 2019 at 17:47 Fayaz 9,0172 gold badges33 silver badges51 bronze badges asked Apr 2, 2019 at 23:16 KRasulKRasul 213 bronze badges 4 |Note: In my case this is the WooCommerce order edit page, but you may provide the generic solution to the problem. The main thing is to make changes to the admin page.
1 Answer
Reset to default 1There are no templates for the admin pages. You have two options to manipulate them, anyway:
Use filters to edit the pages (See the WordPress codex).
Change the page using CSS (also using a hook or use an existing plugin like Add Admin CSS).
There are more plugins that help you changing the admin backend - a recommendation depends a bit on what exactly you want to change.
本文标签: pluginsEditing admin pages in WordPress
版权声明:本文标题:plugins - Editing admin pages in WordPress 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745623228a2666813.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
Editing admin pages
can be a couple of lines answer, the accepted answer reflects that. Having said that, it can be made into a very broad answer. Even so, it's borderline on topic. IMHO, to welcome new users, we should allow this much. – Fayaz Commented Apr 6, 2019 at 6:05