Jump to content

Beginner in PHP using wordpress


JoeLongstreet

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.