Example #1
0
			<?php 
            }
            ?>
            <?php 
            if (current_user_can('edit_posts')) {
                ?>
<li><i class="icon-edit"></i> <?php 
                edit_post_link(__('Edit', 'hm'), '', '');
                ?>
</li><?php 
            }
            ?>
    		</ul>
		<?php 
        }
        print_excerpt(500);
        ?>
        <p><a href="<?php 
        the_permalink();
        ?>
"><?php 
        _e('read more', 'hm');
        ?>
 <i class="icon-arrow-right"></i></a></p>
        <div class="clear"></div>
			<!-- #entry-meta -->
    
		<?php 
        wp_reset_query();
        ?>
		</div>
        the_permalink();
        ?>
" rel="bookmark" >
<?php 
        the_post_thumbnail("ttrust_one_fourth_short", array('class' => 'thumb', 'alt' => '' . get_the_title() . '', 'title' => '' . get_the_title() . ''));
        ?>
</a>			
<h1><a href="<?php 
        the_permalink();
        ?>
" rel="bookmark" ><?php 
        the_title();
        ?>
</a></h1>
<div class="meta clearfix"></div><?php 
        print_excerpt(get_the_title());
        //the_excerpt();
        more_link();
        ?>
</div>
<?php 
    }
    wp_reset_query();
    ?>
</div>
</div>

<!-- End Design -->