Skip to:
Content
Pages
Categories
Search
Top
Bottom

Freelancerunplugged.com – Freelancer Profile Showcase Website


  • 4972826
    Inactive

    Just wanted to let you all know that Buddypress 1.1.1 is installed and working really well. The only technical part I haven’t been able to work out is how to change the site title to an image. (The normal ways aren’t working!)

    Anyways,

    Check out Freelancer Unplugged – and if you are a freelancer, sign up!

    http://freelancerunplugged.com

    Regards,

    Diesel Laws

Viewing 5 replies - 1 through 5 (of 5 total)

  • wordpressfan
    Participant

    @wordpressfan

    Diesel: Nice site. I’m doing something similar, except it is centered on journalists.

    As for changing the site title to an image, I copied header.php from the parent theme, commented out the “<h1 id=”logo”>” block and replaced it with this bit of code:

    <div id="logo">

    "<img src="http://site.com/wp-content/themes/mytheme/_inc/images/logo.png" />

    </div>

    Don’t edit the parent theme, this will give you grief down the road. Instead create a new child theme and copy the header.php template into it. Make your edits then activate that theme instead.


    TiteufPld
    Participant

    @titeufpld

    Hmm…so we have to hard code the full path of the child theme logo.

    Is there not a function like bloginfo(‘template_url’), something like bloginfo(‘child_template_url’); ?


    Boris
    Participant

    @travel-junkie

    it’s

    bloginfo('stylesheet_url');


    wordpressfan
    Participant

    @wordpressfan

    I use the following for my logo in header.php:

    <img src="<?php echo get_stylesheet_directory_uri() ?>/_inc/images/logo.png" />

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Freelancerunplugged.com – Freelancer Profile Showcase Website’ is closed to new replies.
Skip to toolbar