JoeLongstreet Posted November 7, 2008 Share Posted November 7, 2008 I'm trying to include the latest blog post into a current website. This includes the entire blog: <? $a = file_get_contents("http://www.jenningspr.net/blogs/index.php"); echo ($a); ?> but I want the latest post to act as an individual object I can place anywhere I want. Is this possible and where can I find information like this? Thanks, Joe Link to comment https://forums.phpfreaks.com/topic/131796-beginner-in-php-using-wordpress/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.