first commit for branc test tag v3.0 to start devlopment for 2022 sept web milestone"
24
README.md
|
@ -1,5 +1,23 @@
|
|||
# hangar-wp-theme
|
||||
---
|
||||
title: hangar template howto
|
||||
---
|
||||
|
||||
Wordpress theme for hangar.org website
|
||||
### opciones de las páginas de artistas
|
||||
|
||||
Remember: the theme is in `./public_html/wp-content/themes/`
|
||||
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;
|
||||
```
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
---
|
||||
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;
|
||||
```
|
Before Width: | Height: | Size: 423 B After Width: | Height: | Size: 423 B |
Before Width: | Height: | Size: 407 B After Width: | Height: | Size: 407 B |
Before Width: | Height: | Size: 221 B After Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 166 B |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 377 B After Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 349 B After Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 332 B |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 303 B After Width: | Height: | Size: 303 B |
Before Width: | Height: | Size: 274 B After Width: | Height: | Size: 274 B |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 492 B After Width: | Height: | Size: 492 B |
Before Width: | Height: | Size: 491 B After Width: | Height: | Size: 491 B |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 191 B After Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 717 KiB After Width: | Height: | Size: 717 KiB |
|
@ -3,7 +3,7 @@ Theme Name: Hangar, basat en Ari
|
|||
Theme URI: http://wordpress.org/
|
||||
Description: Tema a dues/tres columnes. El logo i el men es troben a l'esquerra. El contingut al mig. A la dreta en les pgines individuals hi ha una barra lateral amb els articles o pgines relacionades.
|
||||
Author: Enfusion team & vitrubio.net
|
||||
Version: 2.1
|
||||
Version: 3.0
|
||||
License: GNU General Public License
|
||||
License URI: license.txt
|
||||
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
|