<!-- ITEM -->
<?php 
tha_entry_before();
?>
<li <?php 
post_class(array('item'));
?>
>
	<?php 
tha_entry_top();
?>
		<?php 
echo circleflip_get_post_format_media(get_the_ID());
?>
	<?php 
tha_entry_bottom();
?>
</li>
<?php 
tha_entry_after();
Exemplo n.º 2
0
function fastfood_hook_entry_before()
{
    tha_entry_before();
    do_action('fastfood_hook_entry_before');
}
Exemplo n.º 3
0
/**
 * the entry section
 */
function wallow_hook_entry_before()
{
    tha_entry_before();
    do_action('wallow_hook_entry_before');
}
Exemplo n.º 4
0
/**
 * Highwind before entry wrapper action
 * @since 1.0
 */
function highwind_entry_before()
{
    do_action('highwind_entry_before');
    tha_entry_before();
}
Exemplo n.º 5
0
/** Just before <div id="post">
 *
 * @see index.php
 */
function responsive_entry_before()
{
    do_action('responsive_entry_before');
    tha_entry_before();
}
Exemplo n.º 6
0
/**
 * the entry section
 */
function shiword_hook_entry_before()
{
    tha_entry_before();
    do_action('shiword_hook_entry_before');
}