Christmas

Christmas Customs of Macau

Christmas Customs of Macau by An article that first appeared in the Hong Kong Sunday Examiner in 1959 For generations the people of Macau have faithfully observed some beautiful Christmas customs taught them, probably, by the missionaries and nuns who were among the earliest settlers in that outpost of the Portuguese empire. When many of […]

Christmas Customs of Macau Read More »

CONSOADA

CONSOADA Christmas Eve Supper Meno Baptista of pre-Vatican 2 era took their religious obligations very seriously, religiously observing all the Holy Days of Obligations, abstaining from eating meat on Fridays and other proscribed days, confessing and receiving the Eucharist at least once a year as required by Church law. They attended, en masse, the many

CONSOADA 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');