<h1 class="al-heading--primary"> <?php print get_the_post_meta('candidate_position'); ?> </h1> <div class="al-location"><span class="fa fa-map-marker"></span> <?php print get_the_post_meta('candidate_location'); ?> </div> </header> <div class="al-margin--m"> <?php the_content(); ?> </div> <?php get_theme_part('partials/cta'); ?> <?php } } ?> </main> <?php get_footer();
<?php get_header(); ?> <?php get_theme_part('partials/homepage/slides'); get_theme_part('partials/homepage/candidates'); get_theme_part('partials/homepage/vacancies'); get_theme_part('partials/homepage/numbers'); get_theme_part('partials/homepage/home-posts'); get_theme_part('partials/homepage/content'); get_footer();
function order_func() { ob_start(); get_theme_part('section', 'contact-block'); return ob_get_clean(); }
function widget($args, $instance) { get_theme_part('widgets', 'art-category-widget'); }