Example #1
0
				<?php 
    the_excerpt(__('Continue reading <span class="meta-nav">&raquo;</span>', 'hbd-theme'));
    ?>
				                    </div><!-- .entry-summary -->

				                    <div class="entry-utility">
				                        <span class="cat-links"><span class="entry-utility-prep entry-utility-prep-cat-links"><?php 
    _e('Posted in ', 'hbd-theme');
    ?>
</span><?php 
    echo get_the_category_list(', ');
    ?>
</span>
				                        <span class="meta-sep"> | </span>
				                        <?php 
    if ($tag_ur_it = tag_ur_it(', ')) {
        // Returns tags other than the one queried
        ?>
										                        <span class="tag-links"><?php 
        printf(__('Also tagged %s', 'hbd-theme'), $tag_ur_it);
        ?>
</span>
										<?php 
    }
    ?>
				                        <span class="comments-link"><?php 
    comments_popup_link(__('Leave a comment', 'hbd-theme'), __('1 Comment', 'hbd-theme'), __('% Comments', 'hbd-theme'));
    ?>
</span>
				                        <?php 
    edit_post_link(__('Edit', 'hbd-theme'), "<span class=\"meta-sep\">|</span>\n\t\t\t\t\t\t<span class=\"edit-link\">", "</span>\n\t\t\t\t\t\n");
Example #2
0
						<span class="meta-prep meta-prep-author"><?php _e('By ', 'uthili'); ?></span>
						<span class="author vcard"><a class="url fn n" href="<?php echo get_author_link( false, $authordata->ID, $authordata->user_nicename ); ?>" title="<?php printf( __( 'View all posts by %s', 'uthili' ), $authordata->display_name ); ?>"><?php the_author(); ?></a></span>
						<span class="meta-sep"> | </span>
						<span class="meta-prep meta-prep-entry-date"><?php _e('Published ', 'uthili'); ?></span>
						<span class="entry-date"><abbr class="published" title="<?php the_time('Y-m-d\TH:i:sO') ?>"><?php the_time( get_option( 'date_format' ) ); ?></abbr></span>
						<?php edit_post_link( __( 'Edit', 'uthili' ), "<span class=\"meta-sep\">|</span>\n\t\t\t\t\t\t<span class=\"edit-link\">", "</span>\n\t\t\t\t\t" ) ?>
					</div><!-- .entry-meta -->
					
					<div class="entry-summary">	
<?php the_excerpt( __( 'Continue reading <span class="meta-nav">&raquo;</span>', 'uthili' )  ); ?>
					</div><!-- .entry-summary -->

					<div class="entry-utility">
						<span class="cat-links"><span class="entry-utility-prep entry-utility-prep-cat-links"><?php _e( 'Posted in ', 'uthili' ); ?></span><?php echo get_the_category_list(', '); ?></span>
						<span class="meta-sep"> | </span>
<?php if ( $tag_ur_it = tag_ur_it(', ') ) : // Returns tags other than the one queried ?>						
						<span class="tag-links"><?php printf( __( 'Also tagged %s', 'uthili' ), $tag_ur_it ) ?></span>
<?php endif; ?>						
						<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'uthili' ), __( '1 Comment', 'uthili' ), __( '% Comments', 'uthili' ) ) ?></span>
						<?php edit_post_link( __( 'Edit', 'uthili' ), "<span class=\"meta-sep\">|</span>\n\t\t\t\t\t\t<span class=\"edit-link\">", "</span>\n\t\t\t\t\t\n" ) ?>
					</div><!-- #entry-utility -->	
				</div><!-- #post-<?php the_ID(); ?> -->

<?php endwhile; ?>			

<?php global $wp_query; $total_pages = $wp_query->max_num_pages; if ( $total_pages > 1 ) { ?>
				<div id="nav-below" class="navigation">
					<div class="nav-previous"><?php next_posts_link(__( '<span class="meta-nav">&laquo;</span> Older posts', 'uthili' )) ?></div>
					<div class="nav-next"><?php previous_posts_link(__( 'Newer posts <span class="meta-nav">&raquo;</span>', 'uthili' )) ?></div>
				</div><!-- #nav-below -->
<?php } ?>