Page 1 of 1
displaying body in front page
Posted: Sun Nov 06, 2005 12:28 pm
by rs3
Code: Select all
<?php
$current_path = getcwd();
chdir('/path/to/your/s9y/');
include_once('serendipity_config.inc.php');
$entries = serendipity_fetchEntries(null, true, 1);
echo {$entries[0]['body']};
chdir($current_path);
?>
i used above code to display body of the my latest entry in the frontpage of my website. But it displays all the body as one paragraph even if it has several paragraphs. How can I restore the orginal paragraphs in the front page? If it is not possible to restore the original paragraphs, will it be possible to display only the first paragraph in the frontpage, instead of the whole body?
thank you very much
Re: displaying body in front page
Posted: Sun Nov 06, 2005 2:16 pm
by garvinhicking
Please do not crosspost questions. I've answered in the other thread you asked in.
Best regards,
Garvin