?>
</a></span>
									<?php 
            edit_post_link(__('<span class="editpage">Edit</span>', 'pagelines'), '[', ']');
            ?>
									
								<?php 
            pagelines_register_hook('pagelines_loop_clipmeta_end', 'theloop');
            //hook
            ?>
								</em>
							</div>
						</div>
					</div>
					<?php 
            if (pagelines_show_excerpt(get_the_ID())) {
                // Excerpt
                ?>
					<div class="post-excerpt">
						<?php 
                the_excerpt();
                ?>
						<a class="continue_reading_link" href="<?php 
                the_permalink();
                ?>
" title="<?php 
                _e("View", 'pagelines');
                ?>
 <?php 
                the_title_attribute();
                ?>
					<div class="clip-meta fix">
						<?php if(pagelines_show_thumb( get_the_ID(), 'clip' )): // Thumbnails ?>
			            		<div class="clip-thumb">
									<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php _e('Link To', 'pagelines');?> <?php the_title_attribute();?>">
										<?php the_post_thumbnail(array( 40, 40 ));?>
									</a>
					            </div>
						<?php endif; ?>
						<div class="clip-header">
							<?php pagelines_get_post_title('clip');?>
							
							<?php pagelines_get_post_metabar('clip');?>
							
						</div>
					</div>
					<?php if(pagelines_show_excerpt( $post->ID )): // Excerpt ?>
					<div class="post-excerpt">
						<?php 
							the_excerpt(); 
							echo get_continue_reading_link($post->ID);
						 	pagelines_register_hook( 'pagelines_loop_clip_excerpt_end', 'theloop' ); // Hook 
						?>
					</div>
					<?php endif;?>
					<?php pagelines_register_hook( 'pagelines_loop_clip_end', 'theloop' ); // Hook ?>
			</div>	
	<?php if(($clipcount+1) % 2 == 0 || $count == $post_count ):?>
		<?php pagelines_register_hook( 'pagelines_loop_clipbox_end', 'theloop' ); // Hook ?>
		</div>  <!-- closes .clip_box -->
	<?php endif; $clipcount++;