Poznaj opinie
naszych klientów:
'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