hangar-wp-theme/hangar
jorge-vitrubio fc3e098ea4 first local commit 2021-02-18 14:09:56 +01:00
..
css first local commit 2021-02-18 14:09:56 +01:00
custom-login first local commit 2021-02-18 14:09:56 +01:00
images first local commit 2021-02-18 14:09:56 +01:00
languages first local commit 2021-02-18 14:09:56 +01:00
library first local commit 2021-02-18 14:09:56 +01:00
404.php first local commit 2021-02-18 14:09:56 +01:00
README.md first local commit 2021-02-18 14:09:56 +01:00
artistes_alfa.php first local commit 2021-02-18 14:09:56 +01:00
artistes_anys.php first local commit 2021-02-18 14:09:56 +01:00
caixes.php first local commit 2021-02-18 14:09:56 +01:00
caixes4.php first local commit 2021-02-18 14:09:56 +01:00
caixes5.php first local commit 2021-02-18 14:09:56 +01:00
caixesOld.php first local commit 2021-02-18 14:09:56 +01:00
cat_links.php first local commit 2021-02-18 14:09:56 +01:00
category-news.php first local commit 2021-02-18 14:09:56 +01:00
category.php first local commit 2021-02-18 14:09:56 +01:00
comments.php first local commit 2021-02-18 14:09:56 +01:00
footer.php first local commit 2021-02-18 14:09:56 +01:00
footer2.php first local commit 2021-02-18 14:09:56 +01:00
functions.php first local commit 2021-02-18 14:09:56 +01:00
header-plain.php first local commit 2021-02-18 14:09:56 +01:00
header.php first local commit 2021-02-18 14:09:56 +01:00
home.php first local commit 2021-02-18 14:09:56 +01:00
index.php first local commit 2021-02-18 14:09:56 +01:00
loop.php first local commit 2021-02-18 14:09:56 +01:00
page-plain.php first local commit 2021-02-18 14:09:56 +01:00
page.php first local commit 2021-02-18 14:09:56 +01:00
phptest.php.backup first local commit 2021-02-18 14:09:56 +01:00
related-post.php first local commit 2021-02-18 14:09:56 +01:00
search.php first local commit 2021-02-18 14:09:56 +01:00
seccions.php first local commit 2021-02-18 14:09:56 +01:00
sidebar-primary.php first local commit 2021-02-18 14:09:56 +01:00
sidebar-secondary.php first local commit 2021-02-18 14:09:56 +01:00
single.php first local commit 2021-02-18 14:09:56 +01:00
single_seccio.php first local commit 2021-02-18 14:09:56 +01:00
style.css first local commit 2021-02-18 14:09:56 +01:00
tag.php first local commit 2021-02-18 14:09:56 +01:00
taxonomy.php first local commit 2021-02-18 14:09:56 +01:00

README.md

title
hangar template howto

opciones de las páginas de artistas

editar el docuemnto seccions.php para controlar la visualización de las páginas

if ($pare == 2) : //artistes residents
  $tipus = 'art';
elseif ($pare == 46565) : //artistes residents estada curta
    $tipus = 'art';
elseif ($pare == 136) :  //desc+arregues
  $tipus = 'desc';
elseif ($pare == 74) :  //equip
  $tipus = 'equip';
elseif ($pare == 40378) :  //patronat
  $tipus = 'equip';
else:
  $tipus = 'pag';
endif;