SMFHacks.com

Modifications/Themes => General SMF Forum => Topic started by: KnightRobby on July 17, 2007, 02:21:09 am

Title: Need SSI Code For "Recent Blogs"
Post by: KnightRobby on July 17, 2007, 02:21:09 am
So far I know the basic code to grab the most recent blog entry, but I don't know exactly what to do with it.  What I want to do is just have 10 Recent Blog Entries (title only, that is linkable) on my front page.  So far the below code shows the recent blog entry, but includes the excess stuff like the actual blog content - I just want the blog title, which should link to the blog entry.  Can anyone help with this?

Code: [Select]
<?php require("/home/webquadc/public_html/sitebb/SSI.php");
?>


<?php

ssi_viewblogs
($num_recent 10$length 250$include_blogs = array(123418531), $output_method 'echo');

?>

However, I am only wanting to display the BLOG title, which is linkable.  Do you know how I can get rid of the "access baggage," such as the actual blog text and such?

Thanks again!  Really appreciate it!
Robby :)