Embedding
Posted: Sun Mar 26, 2006 9:46 pm
Hello there!
I see, my subject was here before, but no thread was helping me out.
I made an own layout using YAML and want to embed Serendipity there. BTW: Serendipity is really cool. In my option even a little better than Wordpress which seems nice (tested it once).
First ist tried to include the index.php via php "include"- or "require"-function like this:
After that I got managed to list left and right sidebar seperated using the plugin-class-function. Also works great.
The Problem: The blog posts/articles are never displayed. I can only see them if I look up the original index.php...
Any suggestions? Maybe I just can't look at my code anymore
Greetings
An0nym0us
I see, my subject was here before, but no thread was helping me out.
I made an own layout using YAML and want to embed Serendipity there. BTW: Serendipity is really cool. In my option even a little better than Wordpress which seems nice (tested it once).
First ist tried to include the index.php via php "include"- or "require"-function like this:
I got the page but only the left an right sidebar.<?php
chdir("<serendipity_dir>");
require("index.php");
chdir("<original_dir>");
?>
After that I got managed to list left and right sidebar seperated using the plugin-class-function. Also works great.
The Problem: The blog posts/articles are never displayed. I can only see them if I look up the original index.php...
Any suggestions? Maybe I just can't look at my code anymore
Greetings
An0nym0us