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?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
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. http://stackoverflow.com/questions/2466073/add-a-custom-class-name-to-wordpress-body-tag |
|||||||
|