RECENT POSTS

TWITTER UPDATES

How To Add Custom Logo To B2Evolution Blog

Posted by admin On September - 21 - 2009 Comments Off

Go To Folder

/skins/custom/_main.php:
Look For this code

<div>
<h1 id="pageTitle"><?php $Blog->disp( 'name', 'htmlbody' ) ?></h1><div><?php $Blog->disp( 'tagline', 'htmlbody' ) ?></div>
</div>

Insert at this place

Insert the code for your image like this:

Code:

<div>
<img src="img/Yourlogoname.jpg" alt="My logo" style="float:left" />
<h1 id="pageTitle"><?php $Blog->disp( 'name', 'htmlbody' ) ?></h1>
<div><?php $Blog->disp( 'tagline', 'htmlbody' ) ?></div>
</div>

Upload your image to the /skins/custom/img folder.

Make sure that you change the image Logo url name with your image name while uploading.

Just $ a day - Advertisement Book Now

Comments are closed.