added termini end date to each fund view
This commit is contained in:
parent
a1c402ebe2
commit
7a5eb14956
|
@ -15,6 +15,11 @@
|
|||
<?php the_title(); ?>
|
||||
</a>
|
||||
</h3>
|
||||
<?php if( get_field('xxp_fund_apply_end') ): ?>
|
||||
<h6 class="item-xxp_fund_dates">
|
||||
<span>Termini fins al <?php the_field('xxp_fund_apply_end'); ?></li>
|
||||
</h6>
|
||||
<?php endif; ?>
|
||||
<?php if( get_field('xxp_funder_name') ): //case of ajuts fund ?>
|
||||
<h6 class="xarxaprod-funder-name"><?php the_field('xxp_funder_name'); ?></h6>
|
||||
<?php endif; ?>
|
||||
|
|
Loading…
Reference in New Issue