WordPress Form To Email.php and Theme

You need to include the wordpress config file: require $_SERVER[‘DOCUMENT_ROOT’].’/wp-config.php’; OR use a page template if your form handler is in your theme. Take a look at using page template’s in wordpress: http://codex.wordpress.org/Page_Templates

Orion theme (from theme forest) [closed]

Every WordPress theme, including child themes, is required to have a style.css file. The first few lines in style.css tell WordPress the name of the theme, the description, and some other meta information about the theme. You’ll have to ask the theme developer why there are files missing in your theme.