コード例 #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_before()
{
    tha_entry_before();
    do_action('fastfood_hook_entry_before');
}
コード例 #3
0
ファイル: hooks.php プロジェクト: TwoBeers/wallow
/**
 * the entry section
 */
function wallow_hook_entry_before()
{
    tha_entry_before();
    do_action('wallow_hook_entry_before');
}
コード例 #4
0
/**
 * Highwind before entry wrapper action
 * @since 1.0
 */
function highwind_entry_before()
{
    do_action('highwind_entry_before');
    tha_entry_before();
}
コード例 #5
0
ファイル: hooks.php プロジェクト: dtekcth/datateknologer.se
/** Just before <div id="post">
 *
 * @see index.php
 */
function responsive_entry_before()
{
    do_action('responsive_entry_before');
    tha_entry_before();
}
コード例 #6
0
ファイル: hooks.php プロジェクト: TwoBeers/shiword
/**
 * the entry section
 */
function shiword_hook_entry_before()
{
    tha_entry_before();
    do_action('shiword_hook_entry_before');
}