Exemple #1
0
                ?>
                        <div class="post_section" style="margin:0px 0px 10px 0px;">
                            <div class="post_text">
                                <?php 
                the_content();
                ?>
                            </div>
                        </div>
                    <?php 
            }
        }
        ?>
                </div>
                <div class="post-subcontent" style="padding-top:10px;">
                    <div><?php 
        isense_posted_on('');
        ?>
</div>
                    <?php 
        $tags_list = get_the_tag_list('', ', ');
        ?>
                    <?php 
        if ($tags_list) {
            ?>
                        <div><?php 
            printf(__('<span class="%1$s">Tagged with</span> %2$s'), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list);
            ?>
</div>
                    <?php 
        }
        ?>
Exemple #2
0
 ?>
                         <? the_title(); ?>
                     </a>
                 </div>
                 <div class="description">
                     <?php 
 if (has_excerpt()) {
     echo str_replace("</p>", "", str_replace("<p>", "", $post->post_excerpt));
 } else {
     echo "No Excerpt";
 }
 ?>
                 </div>
                 <div class="sub">
                     <?php 
 isense_posted_on();
 ?>
                     <?php 
 edit_post_link(__('Edit'), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>');
 ?>
                 </div>
                 <?php 
 $tags_list = get_the_tag_list('', ', ');
 ?>
                 <?php 
 if ($tags_list) {
     ?>
                     <div class="sub">
                         <?php 
     printf(__('<span class="%1$s">Tagged with</span> %2$s'), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list);
     ?>