kollapsminoriteten/wp-content/themes/blocksy/single.php

22 lines
358 B
PHP
Raw Permalink Normal View History

2025-08-27 08:44:30 +02:00
<?php
/**
* The template for displaying all single posts
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
*
* @package Blocksy
*/
get_header();
if (
! function_exists('elementor_theme_do_location')
||
! elementor_theme_do_location('single')
) {
get_template_part('template-parts/single');
}
get_footer();