• Resolved alexbharris

    (@alexbharris)


    Hi, I am trying to edit my comment form here https://alexbharris.com/contact/ to change the email addresses the comments go to but I can’t find where to change this information. My form appears to be built using the [comment-form] shortcode, but I am unsure as to where form pulls the email address from.

    I don’t wish to add a new form, I merely wish to change the email address associated with it. At present, the emails are going to my address, and to the guy who built my site.

    Any help gratefully appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • If it is using a shortcode, chances are that

    1) It is a plugin that is actually creating the contact form, and you would edit the plugin settings.

    OR

    2) It is a custom function inserted into your theme’s (or child theme’s) functions.php file, and you would edit the information there.

    I don’t know who created your theme for you, but there’s a lot of styling in the <head> of your document that should be moved to the style sheet to reduce server load (and possibly increase load speed).

    Thread Starter alexbharris

    (@alexbharris)

    Thanks for your replies Kjodle,

    I actually found it in functions.php just before your post came through.

    Which styling in particular are you referring to?

    Thanks again.

    View the source code for a page. There is a lot of css there that should be moved to a stylesheet.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Comment form’ is closed to new replies.