Compare commits

..

No commits in common. "6c117bfb67d22c22e1865aa6d8b17ef02250b45d" and "0ee5eadd603ff8fe64804893a1cc38e5087122b4" have entirely different histories.

1 changed files with 10 additions and 10 deletions

View File

@ -135,6 +135,12 @@ get_header();
<?php endif; //end query convo ?>
</section>
<section id="filteredcalls-pre2024" class="xarxaprod-filtered-content xarxaprod-filtered-content xarxaprod-filtered-calls xarxaprod-convos-filtrats">
<header>
<h2 class="section-title"><a href="<?php echo site_url(); ?>/convocatories-pre-2024/">Convocatories pre 2024</a></h2>
</header>
<aside id="callsfilter" class="xarxaprod-filter-calls xarxaprod-fitre-convos">
</aside>
<?php
// comparing dates
// https://wordpress.stackexchange.com/a/12305
@ -155,12 +161,6 @@ get_header();
);
?>
<?php if ( $the_query_archive_convopre2024->have_posts() ) : ?>
<section id="filteredcalls-pre2024" class="xarxaprod-filtered-content xarxaprod-filtered-content xarxaprod-filtered-calls xarxaprod-convos-filtrats">
<header>
<h2 class="section-title"><a href="<?php echo site_url(); ?>/convocatories-pre-2024/">Convocatories pre 2024</a></h2>
</header>
<aside id="callsfilter" class="xarxaprod-filter-calls xarxaprod-fitre-convos">
</aside>
<content class="archive-posts category-convocatoriespre2024">
<?php while ( $the_query_archive_convopre2024->have_posts() ) : $the_query_archive_convopre2024->the_post(); ?>
@ -175,8 +175,8 @@ get_header();
?>
<?php wp_reset_postdata(); ?>
</content>
</section>
<?php endif; //end query convopre2024 ?>
</section>
</main><!-- #main -->