Reply to in contact form 7

The proper way to set up a forms “From” address in Contact Form 7,  is to use a email addres form your own domain and NOT the email address entered into the form. However, one side effect of this sort of setup, is that any email YOU get in your email inbox from a form […]

How to Add an Admin User to the WordPress Database via MySQL

PRO WordPress Developers: If you are writing SQL directly, here are the queries to the database you can use . make sure to review the correct ID and update (currently set to 11 below) INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (’11’, ‘admin’, MD5(‘passwordyouwanttouse’), ‘admin’, ’[email protected]’, ”, ‘2015-03-26 […]