Array für Sortierung von Posts

testbereich
’10’,
‘posts_per_page’ => 5,
‘orderby’ => ‘date’,
‘order’ => ‘ASC’
);

$custom_query = new WP_Query($args);

if ($custom_query->have_posts()) : while($custom_query->have_posts()) : $custom_query->the_post(); ?>


Keine Beiträge


Leave a Reply

Your email address will not be published. Required fields are marked *

*
*