Home › Forums › Backend Issues (wp-admin) › Adding Options to a CPT edit.php page in CMS › Reply To: Adding Options to a CPT edit.php page in CMS
There is nothing in ACF that will let you add a field group in that location. All ACF field groups need to be associated with a single WP “Object” (post, term, user, options page).
Also, WP does not offer any hooks to modify this page.
There may be a way to do this using JS https://solarisedesign.com/blog/adding-content-above-and-below-the-wordpress-admin-posts-table
And it might be possible to use acf_form() to add a custom form there, possibly saved as options. But, to be honest, I’m not sure that would work.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.