Esempio n. 1
0
        ?>
</a></h2> 
					<div class="comment_link"><?php 
        comments_popup_link('Leave a Comment', '1 Comment', '% Comments');
        ?>
</div>
				</div>
				
				<div class="entry">
					<?php 
        the_content('Read the rest of this entry &raquo;');
        ?>
				</div>
		
				<p class="postmetadata">Categorized in <?php 
        the_nice_category(', ', ' and ');
        edit_post_link('Edit', ' | ', '');
        ?>
<br /><?php 
        the_tags('Tags: ', ', ', '<br />');
        ?>
</p>
			</div>
	
		<?php 
    }
    ?>

		<div class="navigation">
			<div class="alignleft"><?php 
    next_posts_link('&laquo; Previous Entries');
Esempio n. 2
0
                } else {
                    the_content();
                }
            }
            ?>
	
					<?php 
            link_pages('<p><strong>Pages:</strong> ', '</p>', 'number');
            ?>
				</div>
	
<small class="metadata">			
<span class="category">Filed under: <?php 
            /* If 'Nice Categories' plugin is installed, use it; if not, use default */
            if (function_exists('the_nice_category')) {
                the_nice_category(', ');
            } else {
                the_category(', ');
            }
            ?>
	</span>

					&nbsp;&nbsp;|&nbsp;&nbsp;<?php 
            comments_popup_link('0&nbsp;<span>Comments</span>', '1&nbsp;<span>Comment</span>', '%&nbsp;<span>Comments</span>', 'commentslink', '<span class="commentslink">Closed</span>');
            ?>

<?php 
            if (is_single() && function_exists(UTW_ShowTagsForCurrentPost)) {
                ?>
							<span class="tagdata">Tags: <?php 
                UTW_ShowTagsForCurrentPost("commalist");