added residencies internacionals to sections template

This commit is contained in:
jorge-vitrubio 2022-09-19 14:51:14 +02:00
parent 8559a6c9da
commit 23d659a229
1 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,7 @@ get_header(); ?>
<?php if ( has_post_thumbnail() ) : // check if the post has a Post Thumbnail assigned to it.
the_post_thumbnail('thumbnail'); ?>
<p class="excerptbox"><?php echo get_the_excerpt(); ?></p>
<p class="excerptbox"><?php echo get_the_excerpt(); ?></p>
<?php else : ?>
<div class="contentcurt"><?php echo get_the_content_with_formatting(); ?></div>
<?php endif; ?>
@ -71,6 +71,8 @@ get_header(); ?>
$tipus = 'art';
elseif ($pare == 46572) : //artistes amb beca post=46572
$tipus = 'art';
elseif ($pare == 58844) : //artistes internacionals post=58844
$tipus = 'art';
elseif ($pare == 136) : //desc+arregues post=136
$tipus = 'desc';
elseif ($pare == 74) : //equip post=74