go41

the info you need to know


von Joern
Keine Kommentare

great, you did it...!actually you need to remove in index.php stuff just below<?php if(file_exists(TEMPLATEPATH . '/myslider.php')) {include (TEMPLATEPATH . '/myslider.php'); } ?>from here:<div id="top" class="clearfloat"><div id="headline">blabla bla bla down to this part:</div></div></div><?php endwhile; ?></div></div>KEEP the next line and everything below:<div…


von Joern
1 Kommentar

an add just below the navigation bar div id="navbar" using the full width of your site you put in header.phpnear the end of header.php you have something like:<div id="navbar" class="clearfloat"><ul id="page-bar" class="left clearfloat"><li><a href="<?php echo get_option('home'); ?>/">Home</a></li><?php wp_list_pages('sort_column=menu_order&title_li='); ?></ul><?php include…