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