<h1 class="s_<?php echo $index; ?> "><?php the_title(); ?> </h1> <div class="bodyContent<?php echo $index; ?> "> <p class="bylineSingle"><em> <?php risd_coauthors_posts_links('Written by ', ', Images by '); ?> | Date posted: <?php the_date(); ?> </em> </p> <?php the_content(); ?> <div id="comments"> <p class="commentNumber"><a href="<?php the_permalink(); ?> "><?php
the_post(); ?> <div id='hero' style='background-image: url("<?php echo get_post_meta($post->ID, 'thumbnail', true); ?> "); background-repeat: repeat; width:100%; height: 400px;'> <div id='title'><h1><?php the_title(); ?> </h1></div> </div> <div id="articleauthor"> <h3> <?php risd_coauthors_posts_links('by ', ', Images by '); ?> on <?php the_time('m/d/y'); ?> </h3></div> <div id='posted'> <?php the_content(); ?> </div> <?php }