This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
sermn_wiki:userpages:marta:configuracio_blog [2011/04/18 11:36] miquel creat |
sermn_wiki:userpages:marta:configuracio_blog [2011/04/24 16:26] (current) miquel |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Qüestions a decidir ===== | ===== Qüestions a decidir ===== | ||
| + | Hi ha diverses qüestions a decidir sobre el funcionament del blog: | ||
| - Comentaris a les notícies | - Comentaris a les notícies | ||
| - | * //Comment author must fill out name and e-mail// o //Users must be registered and logged in to comment// | + | * "Comment author must fill out name and e-mail" |
| - | * //Comments should be displayed with the OLDER-NEWER comments at the top of each page// | + | * "Comments should be displayed with the OLDER?-NEWER? comments at the top of each page" |
| - Before a comment appears | - Before a comment appears | ||
| - | * //Before a comment appears An administrator must always approve the comment// o | + | * "Before a comment appears An administrator must always approve the comment" |
| - | * //Comment author must have a previously approved comment// | + | * "Comment author must have a previously approved comment" |
| - Site Visibility | - Site Visibility | ||
| - | * //Site Visibility | + | * "I would like my site to be visible to everyone, including search engines (like Google, Bing, Technorati) and archivers" |
| - | * //I would like to block search engines, but allow normal visitors// | + | * "I would like to block search engines, but allow normal visitors" |
| + | - Content licensing | ||
| + | * Check the [[http:// | ||
| ===== Login i administració a través d' | ===== Login i administració a través d' | ||
| Line 19: | Line 22: | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| + | |||
| + | ===== Lletra en negreta al menú ===== | ||
| + | |||
| + | Tenia la sensació de que el text al menú, en gris o blanc i sobre fons negre, no es llegia clarament, i he decidit canviar el tipus de lletra a negreta. Per això, cal modificar el fitxer ''/ | ||
| + | |||
| + | <code css> | ||
| + | /* =Menu | ||
| + | -------------------------------------------------------------- */ | ||
| + | |||
| + | [... lines removed ...] | ||
| + | |||
| + | #access a { | ||
| + | color: #aaa; | ||
| + | display: block; | ||
| + | line-height: | ||
| + | padding: 0 10px; | ||
| + | text-decoration: | ||
| + | font-weight: | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | Ara el text apareix en negreta, el contrast és major, i la llegibilitat ha millorat. | ||
| ===== Canvis al núvol de tags ===== | ===== Canvis al núvol de tags ===== | ||
| Line 24: | Line 49: | ||
| Seguint les instruccions a [[http:// | Seguint les instruccions a [[http:// | ||
| + | Per tal que el canvi afecti a qualsevol //núvol d' | ||
| + | |||
| + | <code php> | ||
| + | /** | ||
| + | * Display tag cloud. | ||
| + | * | ||
| + | |||
| + | [... lines removed ...] | ||
| + | |||
| + | */ | ||
| + | function wp_tag_cloud( $args = '' | ||
| + | $defaults = array( | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ); | ||
| + | $args = wp_parse_args( $args, $defaults ); | ||
| + | |||
| + | </ | ||