get_header(); if (have_posts()) : echo ''; while (have_posts()) : the_post(); echo ''; echo '' . esc_html(get_the_title()) . ''; echo ''; the_content(); echo ''; endwhile; echo ''; else : echo 'Brak treści'; endif; get_footer(); ?>