Hi... i´ve been using the multiblogs code and when i use this piece of code as an include in my home page:
while( $Item = $BlogBList->get_item() )
{
?>
<p><img src="images/icon_minipost.gif" border=0 class="middle">
<?php $Item->categories(false); echo', '; $Item->issue_date(); echo ', '; $Item->issue_time() ?>
most of time i get instead of the category name listed, a blank...
so all i see is
(icon_minipost) -BLANK- , date, time
No category where it should be, just a blank space and the comma.
Any ideas why this is happening and how to fix it?
Note:
you can see the output im getting here, this is the included file
http://www.noticierodigital.com/b2evo/soc_gente.php
Try removing the false in the parenthesis or enclosing it in quotes.