go41

the info you need to know


von Joern
Keine Kommentare

your featured section looks like this now in index.phpCode:<?php while (have_posts()) : the_post(); ?>   <div class="clearfloat">   <?php $values = get_post_custom_values("Image");   if (isset($values[0])) { ?>      <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">   <img src="<?php echo…