Title: Image Header
Last modified: August 20, 2016

---

# Image Header

 *  Resolved [mareksgregs](https://wordpress.org/support/users/mareksgregs/)
 * (@mareksgregs)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/image-header-3-2/)
 * Hi,
 * Can someone guide me on how to implement an image header to my site?
 * [http://wordpress.org/extend/themes/frisco-for-buddypress/](http://wordpress.org/extend/themes/frisco-for-buddypress/)

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/image-header-3-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/image-header-3-2/page/2/?output_format=md)

 *  [Cidade Sonho](https://wordpress.org/support/users/somdefabrica/)
 * (@somdefabrica)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/image-header-3-2/#post-3300039)
 * [@mareksgregs](https://wordpress.org/support/users/mareksgregs/) it´s easy
 * let´s go
 * 1 – Open Header.php on Frisco Theme
 * 2 – Search `<h1 id="logo" role="banner"><a href="<?php echo home_url(); ?>" title
   ="<?php _ex( 'Home', 'Home page banner link title', 'buddypress' ); ?>"><?php
   bp_site_name(); ?></a></h1>`
 * 3 – Change to `<h1 id="logo" role="banner"><img border="0" src="IMAGE URL" width
   ="0" height="0"></h1>`
 * Ok?
 *  Thread Starter [mareksgregs](https://wordpress.org/support/users/mareksgregs/)
 * (@mareksgregs)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/image-header-3-2/#post-3300040)
 * Thanks bud! Works great.
 *  [sermonmonster](https://wordpress.org/support/users/sermonmonster/)
 * (@sermonmonster)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/image-header-3-2/#post-3300041)
 * I put this in, but all it succeeded in doing is erasing my site text header, 
   leaving me with a blank bar- my site here
    [http://www.sermonmonster.com](http://www.sermonmonster.com)
 *  Thread Starter [mareksgregs](https://wordpress.org/support/users/mareksgregs/)
 * (@mareksgregs)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/image-header-3-2/#post-3300042)
 * I see you haven’t set width and height for the header yet!
    So start with that
   and see if it works!
 *  [sermonmonster](https://wordpress.org/support/users/sermonmonster/)
 * (@sermonmonster)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/image-header-3-2/#post-3300043)
 * How do I set the height and width?
 *  Thread Starter [mareksgregs](https://wordpress.org/support/users/mareksgregs/)
 * (@mareksgregs)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/image-header-3-2/#post-3300044)
 * The bolded part is where you should change your width and height by writing in
   the same parameters as your picture!
    Oh and you should also remove “/” at end
   of your image link!
 * <h1 id=”logo” role=”banner”><img border=”0″ src=”[http://www.sermonmonster.com/wp-content/uploads/2012/10/sermonmonsterbanner.png/&#8221](http://www.sermonmonster.com/wp-content/uploads/2012/10/sermonmonsterbanner.png/&#8221);**
   width=”0″ height=”0″**></h1>
 * or you can just replace the above code with this:
 * `<h1 id="logo" role="banner"><img border="0" src="http://www.sermonmonster.com/
   wp-content/uploads/2012/10/sermonmonsterbanner.png" width="728" height="90"></
   h1>`
 *  [sermonmonster](https://wordpress.org/support/users/sermonmonster/)
 * (@sermonmonster)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/image-header-3-2/#post-3300045)
 * thank you. Also, how did you see the exact code that I used? my code is only 
   open to me, the admin, i thought?
 *  [sermonmonster](https://wordpress.org/support/users/sermonmonster/)
 * (@sermonmonster)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/image-header-3-2/#post-3300046)
 * HOW DID YOU SEE THE CODE I USED????
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/image-header-3-2/#post-3300047)
 * All code on a website is visible to anyone — try using view source on your browser.
   And the php files are available via download of the theme.
 * BTW, using all caps is considered yelling and is quite rude. Please don’t do 
   it here.
 *  Thread Starter [mareksgregs](https://wordpress.org/support/users/mareksgregs/)
 * (@mareksgregs)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/image-header-3-2/#post-3300048)
 * Ever heard of Google Chrome?
 *  [Swedish_guy](https://wordpress.org/support/users/swedish_guy/)
 * (@swedish_guy)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/image-header-3-2/#post-3300049)
 * Hi guys,
 * This thread was very helpful for me. I just learned how to change the header 
   text into an image. HOWEVER,
 * Looking at your site there: [http://www.sermonmonster.com/](http://www.sermonmonster.com/)
 * I get very interested to have the same welcome page set up. Anyone that can help
   out?
 * 1) I want to control the welcome page (not logged in) just like any page
    2) 
   This page should not be visible later when logged in
 * / The swedish guy
 *  [Cidade Sonho](https://wordpress.org/support/users/somdefabrica/)
 * (@somdefabrica)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/image-header-3-2/#post-3300050)
 * To do a login page read this
 * [http://wordpress.org/support/topic/theme-frisco-for-buddypress-login-in-home-page](http://wordpress.org/support/topic/theme-frisco-for-buddypress-login-in-home-page)
 *  Thread Starter [mareksgregs](https://wordpress.org/support/users/mareksgregs/)
 * (@mareksgregs)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/image-header-3-2/#post-3300051)
 * But will that homepage disappear once logged in?
 *  Theme Author [David Carson](https://wordpress.org/support/users/davidtcarson/)
 * (@davidtcarson)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/image-header-3-2/#post-3300052)
 * @marekgregs. In the example where BuddyPress is locked down and users are forced
   to register before accessing content (like on the Frisco Demo site at [http://friscotheme.com/demo/](http://friscotheme.com/demo/)),
   new users see the welcome message before registering and logging in. Once logged
   in, they see whatever you’ve selected as the homepage in the Reading Settings
   from the Dashboard.
 * You can also make use of the is_user_logged_in function and other conditionals
   to control who sees what on your own site.
 * [http://codex.wordpress.org/Function_Reference/is_user_logged_in](http://codex.wordpress.org/Function_Reference/is_user_logged_in)
   
   [http://codex.wordpress.org/Conditional_Tags](http://codex.wordpress.org/Conditional_Tags)
 *  [Swedish_guy](https://wordpress.org/support/users/swedish_guy/)
 * (@swedish_guy)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/image-header-3-2/#post-3300053)
 * Hey, thanks for the replies. It does not work for me and the main reason is that
   I have no experience of coding at all really. I know the thinking behind ftp 
   servers and html text etc but not enough I guess. So far I have done<
 * * Went to “Frisco Theme Options ” activated the custom.css and functions-custom.
   php
 * * Created a file called “functions-custom.php” in my Frisco theme directory. 
   Added this content [http://pastebin.com/wss8Fpdn](http://pastebin.com/wss8Fpdn)
 * * Created a file called “bp-custom.php” in the “buddypress” plugin directory.
   Added this content [http://pastebin.com/rgJ6BQc8](http://pastebin.com/rgJ6BQc8)
 * * Did not succeed to create a custom.css file. I use notepad ++.
 * My site is bjudodds.se btw.
 * I appreciate all kind of help. I really want to have a welcome page (for non 
   logged in users) looking like this: [http://www.sermonmonster.com](http://www.sermonmonster.com)
 * Also, I would like to remove the menu for non logged in users.
 * Thanks,

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/image-header-3-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/image-header-3-2/page/2/?output_format=md)

The topic ‘Image Header’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/frisco-for-buddypress/1.6.13/screenshot.
   png)
 * Frisco for BuddyPress
 * [Support Threads](https://wordpress.org/support/theme/frisco-for-buddypress/)
 * [Active Topics](https://wordpress.org/support/theme/frisco-for-buddypress/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/frisco-for-buddypress/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/frisco-for-buddypress/reviews/)

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [template](https://wordpress.org/support/topic-tag/template/)

 * 17 replies
 * 8 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/image-header-3-2/page/2/#post-3300055)
 * Status: resolved