| Server IP : 159.223.1.207 / Your IP : 216.73.217.55 Web Server : Apache/2.4.58 (Ubuntu) System : Linux Lamp-OutStaff 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.4.15 Disable Function : NONE MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/wp-content/themes/codeassembly/ |
Upload File : |
<?php
get_header();
$current_post_link = get_permalink();
$current_post_title = get_the_title();
$form_cv = get_field('vacancy_post_form', 'options');
?>
<main id="content" class="content">
<div class="vacancy">
<div class="container">
<h3 class="vacancy--title"><?php the_title(); ?></h3>
<div class="row">
<div class="col-lg-7">
<div class="vacancy--info">
<?php the_content(); ?>
<div class="vacancy--share">
<span class="vacancy--share-title">Share this vacancy:</span>
<a href="https://www.facebook.com/share.php?u=<?=$current_post_link?>" target="_blank" rel="nofollow" class="vacancy--share-link vacancy--share-link_facebook">facebook</a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url=<?=$current_post_link?>&title=<?=$current_post_title?>&source=LinkedIn" target="_blank" rel="nofollow" class="vacancy--share-link vacancy--share-link_linkedin">linkedin</a>
</div>
</div>
</div>
<div class="col-lg-5">
<div class="vacancy--form">
<h2 class="vacancy--form-title">Send your CV</h2>
<?=$form_cv?>
</div>
</div>
</div>
</div>
</div>
</main>
<div class="modal-box modal-box-answer mfp-hide js-vacancy-answer">
<p class="modal-box--title">Thank you for contacting G2P</p>
<p class="modal-box--subtitle">Your request has been received.</p>
<button class="form--button modal-box--btn js-answer-btn">ok</button>
</div>
<?php get_footer(); ?>