?>
            <li class="blog_comments"><a href="<?php 
print $node_url;
?>
#comments"><?php 
print $node->comment_count;
?>
 <?php 
print t('comments');
?>
</a></li>
            <?php 
if (isset($node->field_tags) && !empty($node->field_tags[LANGUAGE_NONE])) {
    ?>
                <li class="blog_tag"><?php 
    print perspective_format_comma_field('field_tags', $node);
    ?>
</li>

            <?php 
}
?>
        </ul>
    </div>
    <div class="clear"></div>

    <?php 
if (!empty($node->field_image[LANGUAGE_NONE])) {
    ?>
        <div class="blog_s4_content">						
            <?php 
예제 #2
0
?>
</span>								
            <span>Date: <span class="blogpost_date"><?php 
print format_date($node->created, 'custom', 'M d, Y');
?>
</span></span>								
            <?php 
if (isset($node->field_category) && !empty($node->field_category[LANGUAGE_NONE])) {
    ?>
                <span class="blog_post_category">
                    <?php 
    print t('Category');
    ?>
 
                    <?php 
    print perspective_format_comma_field('field_category', $node);
    ?>
                </span>	
            <?php 
}
?>
        </div>
    </div>


    <?php 
if (!empty($node->field_image[LANGUAGE_NONE])) {
    ?>
        <?php 
    if (count($node->field_image[LANGUAGE_NONE]) == 1) {
        ?>