Untitled

 avatar
unknown
plain_text
a year ago
397 B
5
Indexable
<?php 
$dirPath = "/home/estxgwi/public_html";
require_once $dirPath . '/wp-load.php';
wp_head();
?>

<!DOCTYPE html>
<html lang="en">
   <head>
   <meta name="robots" content="noindex,nofollow">

</head>
<body>

<div class="gravity-form-place">
<!-- gravity form must show here -->
<?php echo do_shortcode('[gravityform id="6" ajax=true]'); ?>     
</div>

<?php wp_footer(); ?>


</body>
</html>
Editor is loading...
Leave a Comment