Example #1
0
<div class="page-title pad group">

	<?php 
if (is_home() && hu_is_checked('blog-heading-enabled')) {
    ?>
		<h2><?php 
    echo hu_blog_title();
    ?>
</h2>
	<?php 
} elseif (is_single()) {
    ?>
		<ul class="meta-single group">
			<li class="category"><?php 
    the_category(' <span>/</span> ');
    ?>
</li>
			<?php 
    if (comments_open() && hu_is_checked('comment-count')) {
        ?>
			<li class="comments"><a href="<?php 
        comments_link();
        ?>
"><i class="fa fa-comments-o"></i><?php 
        comments_number('0', '1', '%');
        ?>
</a></li>
			<?php 
    }
    ?>
		</ul>
Example #2
0
 function alx_blog_title()
 {
     return hu_blog_title();
 }