Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
<?php /* Related Posts with Thumbnail Template Author: alohastone - small Edit by pEtEr withoutfield */ ?> <?php if ($related_query->have_posts()):?> <h3 class="relatedhead">Ähnliche Beiträge:</h3> <?php endif; ?> <div id="related"> <?php if ($related_query->have_posts()):?> <?php while ($related_query->have_posts()) : $related_query->the_post(); ?> <div class="item"><div class="itemPic"><?php get_the_image( array( 'default_image' => 'http://blog.rebellen.info/wp-content/uploads/2009/11/blogrebellen105.jpg' ) ); ?></div> <a href="<?php the_permalink() ?>" rel="bookmark"><?php echo ShortenText(get_the_title()); ?></a><!-- (<?php the_score(); ?>)--></div> <?php endwhile; ?> <?php endif; ?> </div>
This paste will be private.
From the Design Piracy series on my blog: