cuisine

TERRA DE BACALHAU

TERRA DE BACALHAU Cod Country by Giovanni Pereira First published in the UMA News Bulletin under the pen-name “Caramba” The consumption of cod fish is deeply rooted in Portuguese gastronomic culture. This predilection goes back to the time of Os Descobrimentos Portugueses (Portuguese Discoveries in 15th Century) when fishermen ventured into the icy waters of

TERRA DE BACALHAU Read More »

Cook-books

Cook-books Here we list some books on gastronomy, eating habits and  recipes, in alphabetical order of authors. Ana Maria Amaro,  Secret Recipes of Old Macau – Dr. Pitter’s Famous Tea and the Long-Forgotten Patrício’s Tea Filomeno Baptista  Consoada (Christmas Eve Supper) Janet P. Boileau, A Culinary History Of The Portuguese Eurasians: The Origins Of Luso-Asian Cuisine

Cook-books Read More »

1
function special_tooltip_shortcode($atts) { // Default attributes $atts = shortcode_atts(array( 'keyword' => 'Test Tooltip', 'id' => '123', 'items' => '', ), $atts); // Escape output $keyword = esc_html($atts['keyword']); $id = (int) $atts['id']; // Clean items: remove empty lines $lines = preg_split('/\r\n|\r|\n/', $atts['items']); $clean_lines = array_filter(array_map('trim', $lines)); // Trim each line, remove empty $items = ''; foreach ($clean_lines as $line) { $items .= esc_html($line) . '
'; } // Fixed base URL $url = "https://www.macaneselibrary.org/macfams/priv/english/"; // Build output $output = "
{$keyword} #{$id}
{$keyword} #{$id} {$items} Details are in the private website: Already logged in?
Register or login?
"; return $output; } add_shortcode('specialtooltip', 'special_tooltip_shortcode');