WordPress – How to load a post into an iFrame? olatechproFebruary 23, 20230 Views I need to load a single WordPress post into an iFrame⦠How to do this?Read MoreWooCommerce: get_current_screen not working with multi languageCan’t login on WordPressWordPress: Ajax not working to insert, query and result data Many thanks. Post Views: 0 Related postsGet rid of this Strict Standards warningWooCommerce: get_current_screen not working with multi languageCan’t login on WordPressForce HTTPS using .htaccess – stuck in redirect loopWordPress: Ajax not working to insert, query and result dataHow Can I pass an image file to wp_handle_upload?
A starting point, I tried this a while ago, and wasn’t impressed by how it interacted with the theme. http://wordpress.org/support/topic/can-i-put-an-iframe-on-a-wp-page Or, install a plugin that does this for Posts/Pages, and use it to see what it generates, and modify your code in index.php to work properly. http://wordpress.org/extend/plugins/embed-iframe/ Either way the url to get to your post should be included in the iframe src. Log in to Reply
A starting point, I tried this a while ago, and wasn’t impressed by how it interacted with the theme.
http://wordpress.org/support/topic/can-i-put-an-iframe-on-a-wp-page
Or, install a plugin that does this for Posts/Pages, and use it to see what it generates, and modify your code in index.php to work properly.
http://wordpress.org/extend/plugins/embed-iframe/
Either way the url to get to your post should be included in the iframe src.