$location = get_field('location') ? get_field('location') : 'Bonn';
echo '~ '.$location.', '.get_the_date('d.m.Y');
?>
$download = get_field('text_download');
if ($download) {
$requiredFile = $download;
$forceDownload = true;
$path = getcwd().'/wp-content/themes/heilwasser/blocks/download.php';
require($path);
}
$download = get_field('bild_download');
if ($download) {
$requiredFile = $download;
$forceDownload = true;
$path = getcwd().'/wp-content/themes/heilwasser/blocks/download.php';
require($path);
}
?>
echo do_shortcode('[shariff]');
?>