Read reviews
from our customers:

'post’, 'category_name’ => 'komentarze’, 'posts_per_page’ => -1 ); $the_query = new WP_Query($args); if ( $the_query->have_posts() ) { while ( $the_query->have_posts() ) { $the_query->the_post(); // Output the content of the post, which already includes the
wrapper. the_content(); } } else { echo 'No posts found in the category „komentarze”.’; } wp_reset_postdata(); ?>
Do góry