Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #851052

    Jmot
    Participant

    Good morning, I’d like to insert placeholder text in the input fields of the comments-reply area. I’m using the Renew stack and have a child-theme set up, but am having a hard time locating the comment form input fields in any of the php files.

    I have the wp-comments.php form pulled into the child theme, but don’t see the form input fields, just the comment form array. I assumed this is where it should be (see code below)

      <?php
      comment_form( array(
        'comment_notes_after' => '',
        'id_submit'           => 'entry-comment-submit',
        'label_submit'        => __( 'Respond' , '__x__' )
      ) );
      ?>

    It’s probably obvious somewhere, but I’m mostly a php hack and could be missing it completely. Can you please point me in the right direction?

    Thank you,
    Josh

    #851237

    Rupok
    Member

    Hi Josh,

    Thanks for writing in! I can see this on Ethos stack only (/x/framework/views/ethos/wp-comments.php). You can try to create this directory maybe? Or add your own function through functions.php.

    Cheers!

    #851410

    Jmot
    Participant

    Nailed it! Works like a charm. Thanks for your time.

    #851698

    Friech
    Moderator

    Glad we could help.

    Cheers!