All pastes #2081908 Raw Edit

elseif

public text v1 · immutable
#2081908 ·published 2011-09-21 19:14 UTC
rendered paste body
<?php while ($my_query->have_posts()) : $my_query->the_post(); ?>

	<?php if ( get_post_meta($post->ID, 'video', true) ) { ?> 

<li class="videoplus"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>

<?php } else { ?>

<li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>

<?php } ?>