$authorName = '';
?>
if( $pageType == 'post' && get_the_excerpt($postID) ){
$description = get_the_excerpt($postID);
}else{
$description = $siteVars['metadata']['description'];
}
?>
do_action('wp_head'); ?>
if(WP_ENV === 'production') { ?>
} ?>
require_once('inc/header.php'); ?>
require_once('inc/set-category.php'); ?>
require_once('components/article.php');?>
require_once('inc/main-end.php') ?>
test
if(!get_field('hide_meta_info', $article->ID)){
// TODO: use one of the 4 main categories
echo '';
$cta = ['label' => 'het laatste', 'count' => 20, 'cats' => $allowedCats];
include('components/ctas/latest-posts.php');
echo '';
}
require_once('inc/footer.php');
require_once('inc/js.php');
?>