User Tools

Site Tools


sermn_wiki:userpages:marta:configuracio_blog

This is an old revision of the document!


Configuració del blog

En aquesta pàgina es recullen els canvis fets a la configuració del blog per adaptar-lo a les nostres necessitats. És probable que alguns dels apartats (plugins? temes?) que actualment es troben a la pàgina sobre el blog acabin, totalment o de forma parcial, formant part d'aquesta pàgina, però per ara convé consultar també la pàgina sobre el blog per fer-se una idea de la configuració actual del nostre servidor de blog WordPress.

Qüestions a decidir

  1. Comentaris a les notícies
    • Comment author must fill out name and e-mail o Users must be registered and logged in to comment
    • Comments should be displayed with the OLDER-NEWER comments at the top of each page
  2. Before a comment appears
    • Before a comment appears An administrator must always approve the comment o
    • Comment author must have a previously approved comment
  3. Site Visibility
    • Site Visibility I would like my site to be visible to everyone, including search engines (like Google, Bing, Technorati) and archivers o
    • I would like to block search engines, but allow normal visitors

Login i administració a través d'HTTPS

  • Administration Over SSL. WordPress 2.6 and later has greatly improved support for administration over SSL out of the box. To easily enable (and enforce) administration over SSL, there are two constants that you can define in your blog's wp-config.php file. :info: Considerar també la possibilitat d'instal·lar el plugin,
    • WordPress HTTPS is intended to be an all-in-one solution to using SSL on WordPress sites.

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 /usr/share/wordpress/wp-content/themes/twentyten/styles.css i afegir font-weight: bold; a l'entrada #access a {} que codifica el format del text al menú,

/* =Menu
-------------------------------------------------------------- */
 
[... lines removed ...]
 
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	font-weight: bold;
}

Ara el text apareix en negreta, el contrast és major, i la llegibilitat ha millorat.

Canvis al núvol de tags

Seguint les instruccions a bavotasan.com i Function Reference/wp tag cloud, he modificat la mida màxima de la lletra al núvol d'etiquetes.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
sermn_wiki/userpages/marta/configuracio_blog.1303120354.txt.gz · Last modified: 2011/04/18 11:52 by miquel