• +48 607 397 165 +48 601 652 051
  • Siedlec, 62-212 ul. Szkolna 2

Uncategorized

Wszystkie Aktualności Promocje
slug == 'all') { $articles = get_posts([ 'post_type' => 'post', 'post_status' => 'publish', 'numberposts' => -1, ]); } else { $articles = get_posts([ 'post_type' => 'post', 'post_status' => 'publish', 'numberposts' => -1, 'category' => end($cat)->term_id ]); } foreach ($articles as $art) { echo '

'.$art->post_title.'

    '; foreach (get_the_category($art->ID) as $aDet) { echo '
  • '.$aDet->name.'
  • '; } echo '
'.date('d/m.Y',strtotime($art->post_date)).'

'.substr(strip_tags($art->post_content),0,150).'

'; } ?>