<div class="page-title pad group">

	<?php 
if (is_home()) {
    ?>
		<h2><?php 
    echo esc_html(alx_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() && ot_get_option('comment-count') != 'off') {
        ?>
			<li class="comments"><a href="<?php 
        comments_link();
        ?>
"><i class="fa fa-comments-o"></i><?php 
        comments_number('0', '1', '%');
        ?>
</a></li>
			<?php 
    }
    ?>
Exemple #2
0
<div class="page-title pad group">

	<?php 
if (is_home()) {
    ?>
		<h2><?php 
    echo alx_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() && ot_get_option('comment-count') != 'off') {
        ?>
			<li class="comments"><a href="<?php 
        comments_link();
        ?>
"><i class="fa fa-comments-o"></i><?php 
        comments_number('0', '1', '%');
        ?>
</a></li>
			<?php 
    }
    ?>