Recent Topics

1 May 17, 2006 03:28    

I have set my blog up so that the default Blog A remains and is the "main" blog, although I have renamed it. In addition, each family member has their own blog, and all of their posts are shown on the main, as well as any direct posts.

I have customized the page to include my site wrapper, and have it showing pretty well how I want, with one small exception: what I call the "breadcrumbs" - the line with the post author, link to comments, edit, and what category the post is in.

What I would like to do is to put a link in to show what Blog the post is originally from as well as the category it's in. But I haven't been able to find or guess the correct tag to put into the code ... I keep getting the name of Blog A.

Any suggestions? Thanks in advance!

Link to Blog: http://baker.hebxi1.com/blog

2 May 17, 2006 09:07

<?php
$which_blog = Blog_get_by_ID( $Item->blog_ID);
echo '<a href="'.$which_blog->gen_blogurl().'">'.$which_blog->shortname.'</a>'; 
?> 

¥


Form is loading...