There may be occasions when you would like to call a raw post from your WordPress powered site and insert it elsewhere on the internet. You could setup a complex cross-server MySQL query, however I decided to take a simpler approach by creating the No Theme plugin which allows you to enter the page or post URL you want to access, followed by ?no_theme=ID, where “ID” is the ID for the page or post you want to access.

Download the No theme Plugin

Tip: You can access external pages from within WordPress via the WP http API with the following code:

<?php
$response = wp_remote_retrieve_body( wp_remote_get('https://geek.hellyer.kiwi/?no_theme=4' ) );

Note: This is an unsupported plugin. It will not auto-update and I do not have time to provide technical support for it sorry.