• Maybe this should be in the plugins section, I wasn’t sure.

    I want a plugin to add a message to the respond box to make users aware of what shortcode to use to post code in comments. Just like it does here with “Put code in between backticks.”

    I can do it easy enough by editing the comment file, but I want to do it through a plugin or theme functions. Anyone know how to do this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Are you using the comments_template() function? If so, you can add messages to the form by amending the comment forms arguments in your theme’s functions.php file. The comment_notes_after argument would probably be your best option.

    Thread Starter zeaks

    (@zeaks)

    Thanks esmi

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add message to respond box’ is closed to new replies.