Na tej stronie nie ma żadnych wpisów.';
endif;
}
function display_post() {
if( have_posts() ) :
while ( have_posts() ) :the_post(); ?>
', '' ); ?>
Na tej stronie nie ma żadnych wpisów.';
endif;
}
if ( function_exists( 'add_theme_support' ) ) {
add_theme_support( 'post-thumbnails' );
}
?>