Compare commits
3 Commits
0ee5eadd60
...
6c117bfb67
Author | SHA1 | Date |
---|---|---|
jorge | 6c117bfb67 | |
jorge | 9ec63579ad | |
jorge | 9cb18552d0 |
|
@ -135,12 +135,6 @@ get_header();
|
||||||
<?php endif; //end query convo ?>
|
<?php endif; //end query convo ?>
|
||||||
|
|
||||||
</section>
|
</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
|
<?php
|
||||||
// comparing dates
|
// comparing dates
|
||||||
// https://wordpress.stackexchange.com/a/12305
|
// https://wordpress.stackexchange.com/a/12305
|
||||||
|
@ -161,6 +155,12 @@ get_header();
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
<?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