Compare commits
No commits in common. "6c117bfb67d22c22e1865aa6d8b17ef02250b45d" and "0ee5eadd603ff8fe64804893a1cc38e5087122b4" have entirely different histories.
6c117bfb67
...
0ee5eadd60
|
@ -135,7 +135,13 @@ get_header();
|
||||||
<?php endif; //end query convo ?>
|
<?php endif; //end query convo ?>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<?php
|
<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
|
// comparing dates
|
||||||
// https://wordpress.stackexchange.com/a/12305
|
// https://wordpress.stackexchange.com/a/12305
|
||||||
$the_query_archive_convopre2024 = new WP_Query(
|
$the_query_archive_convopre2024 = new WP_Query(
|
||||||
|
@ -153,14 +159,8 @@ get_header();
|
||||||
// )
|
// )
|
||||||
// uncomment above to activate preview of pre 2024 convos
|
// uncomment above to activate preview of pre 2024 convos
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
<?php if ( $the_query_archive_convopre2024->have_posts() ) : ?>
|
<?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">
|
<content class="archive-posts category-convocatoriespre2024">
|
||||||
<?php while ( $the_query_archive_convopre2024->have_posts() ) : $the_query_archive_convopre2024->the_post(); ?>
|
<?php while ( $the_query_archive_convopre2024->have_posts() ) : $the_query_archive_convopre2024->the_post(); ?>
|
||||||
|
|
||||||
|
@ -175,8 +175,8 @@ get_header();
|
||||||
?>
|
?>
|
||||||
<?php wp_reset_postdata(); ?>
|
<?php wp_reset_postdata(); ?>
|
||||||
</content>
|
</content>
|
||||||
|
<?php endif; //end query convopre2024 ?>
|
||||||
</section>
|
</section>
|
||||||
<?php endif; //end query convopre2024 ?>
|
|
||||||
|
|
||||||
</main><!-- #main -->
|
</main><!-- #main -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue