+ Reply to Thread + Post New Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: WordPress Header.php Help

  1. #1
    Noobie
    Join Date
    Apr 2008
    Posts
    46
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default WordPress Header.php Help

    Hi Guys

    I got a free wordpress template and i'd like to change the
    picture in the header.

    where should i put my img link in the header.php?

    please if anyone could help ill appreciate that

    This is my header.php:

    [CODE]

  2. Shorten URL    SEO Services    Buy Xrumer

    Sponsored Links

  3. #2
    Noobie
    Join Date
    Apr 2008
    Posts
    187
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    IF YOU WANT TO INSERT YOUR HEADER PIC.. INSERT IT HERE!!

  4. #3
    Noobie
    Join Date
    Apr 2008
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Insert new logo into there !

  5. #4
    Noobie
    Join Date
    Apr 2008
    Posts
    46
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sorry for the stupid request its just really new to me all this php edit and codes

    can you please quote and mark bold the correct place to put the link?

  6. #5
    Noobie
    Join Date
    Apr 2008
    Posts
    39
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    in style.css find this code.....

    HTML Code:
    /***** HEADER *****/
    #header {
    ****background: url(images/header.jpg) no-repeat;
    ****width: 100%;
    ****height: 214px;
    ****position: relative;
    ****z-index: 1;
    ****color: white;
    ****font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
    }
    then you can change the header.jpg with your image...
    or you can create the new image for the header with the same name... i.e
    header.jpg and overwrite the header.jpg in "images" folder...

  7. #6
    Noobie
    Join Date
    Apr 2008
    Posts
    46
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ok This Is my img link:
    Code:
    http://freefashiontv.magnify.net/media/site/57SLPC194HC64651/header_fashion.jpeg
    Where is need to put it in this line?

    [CODE]
    *

  8. #7
    Noobie
    Join Date
    Apr 2008
    Posts
    46
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    GREAT!! i got it.

    its very simple just to add it on the images folder.

  9. #8
    Noobie
    Join Date
    Apr 2008
    Posts
    39
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    is your wp theme using this demo theme ?
    Code:
    http://web-kreation.com/demos/NightTransition/
    and the default image header is this....?

    Code:
    http://web-kreation.com/demos/NightTransition/wp-content/themes/night_transition/images/header.jpg
    if that true you can use my way... but you need to edit the image in photoshop... for the border and the search box...

  10. #9
    Noobie
    Join Date
    Apr 2008
    Posts
    46
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    yeah i saw that and working on that just now.

    but its great way and very simple.

  11. #10
    Noobie
    Join Date
    Apr 2008
    Posts
    46
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I used another template the image fits better, and i did it in the same way on the style.css on the *****HEADER***** code. just put the link there and its worked fine.

    where can i change the text color in the style.css? if its possible...

+ Reply to Thread
Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts