How to add logo in Thesis theme header

| 0 comments ]

Missing puzzle in Thesis them

So i bought the Thesis theme after hearing lot of hype.I am going to talk straight about Thesis theme, for SEO and web developers it is a great theme, but if you don't have coding experience then it wouldn't be much good for your from design/customization perspective. If you are not like me you can still use Thesis theme , but if you are some one like me you cares for look , attractive design then you have to hire some web developer to customize your wordpress blog. If you just care for SEO but not about design then i would give 10/10 to Thesis theme , go head you can buy it and rest assured you will get free Organic traffic without spending any money on traffic work.

I don't have money to give it out to developer so i am learning myself how to customize Thesis Theme. Let's talk about how to add logo in Thesis theme header.

one Thing that really helped me is that now i don't have to get to shell access for changing Thesis customization code. In thesis 1.6 you can change code in theme right from wordpress admin page. There are only two files to look into which resides under thesis\custom folder

custom.css
custom_functions.php
You are with me so far , that does sounds real easy ..at least it does to me.

1. Go to Wordpress admin page and click and under Thesis options ., select Custom File Editor


2.Next open custom_functions.php and add this line under php code


add_action('thesis_hook_header', 'custom_image_header');




3.Next add the code just below the first code in custom_functions.php file


function custom_image_header() {
?>
}

I find this is very helpful and i was able to get the logo going on my thesis site, i find information here.

0 comments

Post a Comment