Forums

replacing text header with image (7 posts)

  1. paperboi
    Member
    Posted 7 months ago #

    I want to replace the text at the top of my site to a customized logo and i'm using wordpress version 2.6.3.

    Please advise.

  2. esmi
    Member
    Posted 7 months ago #

    A link to your site would help.

  3. paperboi
    Member
    Posted 7 months ago #

    sorry...

    http://www.kreativesouls.com

    i'm using samk pixeled

  4. pixonad
    Member
    Posted 7 months ago #

    Are you OK playing around with PHP? If yes...

    Go to Appearance > Editor (in your admin dashboard)
    Most probably the site title is in header.php
    Look for
    <?php bloginfo('name'); >
    replace with
    <img alt="<?php bloginfo('name'); ?>" src="<?php bloginfo('stylesheet_directory'); ?>/images/logo.png" />

    Use appropriate path for the image.

  5. paperboi
    Member
    Posted 7 months ago #

    i'm familiarizing myself with it as we speak... do i have to upload the image first? and if so, what do i name it?

    I hate to sound like such a novice, but i am.

    your help is appreciated.

  6. paperboi
    Member
    Posted 6 months ago #

    great advice pixonad!! that did the trick!!!!!

    http://www.kreativesouls.com

  7. jpalancio
    Member
    Posted 1 month ago #

    Yes, kudos! Thanks heaps, pixonad -- this has been driving me nuts!!!

    Jack

Reply

You must log in to post.

About this Topic