Results 1 to 10 of 10

Thread: changing to banner

  1. #1
    Thread Starter
    Junior Member
    Not a Verified Customer
    justnails's Avatar
    Join Date
    Apr 2009
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    changing to banner

    Hi David,
    I'm testing the theme because until I get the portuguese version there is no point doing anything on it. Also how do I change the top banner that says eanuncios (www.e-anuncios.org)? I've been reading about it but when I go look at the code I can't find the line. I want to place a full size banner at the top.

    Thanks,
    Ana

  2. #2
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: changing to banner

    Go into the header.php file and you'll find the code to edit there.

  3. #3
    Thread Starter
    Junior Member
    Not a Verified Customer
    justnails's Avatar
    Join Date
    Apr 2009
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: changing to banner

    I have been there over and over again but I can't identify the exact line to edit.

  4. #4
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: changing to banner

    You'll want to replace this code with your banner code in header.php:

    Code:
    <h1><?php bloginfo('name'); ?></h1>
    
    
    <?php bloginfo('description'); ?>

  5. #5
    Thread Starter
    Junior Member
    Not a Verified Customer
    justnails's Avatar
    Join Date
    Apr 2009
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: changing to banner

    Quote Originally Posted by dcowgill
    You'll want to replace this code with your banner code in header.php:

    Code:
    <h1><?php bloginfo('name'); ?></h1>
    
    
    <?php bloginfo('description'); ?>
    Hi David,

    Thanks. My banner file is a jpeg. I'm not the best at generating codes. I completely replaced this code with a new one, and which code would that be. I normally know how to change existing codes and replacing the jpg file not creating new code.

    Ana

  6. #6
    Veteran pointandstare's Avatar
    Join Date
    Apr 2009
    Location
    London, England
    Posts
    311
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Re: changing to banner

    That line is the blog name therefore you need to go to:
    Admin > Settings > General and change it there.

  7. #7
    Thread Starter
    Junior Member
    Not a Verified Customer
    justnails's Avatar
    Join Date
    Apr 2009
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: changing to banner

    Quote Originally Posted by PointandStare
    That line is the blog name therefore you need to go to:
    Admin > Settings > General and change it there.
    Thanks,

    But I want to upload a banner that I made with photo shop not erase or change the title. can I enter there an image url?

    Ana

  8. #8
    Thread Starter
    Junior Member
    Not a Verified Customer
    justnails's Avatar
    Join Date
    Apr 2009
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: changing to banner

    Hi David. Everything seems to be working fine. No I want to add a banner in jpg. I read what you said about removing the line, but what is the code to place the banner. Do I type in an image url and if yes what is the code. The banner I will upload to my server in public files and then how do I set it up?

    thanks again

  9. #9
    Thread Starter
    Junior Member
    Not a Verified Customer
    justnails's Avatar
    Join Date
    Apr 2009
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: changing to banner

    my site www.e-anuncios.org it was a long delivery but I'm pleased it's finally working!

    Ana

  10. #10
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: changing to banner

    Ana-

    Upload your image into the /wp-content/themes/classipress/images/ directory and then add this line of code (put the correct .jpg file name in there first) in the header.php file where you want the image show up:

    Code:
    [img]<?php bloginfo('template_url'); ?>/images/YOUR-IMAGE-NAME.jpg[/img]

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)