Пример #1
0
/**
 * Shows Categories if they exist
 *
 * @since 1.2
 */
function rolo_category_list()
{
    if ($cats_meow = cats_meow(', ')) {
        // Returns categories other than the one queried
        ?>
		<span class="cat-links"><?php 
        printf(__('Also assigned to %s', 'rolopress'), $cats_meow);
        ?>
<span class="meta-sep"> | </span></span>
<?php 
    }
}
Пример #2
0
					<div class="entry-meta">
						<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">
<?php if ( $cats_meow = cats_meow(', ') ) : // Returns categories other than the one queried ?>
						<span class="cat-links"><?php printf( __( 'Also posted in %s', 'uthili' ), $cats_meow ) ?></span>
						<span class="meta-sep"> | </span>
<?php endif ?>
						<?php the_tags( '<span class="tag-links"><span class="entry-utility-prep entry-utility-prep-tag-links">' . __('Tagged ', 'uthili' ) . '</span>', ", ", "</span>\n\t\t\t\t\t\t<span class=\"meta-sep\">|</span>\n" ) ?>
						<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>
Пример #3
0
    ?>
</abbr></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");
    ?>
				                    </div><!-- .entry-meta -->

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

				                    <div class="entry-utility">
				                        <?php 
    if ($cats_meow = cats_meow(', ')) {
        // Returns categories other than the one queried
        ?>
										                        <span class="cat-links"><?php 
        printf(__('Also posted in %s', 'hbd-theme'), $cats_meow);
        ?>
</span>
										                        <span class="meta-sep"> | </span>
										<?php 
    }
    ?>
				                        <span class="meta-sep"> | </span>
				                        <?php 
    the_tags('<span class="tag-links"><span class="entry-utility-prep entry-utility-prep-tag-links">' . __('Tagged ', 'hbd-theme') . '</span>', ", ", "</span>\n\t\t\t\t\t\t<span class=\"meta-sep\">|</span>\n");
    ?>
				                        <span class="comments-link"><?php