Recent Topics

1 Oct 10, 2005 14:57    

Hi,

Since I've added an header that displays blog's name, I no longer want name's blog to appear above the logo. So I removed it from "blogs=myblog=>settings =>General parameters=>Complete name" (or something like that, I use the italian version). But the name also disappeared from both Title (in browser's window) and sidebar (upon blog's description).

My question is: how to remove blog's name ONLY from blog's body (just above the logo header)?

My website is: http://www.silenzi.com.

Thank you guys for your support. You are GREAT

2 Oct 10, 2005 16:04

You only want to delete you blog's name in your skin.
You don't want it to show in your skin, but you do want your blog to have a name.

So what you do, is look in your skin in the file _main.php for something like this :

<?php $Blog->disp( 'name', 'htmlbody' ) ?>

That is what's showing your blogs name.

3 Oct 10, 2005 16:27

Thank you so much, it worked out fine!

Francesco


Form is loading...