2023-05-21 23:02:51 +02:00
|
|
|
<?php /* Template Name: portada 2021 */ ?>
|
|
|
|
<?php get_header();?>
|
|
|
|
|
|
|
|
<div id="carousel">
|
|
|
|
<div class="glide">
|
|
|
|
<div class="glide__track" data-glide-el="track">
|
|
|
|
<ul class="glide__slides">
|
2023-05-21 23:19:22 +02:00
|
|
|
<li class="glide_slide"><a href="https://butiko.esperanto.cat/botiga/poemoj-rakontoj-kaj-kokcineloj/"><img src="https://www.esperanto.cat/wp-content/uploads/2023/05/banner-kokcinetoj.png"/></a></li>
|
|
|
|
<li class="glide_slide"><a href="https://butiko.esperanto.cat/"><img src="https://www.esperanto.cat/wp-content/uploads/2023/04/banner-butiko-kea-web.png" /> </a></li>
|
|
|
|
<li class="glide_slide"><a href="https://www.esperanto.cat/publicacions-kea/kataluna-esperantisto/"><img src="<?php echo get_theme_file_uri('img/banners/ke-banner.png');?>" /></a> </li>
|
2023-05-21 23:02:51 +02:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="principal">
|
|
|
|
|
|
|
|
<div id="central">
|
|
|
|
<?php if (pll_current_language() == "eo") :
|
|
|
|
$link = "arhivo-de-novajoj";
|
|
|
|
else:
|
|
|
|
$link = "arxiu-de-noticies";
|
|
|
|
endif;
|
|
|
|
?>
|
|
|
|
<h2><a href="<?php echo $link;?>"><?php pll_e('Notícies');?></a></h2>
|
|
|
|
<?php
|
|
|
|
$arguments = array (
|
|
|
|
'post_type' => '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();
|
|
|
|
|
|
|
|
?>
|
|
|
|
<div class="noticia-gran">
|
|
|
|
<div class="imatge-noticia"><?php the_post_thumbnail( 'thumbnail' );?></div>
|
|
|
|
<div class="text-noticia">
|
|
|
|
<?php
|
|
|
|
the_date('d/m/Y');
|
|
|
|
the_title( '<h3 class="titular-primer"><a href="'.get_post_permalink().'">', '</a></h3>' ); ?>
|
|
|
|
|
|
|
|
<?php
|
|
|
|
the_excerpt();
|
|
|
|
?>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div><?php
|
|
|
|
endwhile;
|
|
|
|
else:
|
|
|
|
_e( 'Sorry, no posts matched your criteria.', 'textdomain' );
|
|
|
|
endif;
|
|
|
|
wp_reset_postdata();
|
|
|
|
?>
|
|
|
|
<div class="container-secundaries">
|
|
|
|
<?php
|
|
|
|
$arguments = array (
|
|
|
|
'post_type' => '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();
|
|
|
|
?>
|
|
|
|
<div class="noticiasecundaria">
|
|
|
|
<?php
|
|
|
|
the_date('d/m/Y');
|
|
|
|
the_title( '<h4><a href="'.get_post_permalink().'">', '</a></h4>' );
|
|
|
|
?>
|
|
|
|
</div>
|
|
|
|
<?php
|
|
|
|
endwhile;
|
|
|
|
else:
|
|
|
|
_e( 'Sorry, no posts matched your criteria.', 'textdomain' );
|
|
|
|
endif;
|
|
|
|
wp_reset_postdata();
|
|
|
|
?>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="container-xxss">
|
|
|
|
<div class="xxss">
|
|
|
|
<h2>Twitter</h2>
|
|
|
|
<a class="twitter-timeline" data-width="100%" data-height="450" href="https://twitter.com/EsperantoCAT?ref_src=twsrc%5Etfw"></a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> </div>
|
|
|
|
|
|
|
|
<div class="xxss">
|
|
|
|
<h2>Instagram</h2>
|
|
|
|
<script src="https://apps.elfsight.com/p/platform.js" defer></script>
|
|
|
|
<div class="elfsight-app-f558de3f-b2a1-4760-a0b7-a2b9d126bb94"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div id="agenda">
|
|
|
|
<div id="menulateral"><?php wp_nav_menu( array( 'theme_location' => 'lateral-portada' ) ); ?></div>
|
|
|
|
|
|
|
|
<h2><?php pll_e('Agenda');?></h2>
|
|
|
|
|
|
|
|
<?php
|
2023-05-21 23:19:22 +02:00
|
|
|
$avuies = date("Ymd");
|
2023-05-21 23:02:51 +02:00
|
|
|
$arguments = array (
|
|
|
|
'post_type' => 'events',
|
|
|
|
//'category_name' => 'esdeveniments',
|
2023-05-21 23:19:22 +02:00
|
|
|
'posts_per_page' => '5',
|
|
|
|
'meta_key' => 'Data',
|
|
|
|
'meta_value' => $avuies,
|
|
|
|
'meta_compare' => '>='
|
2023-05-21 23:02:51 +02:00
|
|
|
);
|
|
|
|
$post_query = new WP_Query($arguments);
|
|
|
|
if ( $post_query -> have_posts() ) :
|
|
|
|
while ( $post_query -> have_posts() ) : $post_query -> the_post();
|
|
|
|
?>
|
|
|
|
<div class="agenda-item">
|
|
|
|
|
|
|
|
<div class="agenda-titol"><?php the_title( '<h3><a href="'.get_post_permalink().'"><strong>', '</strong></a></h3>' ); ?></div>
|
|
|
|
<div class="agenda-data">
|
|
|
|
<?php
|
|
|
|
|
|
|
|
$ladata = get_post_meta(get_the_ID());
|
|
|
|
$datafinal= $ladata['Data'][0];
|
|
|
|
$llocfinal = $ladata['Lloc'][0];
|
|
|
|
//echo $datafinal;
|
|
|
|
$date = DateTime::createFromFormat('Ymd', $datafinal);
|
|
|
|
echo '<img src="/wp-content/themes/keatema/img/calendar-svgrepo-com.svg" class="miniicona" /> '.$date->format('Y-m-d')."<br />";
|
|
|
|
echo '<img src="/wp-content/themes/keatema/img/location-sign-svgrepo-com.svg" class="miniicona" /> '.$llocfinal;
|
|
|
|
?> </div>
|
|
|
|
</div>
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
endwhile;
|
|
|
|
else:
|
|
|
|
_e( 'Sorry, no posts matched your criteria.', 'textdomain' );
|
|
|
|
endif;
|
|
|
|
wp_reset_postdata();
|
|
|
|
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<?php get_footer();?>
|