comments_link();
        ?>
"><i class="fa fa-comments-o"></i><?php 
        comments_number('0', '1', '%');
        ?>
</a></li>
			<?php 
    }
    ?>
		</ul>
		
	<?php 
} elseif (is_page()) {
    ?>
		<h2><?php 
    echo esc_html(alx_page_title());
    ?>
</h2>

	<?php 
} elseif (is_search()) {
    ?>
		<h1>
			<?php 
    if (have_posts()) {
        ?>
<i class="fa fa-search"></i><?php 
    }
    ?>
			<?php 
    if (!have_posts()) {
Example #2
0
        comments_link();
        ?>
"><i class="fa fa-comments-o"></i><?php 
        comments_number('0', '1', '%');
        ?>
</a></li>
			<?php 
    }
    ?>
		</ul>
		
	<?php 
} elseif (is_page()) {
    ?>
		<h2><?php 
    echo alx_page_title();
    ?>
</h2>

	<?php 
} elseif (is_search()) {
    ?>
		<h1>
			<?php 
    if (have_posts()) {
        ?>
<i class="fa fa-search"></i><?php 
    }
    ?>
			<?php 
    if (!have_posts()) {