Editing Wordpress

Discussion in 'HTML & Website Design' started by lawrenceq, Feb 9, 2007.

  1. #1
    I plan on using this wordpress theme for one of my sites. How do I get rid of that big ass Neo-Sapien v0.6 banner and add my own?
     
    lawrenceq, Feb 9, 2007 IP
  2. MrMarco

    MrMarco Active Member

    Messages:
    140
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #2
    Pretty east actually. Without having access to the themes files I can get you pretty close. If I had the theme's files I could be more exact, but here's the basic file path on your ftp...

    /htdocs/wp-content/themes/*theme name*/images/*what ever the name of the header image is*

    Make your own header banner to match the size of that one and upload it to the same folder as the original one. You can name it whatever you want, but then you'll have to change the name in the header.php and maybe other places depending on the theme. I suggest using the same name as the original one and simply replace it.

    I hope that helps...
     
    MrMarco, Feb 9, 2007 IP
  3. Blame Me

    Blame Me Guest

    Messages:
    162
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Find this line in the code (which should be in the header.php file)

    <div id="header"><img src="http://www.wpdesigner.com/wp-content/themes/neo-sapien-v06/images/main.jpg" width="480" height="250" alt="Header" /></div>

    And then replace the bit in bold with your image.

    Just as MrMarco points out.

    :D
     
    Blame Me, Feb 9, 2007 IP
  4. lawrenceq

    lawrenceq Peon

    Messages:
    333
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks for the info fellas.
     
    lawrenceq, Feb 9, 2007 IP