Compare commits

...

2 Commits

Author SHA1 Message Date
jorge cff43e2bef changes if and elseif not beign properly applied 2022-09-12 10:50:06 +02:00
jorge 2252e3d684 tabbed properly to nest content 2022-09-12 10:49:39 +02:00
2 changed files with 31 additions and 30 deletions

View File

@ -27,39 +27,38 @@
<h3 class="box <?php echo $tipus;?>"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'hangar' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title() ;?> </a> </h3> <h3 class="box <?php echo $tipus;?>"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'hangar' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title() ;?> </a> </h3>
<?php endif;?> <?php endif;?>
</div> </div>
<?php if ($tipus == 'art') : <?php if ($tipus == 'art') :?>
if(get_post_meta($post->ID, 'autor_tipo_resid', true) && get_post_meta($post->ID, 'autor_data_resid', true)): ?> <?php if(get_post_meta($post->ID, 'autor_tipo_resid', true) && get_post_meta($post->ID, 'autor_data_resid', true)): ?>
<p class="meta box"> <p class="meta box">
<?php echo __(get_post_meta($post->ID, 'autor_tipo_resid', true)) ?> <?php echo __(get_post_meta($post->ID, 'autor_tipo_resid', true)) ?>
<br /> <br />
<?php echo __(get_post_meta($post->ID, 'autor_data_resid', true)) ?> <?php echo __(get_post_meta($post->ID, 'autor_data_resid', true)) ?>
</p> </p>
<?php else : ?>
<p class="meta box novista"></p>
<?php endif; ?>
<?php else : ?> <?php else : ?>
<p class="meta box novista"></p> <p class="meta box"><?php echo get_post_meta($post->ID, 'data_obra', true) ?></p>
<?php endif; ?> <?php endif; ?>
<?php else : ?> <?php if ( has_post_thumbnail() ) : ?>
<p class="meta box"><?php echo get_post_meta($post->ID, 'data_obra', true) ?></p> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" >
<?php endif; ?> <?php the_post_thumbnail('artists-thumb'); ?>
<?php if ( has_post_thumbnail() ) : ?> <?php //the_post_thumbnail('thumbnail'); ?>
<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" > </a>
<?php //the_post_thumbnail('artists-thumb'); ?> <?php else : ?>
<?php the_post_thumbnail('thumbnail'); ?> <img class="noimatge gran" width="200" height="230" title="imatge no disponible" alt="imatge no disponible" src="<?php echo get_template_directory_uri() .'/images/noimatgegran.jpg';?>" />
</a>
<?php else : ?>
<img class="noimatge gran" width="200" height="230" title="imatge no disponible" alt="imatge no disponible" src="<?php echo get_template_directory_uri() .'/images/noimatgegran.jpg';?>" />
<?php endif; ?>
<div class="boxpeu" >
<!-- la fletxeta link al post/pàgina -->
<a href="<?php the_permalink(); ?>" class="peubox" title="<?php printf( esc_attr__( 'Permalink to %s', 'hangar' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><img alt="enllaç" src="<?php echo get_template_directory_uri() . '/images/fletxalink.png';?>" /></a>
<?php if (is_home()) : ?>
<!-- els quadrets link a la categoria pare -->
<a href="<?php echo get_permalink(2); ?>" class="peudret" title="<?php echo get_the_title(2); ?>" rel="bookmark"><img alt="enllaç a la categoria" src="<?php echo get_template_directory_uri() . '/images/totslink.png';?>" /></a>
<?php endif; ?> <?php endif; ?>
</div> <div class="boxpeu" >
<!-- la fletxeta link al post/pàgina -->
<a href="<?php the_permalink(); ?>" class="peubox" title="<?php printf( esc_attr__( 'Permalink to %s', 'hangar' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><img alt="enllaç" src="<?php echo get_template_directory_uri() . '/images/fletxalink.png';?>" /></a>
<?php if (is_home()) : ?>
<!-- els quadrets link a la categoria pare -->
<a href="<?php echo get_permalink(2); ?>" class="peudret" title="<?php echo get_the_title(2); ?>" rel="bookmark"><img alt="enllaç a la categoria" src="<?php echo get_template_directory_uri() . '/images/totslink.png';?>" /></a>
<?php endif; ?>
</div>
<!-- EQUIP i MATRONAT --> <!-- EQUIP i MATRONAT -->
<?php elseif ((!$category) and ($tipus == 'equip')): <?php elseif ((!$category) and ($tipus == 'equip')):

View File

@ -63,8 +63,10 @@ get_header(); ?>
<?php if ($indexseccions->have_posts()) : ?> <?php if ($indexseccions->have_posts()) : ?>
<?php echo '<ul>'; $i = 0; while ($indexseccions->have_posts()) : $indexseccions->the_post(); $i++; <?php echo '<ul>'; $i = 0; while ($indexseccions->have_posts()) : $indexseccions->the_post(); $i++;
if ($pare == 2 | 58856) : //artistes residents post=2 post=58856 por cambio página el 2022 07 19 if ($pare == 2 ) : //artistes residents post=2
$tipus = 'art'; $tipus = 'art';
elseif ($pare == 58856) : //artistes residents post=58856 por cambio página el 2022 07 19
$tipus = 'art';
elseif ($pare == 46565) : //artistes residents estada curta post=46565 elseif ($pare == 46565) : //artistes residents estada curta post=46565
$tipus = 'art'; $tipus = 'art';
elseif ($pare == 46572) : //artistes amb beca post=46572 elseif ($pare == 46572) : //artistes amb beca post=46572