Contact Page form email address

Discussion in 'GoldenEagle WordPress Theme' started by wcsign, Jul 10, 2013.

Thread Status:
Not open for further replies.
  1. wcsign

    wcsign New Member

    Joined:
    Jun 21, 2013
    Messages:
    5
    Likes Received:
    0
    Hi, I originally posed the following in another thread:


    Since then, I have added an admin account and I noticed that the second admin account does not receive the emails. I could make his email the primary admin, but my problem is that my client is not very web savvy and does not want to receive any other emails from or about the site unless they are from customers.

    I would like to receive all other emails into my account.

    So should I hardcode the page template?

    Thank You
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to template-contact.php present in your theme directory and replace current code

    Code:
    get_option('admin_email')
    with code given below

    Code:
    "Enter your email id here"
    Sending image for reference


    [​IMG]

    This will solve your issue.
     
  3. wcsign

    wcsign New Member

    Joined:
    Jun 21, 2013
    Messages:
    5
    Likes Received:
    0
    Works splendidly, thanks!
     
Thread Status:
Not open for further replies.

Share This Page