Hi there,
i want to add the edit.php into an iframe.
For example, everything that is contained in the 'wrap' div into an iframe. I dont want it to show the admin header, or left hand menu.
Is that possible
I want to re-create this:
http://css-tricks.com/examples/MenuFader/
i guess not,
What about removing the admin header, logo etc just revealing the page
s_ha_dum (was apljdi)
Member
Posted 2 years ago #
You can't just get edit.php into an iframe without the header because the header (/wp-admin/admin-header.php) loads things that edit.php needs, like the WP core. I don't ever use iframes but in the ten minutes I've been trying I can't get the parent document's wp core to load in the iframe. Maybe there a way to do it but I've burned my "play time" on this one.
I don't understand why you are asking about iframes in order to reproduce that site you link to. There is not an iframe on the page.