Temi notevoli con editor Gutenberg

  1. Tema Getwid Free

Con il proprio pacco plugin a Blocchi

Appuntamenti:

  • Motopress a pagamento ma con funzione avanzata sul calendario per la funzione di prenotare dal sito web

https://themes.getmotopress.com/restline/

Blocchi:

Video FOSDEM 2024 interessanti

https://fosdem.org/2024/schedule/event/fosdem-2024-3135-bad-ux-is-bad-security-adventures-in-qubes-os-ux-design
https://fosdem.org/2024/schedule/event/fosdem-2024-3353-reproducible-builds-the-first-ten-years
https://fosdem.org/2024/schedule/event/fosdem-2024-3303-the-linux-phone-app-ecosystem
https://fosdem.org/2024/schedule/event/fosdem-2024-2850-where-have-the-women-of-tech-history-gone-
https://fosdem.org/2024/schedule/event/fosdem-2024-3370-an-engineer-s-guide-to-linux-kernel-upgrades
https://fosdem.org/2024/schedule/event/fosdem-2024-3141-linux-kernel-tpm-security-and-trusted-key-updates
https://fosdem.org/2024/schedule/event/fosdem-2024-3209-how-open-source-projects-approach-functional-safety
https://fosdem.org/2024/schedule/event/fosdem-2024-2669–security-modernizing-email-encryption-the-crypto-refresh-of-openpgp
https://fosdem.org/2024/schedule/event/fosdem-2024-2849–security-thunderbird-email-security-plans-and-challenges-
https://fosdem.org/2024/schedule/event/fosdem-2024-2728-thunderbird-why-visual-change-is-good

Custom login di wordpress


function add_logo_to_login() {
    echo '<style type="text/css">
        h1 { background-image:url('.get_bloginfo('template_directory').'/assets/logo.jpg) !important; width: 288px ; height: 278px;}
		.login h1 a {display:none;}
    </style>';
}
add_action('login_head', 'add_logo_to_login');

Piccolo codice per togliere il link wordpress sopra al login ed aggiungere un logo personalizzato. Va messo in function.php del tema.