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 Quote Link to comment https://forums.phpfreaks.com/topic/131796-beginner-in-php-using-wordpress/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.