コード例 #1
0
<!-- 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();
コード例 #2
0
ファイル: hooks.php プロジェクト: TwoBeers/fastfood
function fastfood_hook_entry_after()
{
    do_action('fastfood_hook_entry_after');
    tha_entry_after();
}
コード例 #3
0
ファイル: hooks.php プロジェクト: TwoBeers/wallow
function wallow_hook_entry_after()
{
    do_action('wallow_hook_entry_after');
    tha_entry_after();
}
コード例 #4
0
/**
 * Highwind after entry wrapper action
 * @since 1.0
 */
function highwind_entry_after()
{
    do_action('highwind_entry_after');
    tha_entry_after();
}
コード例 #5
0
ファイル: hooks.php プロジェクト: dtekcth/datateknologer.se
/** Just after </div> <!-- end of div#post -->
 *
 * @see index.php
 */
function responsive_entry_after()
{
    do_action('responsive_entry_after');
    tha_entry_after();
}
コード例 #6
0
ファイル: hooks.php プロジェクト: TwoBeers/shiword
function shiword_hook_entry_after()
{
    do_action('shiword_hook_entry_after');
    tha_entry_after();
}