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