I’m creating a new page in WordPress admin for a theme. In this new page will be a list of people registered (in a form), but with few details / information. So when a person clicks on something, I would like to open a “pop-up” (with all information) but not display this popup/page in the menus of the WordPress administration. Is there any way?
Leave a Reply
You must be logged in to post a comment.
You can use the built in ThickBox to display the popup by Ajax:
I would think you could add a css class to the body of that new admin page using a wordpress filter, then use css to hide the unwanted items within the page.
https://stackoverflow.com/questions/2466073/add-a-custom-class-name-to-wordpress-body-tag