21 Sep

How To Add Custom Logo To B2Evolution Blog

Filed under: Blogging No Responses

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.

Popularity: 1% [?]

If you enjoyed this post, make sure you subscribe to my RSS feed!

Related posts:

  1. Migrating >> B2Evolution To Wordpress
  2. How To Insert Iframe In Wordpress Posts and pages
  3. How many Plugins you use in wordpress blog
  4. How to change header image of wordpress blog
  5. Unable to create directory – Is its parent directory writable by the server?
  6. How To remove wordpress “Just another wordpress blog”
  7. How to Add New Sidebar To Wordpress
  8. How to Add Your Blog To Amatomu
  9. Wapkids blog – Welcome to our community
  10. Lithuanian, Ukrainian, or Latvian Make Money With Adsense.
  11. How to save Ftp Information in wordpress
  12. Wordpress Must Have Update 2.8.4
  13. Seo Software Best For Blog
  14. How to Create Free Blog With Yahoo 360
  15. How to create your own 3D wall For Your Blog
  16. Blog / XML Promotion
  17. How To Automatically Resize Images In Wordpress Blogs
  18. Transferring Wordpress Blog hosting
  19. how to move itunes to external hard drives & computers
  20. Add your blog link free
  21. How to Adsense in middle of Blog post blogspot
  22. document.write unescape problem wordpress
  23. How To Put Adsense On Top Of Blog Post
  24. Make Money With Blogspot and adsense search
  25. How To Add Twitter Updates To Wordpress Blog

Written on September 21 2009 and is filed under Blogging. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply