'post',
'category_name' => 'anuncis-i-noticies',
'posts_per_page' => 1
);
$post_query = new WP_Query($arguments);
if ( $post_query -> have_posts() ) :
while ( $post_query -> have_posts() ) : $post_query -> the_post();
?>
'post',
'category_name' => 'anuncis-i-noticies',
'posts_per_page' => 3,
'offset' => 1
);
$post_query = new WP_Query($arguments);
if ( $post_query -> have_posts() ) :
while ( $post_query -> have_posts() ) : $post_query -> the_post();
?>
'events',
//'category_name' => 'esdeveniments',
'posts_per_page' => '5',
'meta_key' => 'Data',
'meta_value' => $avuies,
'meta_compare' => '>='
);
$post_query = new WP_Query($arguments);
if ( $post_query -> have_posts() ) :
while ( $post_query -> have_posts() ) : $post_query -> the_post();
?>
'.$date->format('Y-m-d')."
";
echo '
'.$llocfinal;
?>