dinesh422
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: admin not openyes it’s can will be possible
Forum: Fixing WordPress
In reply to: admin not openif are make a child theme can solve all issue
Forum: Fixing WordPress
In reply to: I can not display my siteThanks James for valuable suggestion
Today read your review i think you are right, so first think i am give all backup of one site and fresh WP download and upload on my website sever. My excite theme name change and some change of functons.php file it’s apply on my theme. i am test some days and see what happened.
Thanks of lot once again James
Forum: Networking WordPress
In reply to: contact form 7 plugin not workingchange my admin mail address but not solve my problem
now i am running code only php file w/o wp area. it’s run and find mail my id. when that code insert in wp area no mail any not any errorPlease check this URl
That url w/o wp area
http://yangphelguesthouse.com/demo/I.E. under php area
http://yangphelguesthouse.com/?page_id=106Forum: Networking WordPress
In reply to: contact form 7 plugin not workinghello sir
i am not use any plugging for mail
i use simple mail function
i.e.$admin_email = “dkdineshkumar122@gmail.com”;
$email = “pass@up.com “;
$subject = “dummy mail”;
$comment = “hello this dummy mail”;//send email
mail($admin_email, “$subject”, $comment, “From:” . $email);//Email response
echo “Thank you for contacting us!”;
}it’s not working my wp