go41

the info you need to know


von Joern
Keine Kommentare

Hi Annie, you are right, there is no category assigned to display.The line generating this text is in header.php, in my copy of this theme it looks like this:<div class="label"><a href="<?php echo get_category_link($ar_headline);?>"><?php single_cat_title(); ?> &raquo;</a></div>I can't open your site to see if you use the same version, on colorlabs…


von Joern
Keine Kommentare

Hi, the ad marker (square.png) is in the sidebar between the top sidebar and the middle two mini-sidebars. Please view this Jingcast for better explanation: http://screencast.com/t/0NGSxxF0DBlThank you for your quick response.P.S. I think my IE version is 7 not 8. I don't use it as my browser. I use Firefox…


von Joern
Keine Kommentare

Put a conditional tag around the different adds, like this:<?php if ( is_single('Favourbrook') ) { ?>do Favourbrook add here<?php } else { ?>do any other stuff here<?php } ?>that's just for this single post, more conditional tags see here:http://codex.wordpress.org/Conditional_Tagsbtw: is my 'Subscribe To Topic via Email' working in this forum?____________________you…