1 claygordon Jan 08, 2008 22:12
3 claygordon Jan 09, 2008 02:44
Sam:
Thanks for the link. That does not appear to be what I am looking for. However, it did suggest looking at the source a little more closely.
In _main.php file for Nautica2lg skin I see the following fragments:
<title><?php
$Blog->disp('name', 'htmlhead');
request_title( ' - ', '', ' - ', 'htmlhead' );
?></title>
AND
<div id="wrapper-header3">
<h1 align="center"><a href="<?php bloginfo('url'); ?>"><?php $Blog->disp( 'name', 'htmlbody' ) ?></a><br />
</h1>
</div>
I want to display the 'name' in the <title> block but not the wrapper-header3 block. Is it as simple as just deleting the entire content of the div?
4 john Jan 09, 2008 02:53
It's worth a try :)
Just remember to backup files before you edit them...
5 sam2kb Jan 09, 2008 02:55
Try to remove
<?php $Blog->disp( 'name', 'htmlbody' ) ?>
6 claygordon Jan 09, 2008 15:19
Thanks Sam2kb - that did the trick.
sam2kb wrote:
Try to remove
<?php $Blog->disp( 'name', 'htmlbody' ) ?>
But not the ENTIRE CONTENT of the div :)
You may want to read this post
http://forums.b2evolution.net//viewtopic.php?t=13615&start=0&postdays=0&postorder=asc&highlight=
It's about 2.x version, but you can try.