I was wondering because I’m a beginner with wordpress and thesis, If I want to create a header that is customized I have to go into my custom folder according to the video. I have installed thesis openhook just recently and I try doing excatly as what is shown in the video for creating a custom header but can’t access the custom folder for custom php and css functions. I did change the file folder to the appropriate name when installing word press. Does the custom stylesheet allow me to do this or thesis openhook for that matter?
With Thesis 1.8, you can change the header from within the Options Panel. There is no need to edit the custom.css file. You don’t need the OpenHook plugin to get this done.
However, if you want to have different headers based on pages, you still need to go into the Custom.css file
The easiest way is to redefine the code for each custom header image, give it a specific class and reference that class for the page.
{ 2 comments… read them below or add one }
I was wondering because I’m a beginner with wordpress and thesis, If I want to create a header that is customized I have to go into my custom folder according to the video. I have installed thesis openhook just recently and I try doing excatly as what is shown in the video for creating a custom header but can’t access the custom folder for custom php and css functions. I did change the file folder to the appropriate name when installing word press. Does the custom stylesheet allow me to do this or thesis openhook for that matter?
With Thesis 1.8, you can change the header from within the Options Panel. There is no need to edit the custom.css file. You don’t need the OpenHook plugin to get this done.
However, if you want to have different headers based on pages, you still need to go into the Custom.css file
The easiest way is to redefine the code for each custom header image, give it a specific class and reference that class for the page.