예제 #1
0
                    }
                    ?>
								
								<h3><a href="<?php 
                    the_permalink();
                    ?>
"><?php 
                    the_title();
                    ?>
</a></h3>
                               
							
							</div><!--column-->
                            
                            <?php 
                    if (is_multiple($i, 3) || $post_count == $i) {
                        ?>
                            <div class="clear"></div>
                            </div>
                            <?php 
                    }
                    ?>
							
							<?php 
                    $i++;
                    ?>
                            <?php 
                    $start++;
                    ?>
							
							<?php 
예제 #2
0
                             <!--END .entry-meta entry-header -->
                             </div>
                     
                             <!--BEGIN .entry-content -->
                             <div class="entry-content">
                                 <?php 
     the_excerpt();
     ?>
                             <!--END .entry-content -->
                             </div>
                         
                         <!--END .hentry-->  
                         </div>
                     
                     <?php 
     if (is_multiple($finish, 3) || $post_count == $finish) {
         /* if the finish count is a multiple of 3 or equals the total posts */
         ?>
                     <!--END .hentry-wrap-->  
                 	</div>
                     <?php 
     }
     ?>
                     
                     <?php 
     $start++;
     $finish++;
     ?>
                     
                     <?php 
 }
예제 #3
0
</a></h3>
                                    
                                    <div class="date"><?php 
            the_time(get_option('date_format'));
            ?>
  <span>&nbsp;//&nbsp;</span> <?php 
            comments_popup_link(__('No Comments', 'framework'), __('1 Comment', 'framework'), __('% Comments', 'framework'));
            ?>
</div>
                                    
                                </div><!--inner-->
                            
                            </div><!--column-->
                            
                        <?php 
            if (is_multiple($finish, 4) || $finish == $post_count) {
                ?>
                        
                        	<div class="clear"></div>
                            
                        </div><!--item-->
                        
                        <?php 
            }
            ?>

                        <?php 
            $finish++;
            $start++;
            ?>