Remove comments, category, tags atributes of pages

This commit is contained in:
Fabiano Alencar 2018-08-27 15:23:53 -03:00
parent d2af73ff8f
commit 641009b21c
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
wp_link_pages();
?>
</section>
<?php if(!is_singular('page')) { ?>
<footer class="mt-5 border-top pt-3">
<p>
<?php
@ -43,6 +44,7 @@
<?php comments_popup_link(__('None', 'tainacan-theme'), '1', '%'); ?>
</p>
</footer>
<?php } ?>
</article>
<div class="row">
<!-- Container -->