<?php get_header(); ?>

<div id="main-container">
<section id="content-container">
<?php get_sidebar(); ?>
<h1>Archiwum mo motorach</h1>
<?php
// Początek pętli
while ( have_posts() ) : the_post();

get_template_part( ‚content’, get_post_format() );

endwhile;
// Pobranie odpowiedniego typu treści

?>

</section>

</div><!– #main-container – koniec –>
<?php get_footer(); ?>