go41

the info you need to know


von Joern
Keine Kommentare

Hi Joern, Been doing a bit of SEO work on www.iamstaggered.com and I was wondering if you could help me work out how to incorporate H1 text on pages without it looking really dumb!Currently if I insert H1 text anywhere then it looks HUGE! I'd like to insert a line…


von Joern
Keine Kommentare

Joern, I found a wp plug in which is great. Now I am using a theme which has the following index.php codeCode:<?php get_header(); ?>   <?php if(!is_paged()) { ?>   <div id="top" class="clearfloat">      <div id="headline">      <img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/headline.png" width="75px" height="21px" alt="" />      <?php query_posts("showposts=1&category_name=Headline"); ?>      <?php…


von Joern
Keine Kommentare

Brill, my question though is how would I phrase that in code? Does this look like it would break!?Code:<?phpif(function_exists('oiopub_banner_zone')) {$zone_id = 1;$options = array( 'subid' => $page_id 'wedding-speeches');$zone_id = 2;$options = array( 'subid' => $page_id 'best-man');$zone_id = 3;$options = array( 'subid' => $post_id '10beststagdos');oiopub_banner_zone($zone_id, $options);}?>The admin on OIO says that…