the_title($post_id); ?>
$i= 1;
$args = array( 'post_type' => 'ogloszenia', 'posts_per_page' => -1, 'category_name' => 'aktualne' );
$loop = new WP_Query( $args );
if ( $loop->have_posts() ) :
while ( $loop->have_posts() ) : $loop->the_post(); ?>
$i++; endwhile; ?>
Ogłoszenie print $i; ?>
Zamieszczono:
the_time('d-m-Y'); ?>
the_time('H:i'); ?>
the_time('d-m-Y'); ?>
the_time('H:i'); ?>
the_title(); ?>
$content = get_the_content(); $trimmed_content = wp_trim_words( $content, 25, '...' ); echo $trimmed_content; ?>$i++; endwhile; ?>