PixoPoint No Theme plugin
Published January 15th, 2012 under Plugins
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 we decided to take a simpler approach by creating the PixoPoint No Theme plugin which allows us to enter the page or post URL we want to access, followed by ?no_theme=ID, where “ID” is the ID for the page or post we want to access.
Download the PixoPoint No theme Plugin
Tip: You can access external pages from within WordPress via the WP http API with the following code:
$response = wp_remote_retrieve_body( wp_remote_get('http://pixopoint.com/?no_theme=4' ) );
Abdullah Masud says:
Thanks, exactly what I was looking for!
June 1, 2012 at 5:33 am # //