Answer the question
In order to leave comments, you need to log in
WPML - how to call a "multilingual rubric"?
<?php
$args = array( 'category' => 1, 'numberposts' => 3, 'order'=> 'desc', 'orderby' => 'date' );
$postslist = get_posts( $args );
foreach ( $postslist as $post ) :
setup_postdata( $post ); ?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question