Blogs - embed in to web site

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bsutcliffe
Forum Newbie
Posts: 3
Joined: Fri Aug 08, 2008 10:50 am
Location: Newbury, Berks, UK

Blogs - embed in to web site

Post 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?
Post Reply