Recent Topics

1 Jun 25, 2014 07:03    

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.

2 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.


Form is loading...