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.
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