'post',
'category_name' => 'noticies-kej',
'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' => 'noticies-kej',
'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'
);
$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;
?>