Blogs - embed in to web site
Posted: Tue Sep 02, 2008 11:03 am
Hi,
I want to embed a very simple blog in to my web site so that I literally have something like this:
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?
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(); ?>Does anybody know of any blog scripts available?