htmly/themes/twentyfifteen/no-posts.html.php
2021-03-05 10:28:00 +07:00

8 lines
No EOL
250 B
PHP

<?php if (!defined('HTMLY')) die('HTMLy'); ?>
<article class="post type-post hentry ">
<header class="entry-header">
<h1 class="entry-title"><?php echo i18n('No_posts_found');?>!</h1>
</header>
<div class="entry-content">
</div>
</article>