jorge be1eacaaad | ||
---|---|---|
css | ||
custom-login | ||
images | ||
languages | ||
library | ||
.gitignore | ||
404.php | ||
LICENSE | ||
README.md | ||
artistes_alfa.php | ||
artistes_anys.php | ||
caixes.php | ||
caixes4.php | ||
caixes5.php | ||
caixesOld.php | ||
cat_links.php | ||
category-news.php | ||
category.php | ||
comments.php | ||
footer.php | ||
footer2.php | ||
functions.php | ||
header-plain.php | ||
header.php | ||
home.php | ||
index.php | ||
loop.php | ||
page-plain.php | ||
page.php | ||
phptest.php.backup | ||
related-post.php | ||
screenshot.png | ||
search.php | ||
seccions.php | ||
sidebar-primary.php | ||
sidebar-secondary.php | ||
single.php | ||
single_seccio.php | ||
style.css | ||
tag.php | ||
taxonomy.php |
README.md
hangar wordpress theme
side menu and logos howto
The side panel is controlled throght menus and widgets.
widgets
The menu shows the content of "Zona de ginys primaria" or "Primary widgets area", inside we have different widgets to control the menus
Each menu widget calls a submenu.
- hangar: https://hangar.org/wp-admin/widgets.php
- test hangar: https://test.hangar.org/wp-admin/widgets.php
menus
The menus content is changed in the menus control pannel
- hangar: https://hangar.org/wp-admin/nav-menus.php
- test hangar: https://test.hangar.org/wp-admin/nav-menus.php
names now are defined by "order" but names can be changed as well content
logo howto
To change logo change content of images/logo.gif
to desired logo to be displayed wich is called in file header.php line #94
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;