Posted By

kristarella on 06/19/09


Tagged

wordpress thesiswp


Versions (?)


Advertising

Website Promotion DIRECTORY is a crucial factor for all websites that need to gain better organic search engine rankings and increase website traffic.
Submitting your website as part of your Web Promotion strategy to our SEO friendly and high traffic Business Directory for review is an excellent way to gain a valuable backlink and increase your websites visibility online.

Submit Site


Who likes this?

5 people have marked this snippet as a favorite

mlangfeld
tmbrenneke
somatic
girliegeek
joelhaus


Header replacement in Thesis


Published in: PHP 






This creates a custom HTML header in Thesis with a logo and an advert section (to be used instead of CSS image replacement).

Example CSS to use with it:

.custom #header:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}

.custom #header #logo {width:320px; height:90px; float:left;}

.custom #header #header_ad {width:728px; height:90px; float:right;}

Expand | Embed | Plain Text
  1. function custom_header() {
  2. if (is_home()) {
  3. echo '<h1 id="logo" class="home"><a href="' . get_bloginfo('url') . '"><img src="' . THESIS_CUSTOM_FOLDER . '/home-header.jpg" alt="' . get_bloginfo('name') . '" /></a></h1>';
  4. echo '<div id="header_ad" class="home">HOME ADVERT CODE HERE</div>';
  5. }
  6. else {
  7. echo '<p id="logo"><a href="' . get_bloginfo('url') . '"><img src="' . THESIS_CUSTOM_FOLDER . '/home-header.jpg" alt="' . get_bloginfo('name') . '" /></a></p>';
  8. echo '<div id="header_ad">OTHER ADVERT CODE HERE</div>';
  9. }
  10. }
  11. remove_action('thesis_hook_header', 'thesis_default_header');
  12. add_action('thesis_hook_header','custom_header');

Report this snippet 

You need to login to post a comment.

Download royalty free graphics