2 kittenplay Jun 26, 2014 02:19@kittenplay wrote earlier:Hello all. I have multiple blogs and I need to be able to display the name of the blog. Does anyone know how to do this with a hack? echo $Title; is not working Thank you much. The answer is: <?php echo $Blog->disp( 'name' ) ?> for anyone who needs to know how to do this.
@kittenplay wrote earlier:
The answer is:
<?php echo $Blog->disp( 'name' ) ?>
for anyone who needs to know how to do this.