Beispiel #1
0
 */
?>
<!DOCTYPE html>
<?php 
tha_html_before();
?>
<html <?php 
language_attributes('html');
?>
>

<head>
<?php 
tha_head_top();
wp_head();
tha_head_bottom();
?>
</head>

<body <?php 
hybrid_attr('body');
?>
>

	<?php 
tha_body_top();
?>

	<div id="site-container" class="site-container">

		<div class="skip-link">
Beispiel #2
0
function fastfood_hook_head_bottom()
{
    do_action('fastfood_hook_head_bottom');
    tha_head_bottom();
}
Beispiel #3
0
function wallow_hook_head_bottom()
{
    do_action('wallow_hook_head_bottom');
    tha_head_bottom();
}
Beispiel #4
0
/**
 * Highwind head bottom action
 * @since 1.0
 */
function highwind_head_bottom()
{
    do_action('highwind_head_bottom');
    tha_head_bottom();
}
Beispiel #5
0
function shiword_hook_head_bottom()
{
    do_action('shiword_hook_head_bottom');
    tha_head_bottom();
}
/**
 * Just after closing </head>
 *
 * @see header.php
 */
function responsive_mobile_head_bottom()
{
    do_action('responsive_mobile_head_bottom');
    tha_head_bottom();
}