Need help from Wordpress expert :(

easy123

Registered Member
Joined
May 28, 2011
Messages
91
Reaction score
16
Hi ,

i'm trying to insert my own logo , i found a solution that opening your header.php file thats in your theme directory, find the < h 1 > and < h 2 > tags, replace them . BUT my header.php file ( my themes ) do not have any < h 1 > and < h 2 > so how i can insert my logo ???? Anyone can take a look at the script for me ????? thank you very very much , if so i can pay if you want :)

Link to header file , BHW won't allow me to post CODE :(

shrib.c0m/1MWdEPP5
 
How can you not post code here?

I would proceed with caution to the link the user posted
 
Mate.. Just change your logo image through filezilla (find where your image is placed in the theme files and change the logo image with your present image.. make sure both are in same size).. I dont believe i can teach you php in this single thread.. its an ocean..
 
because it have URL or Image code and i can't post :) , shrib.c0m/ is an online notepad ( i just google it for online notepad ) . You can give me your contact skype , will easier :)

seo001 : thank but prob is when i change the logo...i can't change width and height value :( and my logo is missing
 
I haven't looked at your theme, but in the header.php file there will be call to bloginfo('name'). That is what prints out the blog title text. It should be wrapped in an 'a' tag that calls bloginfo('url'). You would probably take out the following: <?php bloginfo('name'); >? and replace it with <img src="path_to_image" title="the_title">. You will probably not want to take out the call for the url, unless you don't want it to be a link.
 
This theme has options. You just need to scale the image to the proper size, upload to the server and enter the path in the settings. I've sent you the image in a size that should fit. I also removed the background and saved it as a .png. Let me know if you have issues.
 
change the width and height in css either style.css or layout.css most likely
 
Back
Top