Exemple #1
0
			<?php 
$protocols = array('http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'skype');
for ($i = 1; $i < 5; $i++) {
    if (get_option("header_social_url_{$i}")) {
        echo '<li>
							      <a href="' . esc_url(get_option("header_social_url_{$i}"), $protocols) . '" target="_blank" class="' . get_option("header_social_icon_{$i}") . '"></a>
							  </li>';
    }
}
?>
		</ul>
	</div>
	
	<p class="small">
		<?php 
echo wp_kses(htmlspecialchars_decode(get_option('copyright_header', 'Configure this message in "appearance" => "customize"')), ebor_allowed_tags());
?>
	</p>
	
</div>

</header>

<div id="white-background"></div>
<div id="background-color"></div>

<div id="content">

<div id="menu-button">
	<div class="cursor">
		<div id="nav-button"> 
Exemple #2
0
         * Get blog posts by blog layout.
         */
        get_template_part('loop/content', 'post');
    }
} else {
    /**
     * Display no posts message if none are found.
     */
    get_template_part('loop/content', 'none');
}
?>
		</div>
		
		<footer>
			<div class="alignleft">
				<h5>
					<?php 
echo wp_kses(htmlspecialchars_decode(get_option('blog_title', 'Our Journal // 2012<div class="divider"></div>2015')), ebor_allowed_tags());
?>
				</h5>
			</div>
			<?php 
/**
 * Post pagination, use ebor_pagination() first and fall back to default
 */
echo function_exists('ebor_pagination') ? ebor_pagination() : posts_nav_link();
?>
		</footer>
	
	</div>
</div>