Tagged: x
-
AuthorPosts
-
March 24, 2016 at 8:50 am #851052
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,
JoshMarch 24, 2016 at 12:09 pm #851237Hi 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!
March 24, 2016 at 2:08 pm #851410Nailed it! Works like a charm. Thanks for your time.
March 24, 2016 at 6:18 pm #851698Glad we could help.
Cheers!
-
AuthorPosts