added residencies internacionals to sections template
This commit is contained in:
parent
8559a6c9da
commit
23d659a229
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue