So I've been hacking away trying to figure out how to make this work the way I want. I'm getting real close to what I want. You can view my blog here:
http://piazzatraining.com/blog.php
Here is the code I am using:
Code: Select all
<?php
chdir('serendipity'); // Switch to Serendipity patch
include 'index.php';
serendipity_smarty_init(); // Start Smarty templating framework
?>
All that's left is to fix the following:
1) Turn off the border at the very top of the generated content. I think it's the result of a style somewhere...
2) Turn off the banner.
3) Change the formatting of dates on entries so that it uses a comma after the day of the month instead of a period.
That's it. I have to say that I am very impressed with Serendipity so far.
Let me know if you can help me resolve any of the issues listed above.
Thanks,
Tony