Page 1 of 1

Blogs - embed in to web site

Posted: Tue Sep 02, 2008 11:03 am
by bsutcliffe
Hi,

I want to embed a very simple blog in to my web site so that I literally have something like this:

Code: Select all

<?php include 'blog-files/blogoutput.php'; ?>
<html>
...
<body>
...
<?php the_blog(); ?>
Basically I want this to work a little like the Plogger photo gallery which can be run as a stand alone gallery or can be embedded in to another page as above.

Does anybody know of any blog scripts available?