Link to home
Start Free TrialLog in
Avatar of nsitedesigns
nsitedesignsFlag for United States of America

asked on

add logo to wordpress template

How do I put a logo into this wordpress template?  The template is called Catch Evolution.
http://fringeestatesales.com/

I have worked on custom built wordpress tempates but this is a freebie and I cannot figure out how to add logo in header.
ASKER CERTIFIED SOLUTION
Avatar of Jason C. Levine
Jason C. Levine
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nsitedesigns

ASKER

Jason,

Yes, i did locate a header.php file (wp-content/themes/catch-evolution).  I am not familiar with php but  I know html (not sure if that helps).  Can you walk me through updating the header to include a logo or do you think it might be too difficult?
header.php
I am not familiar with php

Then you are going to have all kinds of problems manipulating themes. This isn't going to be easy because of the theme you are working with.  When I look at header.php, this is the code that sets the header section:

do_action( 'catchevolution_headercontent' );

Open in new window


So somewhere you have more code (a PHP function defined as catchevolution_headercontent() ) that actually defines the HTML that is setting the logo.  I would expect that there is also a theme options page or settings page in the admin backend that allows you to upload a logo though.  Is that not an option for you?
what does "off-topic posts removed per expert request" mean?

Yeah, this looks like it is going to be trouble.  I cannot find anywhere on dashboard where I can insert logo.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial