<!-- 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();
Exemple #2
0
function fastfood_hook_entry_top()
{
    tha_entry_top();
    do_action('fastfood_hook_entry_top');
}
Exemple #3
0
function wallow_hook_entry_top()
{
    tha_entry_top();
    do_action('wallow_hook_entry_top');
}
/**
 * Highwind entry top action
 * @since 1.0
 */
function highwind_entry_top()
{
    do_action('highwind_entry_top');
    tha_entry_top();
}
Exemple #5
0
/** Just after <div id="post">
 *
 * @see index.php
 */
function responsive_entry_top()
{
    do_action('responsive_entry_top');
    tha_entry_top();
}
Exemple #6
0
function shiword_hook_entry_top()
{
    tha_entry_top();
    do_action('shiword_hook_entry_top');
}