ThatSimple Theme Tweaking
-
I’m trying to edit the “ThatSimple” theme so that the ‘main banner’ (the image at the top) links back to the home page.
Here is the code from the theme editor for ‘page.php’:
<div class="mainImage"><div class="grid_16"> <?php $mainImage = get_option('ths_mImg_page'); ?> <a href="http://quellman.info/blog/"><img src="<?php echo ($mainImage); ?>" alt="" /></a> </div>When I view the page source of the actual live page however, this is what I get:
<div class="grid_16"> <div class="mainImage"> <img src="http://quellman.info/wptheme/qm/hp_banner.jpg" alt="" /> </div> </div>The code…buh…disappears…? >.> Probably the last tweak I need to do to the theme to get it goin’ like I want…
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘ThatSimple Theme Tweaking’ is closed to new replies.