Closed. This question is off-topic. It is not currently accepting answers.admin管理员组文章数量:1026125
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.
Closed. This question is off-topic. It is not currently accepting answers.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 4Note: 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.
- Welcome to WordPress Stack Exchange! We love to help you. But normally 3rd party premium plugins are considered to be off-topic for this Q+A. Have you already tried stackoverflow/a/34786256/2199525? Seems a perfect match. This one hollerwp/customize-woocommerce-checkout-page seems promising as well. – norman.lol Commented Apr 3, 2019 at 6:35
- @leymannx: Please note that the original intent of the OP is on topic, may be some wording is a bit off. I've now edited the question to fix that too. – Fayaz Commented Apr 5, 2019 at 17:50
- @Fayaz – Please note that OP didn't tell us what they've tried themselves so far and where exactly they are stuck. Nor did they provide any context or background information. This question should be flagged and closed instead of being reworded. It still is too broad and therefore will lead to answers only of the same low quality. Bad. – norman.lol Commented Apr 5, 2019 at 20:46
-
@leymannx I respectfully disagree. The topic of
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
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://it.en369.cn/questions/1745623227a2159703.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