View Full Version : Wordpress Embedding?


douglasMAH
08-11-2006, 07:10 PM
I've been attempting to embed the wordpress blog into my site. The code I have is:

<? include('http://www.mydomain.com/wordpress/index.php'); ?>

what am I doing wrong?

hdshngout
08-13-2006, 11:50 AM
<?php
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./wordpress/wp-blog-header.php');
?>

douglasMAH
08-13-2006, 02:09 PM
Well, I just wanted the posts to show up...I didn't get an error message, but it's not showing up the way I had hoped...