How to Remove HTML Tags and Attributes Easy from Wordpress Comments Box

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Hi, I am still struggling because i don't have the same info as you do. In order to get to comments.php, i need to go into Themes editor, then templates but my layout after selecting that is way different so not sure where to past the new code in. Can you please assist? I am going to try and paste my page in this message. It's numbers 1 to 19
1. <?php
2. /**
3. * The template for displaying comments.
4. *
5. * The area of the page that contains both current comments
6. * and the comment form.
7. *
8. * @package Prime
9. */
10.
11. if ( post_password_required() ) {
12. return;
13. }
14. ?>
15. <section id="comments" class="comments">
16. <?php do_action( 'boldgrid_comments_before' ) ?>
17. <?php do_action( 'boldgrid_comments' ) ?>
18. <?php do_action( 'boldgrid_comments_after' ) ?>
19. </section>

sandradegouveia
Автор

array('comment_notes_after' =>'')
it looks like <?php =>'')); ?>

atoztechtricks