Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tonynec

    (@tonynec)

    Looks like you’re using a modified TwentyFourteen theme. Ideally you should be making changes in a child theme.

    On (or around) line 68 of comments.php in your theme you’ll find this:

    <?php comment_form(); ?>

    change it to this:

    <?php comment_form(array('comment_notes_after' => '')); ?>

    Thread Starter tonynec

    (@tonynec)

    Hi Dave

    That’s a brilliant solution to the problem. Thank you very much indeed.

    Thanks also for the tip to use a child theme. I’ll check that out, as it’s not something I’ve done up until now…..

    ….more interesting challenges to come, no doubt…

    Tony

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘unwanted references to html tags’ is closed to new replies.