WordPress.org

Forums

How to Change my website title (6 posts)

  1. presh22
    Member
    Posted 1 year ago #

    The area where by default reads "another wordpress website" as well as the background color of the header?

  2. Tara
    Member
    Posted 1 year ago #

    admin - settings - general

  3. presh22
    Member
    Posted 1 year ago #

    t-p,

    THANK YOU SO MUCH!!

  4. aimnz
    Member
    Posted 1 year ago #

    I am a newbie and have just changed the theme of my site and lost the title. I would like to edit it and add a .png logo image but don’t know how to do that.

  5. Tara
    Member
    Posted 1 year ago #

    @presh22, you are welcome :-)

  6. varunms
    Member
    Posted 1 year ago #

    Hi

    @aimnz

    I Can Help In This

    To Add Logo In Header

    Open Header.php And Find The Below One

    <div id="blogname">
    			<h1><a href="<?php bloginfo('siteurl');?>/" title="<?php bloginfo('name');?>"><?php bloginfo('name');?></a></h1>
    		</div>

    And Replace The Above With The Below One

    <div id="blogname">
    			<h1><img src=" correct image path " /></h1>
    		</div>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.