Tagged Questions
0
votes
2answers
879 views
Embed Wordpress Admin in an iframe
I am trying to embed the admin "new post" wordpress page into an iframe:
`<iframe height="500px" frameborder="0" width="740px" src="my_wordpress_domain/wp-admin/post-new.php"/>`
For some ...