diff --git a/README.md b/README.md index 7afca90..5552268 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,8 @@ uses different host paths or image user IDs. - **Appearance > Customize**: hero, manifesto, laboratory, teacher, lessons, contacts, social links, and footer. -- **Shows**: poster, title, excerpt, year, place, and order. +- **Shows**: poster, title, short description, year, place, and order. The short + description is the **Descrizione breve** field inside **Dettagli spettacolo**. - **Gallery**: image, category, caption/title, and order. - **Settings > General**: site name and tagline. diff --git a/docs/runbook.md b/docs/runbook.md index 844e285..5f4dedd 100644 --- a/docs/runbook.md +++ b/docs/runbook.md @@ -48,6 +48,11 @@ HTTPS redirects during production startup. 4. Confirm the uploaded file exists under `WORDPRESS_DATA_PATH/wp-content/uploads` and is readable by the WordPress container user. +## Show card description is hard to find + +Edit **Spettacoli**, open the show, then use **Dettagli spettacolo > Descrizione +breve**. That field is rendered below the title in the homepage show card. + ## A service cannot write to its volume 1. Stop the affected service. diff --git a/wordpress/mu-plugins/azionelab-content.php b/wordpress/mu-plugins/azionelab-content.php index 9a1569c..c33ca4c 100644 --- a/wordpress/mu-plugins/azionelab-content.php +++ b/wordpress/mu-plugins/azionelab-content.php @@ -58,6 +58,11 @@ function azionelab_show_meta_box( WP_Post $post ): void { $year = get_post_meta( $post->ID, 'azl_show_year', true ); $location = get_post_meta( $post->ID, 'azl_show_location', true ); ?> +
+
+
+ Questo testo appare nella card dello spettacolo in homepage.
+