How do you change the wording on the comment box in magazine theme?
-
Hi there!
Hope someone can help with this.
I have just created a blog using the magazine theme on genesis framework.
However I want to change the wording that appears on the comment box.
At the moment, it says ‘Speak Your Mind’ and I’d like to change it to something a little simpler like Share Your thoughts.
I tried going into the control panel, opening the code template folder and changing the title reply in the following code:
‘id_form’ => ‘commentform’,
‘id_submit’ => ‘submit’,
‘title_reply’ => __( ‘Leave a Reply’ ),
‘title_reply_to’ => __( ‘Leave a Reply to %s’ ),
‘cancel_reply_link’ => __( ‘Cancel reply’ ),
‘label_submit’ => __( ‘Post Comment’ ),
‘format’ => ‘xhtml’,
)From previous experience, I know it works for the responsive theme and was hoping it would work for the magazine theme but so far, no luck.
The link to the site is:
https://everykindofpeople.org/
Would really appreciate some help on this!
Chuckmann
- The topic ‘How do you change the wording on the comment box in magazine theme?’ is closed to new replies.