This topic has 8 replies, 4 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
What is the file that I need to change to change “from title” of email in form contact?
I received emails with user “WordPress” and mail “wordpress@mydomain.com”, I want to change it.
Thanks and Good Job! 😀
Go to Woocommerce > Settings > Email tab
Sorry but, in settings of WooCommerce I set an email and a from name… but your theme send contact form with “WordPress” and “WordPress@mydomain.com” 🙂
Could you help mi how fix it?
Hello,
Are you talking about Contact form of the theme or Woocommerce emails of orders?
Regards,
Eva Kemp.
contact form 🙂
Hello,
You need edit the file theme-functions.php (lines 1641, 1642) in the directory wp-content/themes/woopress/framework.
Regards,
Eva Kemp.
Could you please be more specific. I have the following code in lines 1635 and 1648. What should I change:
if($_GET[‘pages’]) {
$pages_args = array(
‘args’ => array(
‘post_type’ => ‘page’,
‘post_status’ => ‘publish’,
‘posts_per_page’ => $count,
‘s’ => $word
),
‘image’ => false,
‘link’ => false,
‘title’ => __(‘Pages’, ETHEME_DOMAIN),
‘class’ => ‘et-result-pages’
);
Hello @k1,
If you want to change “From:” text too you need edit the file contacts.php (lines 46-57) in the directory wp-content/themes/legenda.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up