go41

the info you need to know


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 (TEMPLATEPATH . '/searchform.php'); ?></div>********PUT YOUR ADD CODE HERE</div>********YOU MIGHT ALSO…


von Joern
Keine Kommentare

this is not so easy to achieve...You could look at my theme Arthemix Bronze, preview is here:http://themes.go41.de/?wptheme=arthemix-bronzeor Arthemix Green preview:http://themes.go41.de/?wptheme=arthemix-greenIt's actually quite similar to Arthemia, free WordPress theme download it here:http://themes.go41.de/wp-content/downlo ... bronze.zipon that site you find also other themes, use the theme-switcher on topEach download has a readme file…


von Joern
Keine Kommentare

Any idea how to use the WordPress sidebar for streaming Youtube videos?It should update automatically with the latest video from my youtube channel and be automatically resized to fit a box of 300x250px.Here is how to do this for Youtube videos:We are going to use a function built into WordPress…