示例#1
0
				<span class="comments"><a href="<?php 
            the_permalink();
            ?>
#comments" title="<?php 
            the_title_attribute();
            ?>
"><?php 
            comments_number('Leave a Comment', '1 Comment', '% Comments');
            ?>
</a></span>
				<?php 
        }
        ?>
			</p>
			<?php 
        PC_Hooks::pc_after_post_meta();
        /* Framework hook wrapper */
        ?>
		</div><!-- .post-meta -->

		<?php 
        if (wp_attachment_is_image(get_the_ID())) {
            $att_image = wp_get_attachment_image_src(get_the_ID(), "medium");
            ?>
			<p class="attachment"><a href="<?php 
            echo wp_get_attachment_url(get_the_ID());
            ?>
" title="<?php 
            the_title();
            ?>
" rel="attachment"><img src="<?php