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?