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