/** * NYASA TIMES SEO + ARCHIVE FIX * */ if ( ! defined( 'ABSPATH' ) ) { exit; } /** * ------------------------------------------------------- * 1. CATEGORY CONFIGURATION * ------------------------------------------------------- */ function nyasa_category_seo_data() { return array( 'news' => array( 'h1' => 'Latest Malawi News', 'title' => 'Latest Malawi News | Breaking Updates & Public Interest Stories | Nyasa Times', 'desc' => 'Latest Malawi news, breaking updates, public-interest stories, community developments and national reports from Nyasa Times.', ), 'national' => array( 'h1' => 'Malawi National News', 'title' => 'Malawi National News | Latest Local & Public Affairs | Nyasa Times', 'desc' => 'Read Malawi national news, public affairs, local updates, government services and community stories from Nyasa Times.', ), 'politics' => array( 'h1' => 'Malawi Politics News', 'title' => 'Malawi Politics News | Government, Parliament & Elections | Nyasa Times', 'desc' => 'Latest Malawi politics news, elections, Parliament, government decisions, party updates, policy debate and analysis from Nyasa Times.', ), 'business' => array( 'h1' => 'Malawi Business & Economy News', 'title' => 'Malawi Business News | Economy, Banking & Markets | Nyasa Times', 'desc' => 'Read Malawi business news, economy, banking, trade, investment, energy, agriculture, jobs and market updates from Nyasa Times.', ), 'sports' => array( 'h1' => 'Malawi Sports News', 'title' => 'Malawi Sports News | Football, Netball & National Teams | Nyasa Times', 'desc' => 'Latest Malawi sports news, football, netball, athletics, clubs, national teams and Malawian athletes at home and abroad.', ), 'education' => array( 'h1' => 'Malawi Education News', 'title' => 'Malawi Education News | Schools, Universities & Exams | Nyasa Times', 'desc' => 'Malawi education news on schools, universities, exams, scholarships, teachers, students, policy updates and learning developments.', ), 'health' => array( 'h1' => 'Malawi Health News', 'title' => 'Malawi Health News | Healthcare & Public Health | Nyasa Times', 'desc' => 'Malawi health news on hospitals, public health, disease outbreaks, medicine, maternal health, children’s health and health policy.', ), 'entertainment' => array( 'h1' => 'Malawi Entertainment News', 'title' => 'Malawi Entertainment News | Music, Culture & Celebrities | Nyasa Times', 'desc' => 'Malawi entertainment news on music, culture, film, fashion, celebrities, festivals, events and creative industry updates.', ), 'columns' => array( 'h1' => 'Malawi Opinion & Analysis', 'title' => 'Malawi Opinion & Analysis | Columns & Commentary | Nyasa Times', 'desc' => 'Read Malawi opinion, columns, editorials and analysis on politics, governance, business, society, leadership and development.', ), 'religious-news' => array( 'h1' => 'Malawi Religion & Faith News', 'title' => 'Malawi Religion & Faith News | Churches & Community | Nyasa Times', 'desc' => 'Malawi religious news, church updates, faith events, Christian community stories, religious leaders and social impact coverage.', ), 'religion' => array( 'h1' => 'Malawi Religion & Faith News', 'title' => 'Malawi Religion & Faith News | Churches & Community | Nyasa Times', 'desc' => 'Malawi religious news, church updates, faith events, Christian community stories, religious leaders and social impact coverage.', ), ); } /** * ------------------------------------------------------- * 2. FIX VISIBLE CATEGORY H1 * ------------------------------------------------------- * * Converts: * Category archives: Latest Malawi News * * Into: * Latest Malawi News */ add_filter( 'get_the_archive_title', function ( $title, $original_title = '', $prefix = '' ) { if ( ! is_category() ) { return $title; } $term = get_queried_object(); if ( ! $term || empty( $term->slug ) ) { return $title; } $data = nyasa_category_seo_data(); if ( isset( $data[ $term->slug ]['h1'] ) ) { return esc_html( $data[ $term->slug ]['h1'] ); } return single_cat_title( '', false ); }, 999, 3 ); /** * Remove WordPress archive prefixes. */ add_filter( 'get_the_archive_title_prefix', '__return_empty_string', 999 ); /** * ------------------------------------------------------- * 3. FIX AIOSEO CATEGORY TITLES * ------------------------------------------------------- * * Prevents titles such as: * "Malawi Latest Malawi News News..." */ add_filter( 'aioseo_title', function ( $title ) { /* * Category titles */ if ( is_category() ) { $term = get_queried_object(); if ( $term && ! empty( $term->slug ) ) { $data = nyasa_category_seo_data(); if ( isset( $data[ $term->slug ]['title'] ) ) { return $data[ $term->slug ]['title']; } } } /* * Article titles * * Converts: * Article headline - Featured News Malawi | Nyasa Times * * Into: * Article headline | Nyasa Times */ if ( is_singular( 'post' ) ) { return wp_strip_all_tags( get_the_title() ) . ' | Nyasa Times'; } return $title; }, 999 ); /** * ------------------------------------------------------- * 4. FIX AIOSEO CATEGORY META DESCRIPTIONS * ------------------------------------------------------- */ add_filter( 'aioseo_description', function ( $description ) { if ( ! is_category() ) { return $description; } $term = get_queried_object(); if ( ! $term || empty( $term->slug ) ) { return $description; } $data = nyasa_category_seo_data(); if ( isset( $data[ $term->slug ]['desc'] ) ) { return $data[ $term->slug ]['desc']; } return $description; }, 999 ); /** * ------------------------------------------------------- * 5. DISPLAY CATEGORY DESCRIPTION * ------------------------------------------------------- * * Shows the short SEO introduction above the article list. */ add_action( 'loop_start', function ( $query ) { if ( is_admin() || ! is_category() || ! $query->is_main_query() ) { return; } static $nyasa_description_shown = false; if ( $nyasa_description_shown ) { return; } $term = get_queried_object(); if ( ! $term || empty( $term->slug ) ) { return; } $data = nyasa_category_seo_data(); if ( ! isset( $data[ $term->slug ]['desc'] ) ) { return; } $nyasa_description_shown = true; echo '
'; echo '

'; echo esc_html( $data[ $term->slug ]['desc'] ); echo '

'; echo '
'; }, 5 );

Mkaka says AU health experts to engage Covid vaccine manufacturers to adjust to variants

Minister of Foreign Affairs, Eisenhower Mkaka, says experts at the African Union (AU) are expected to engage member governments and Covid-19 manufacturers to see how best African countries can be provided with effective vaccines that adjust  due to the new coronavirus variants that have emerged in South Africa.

Health experts at AU will take up the matter – Mchacha (Pic by Sylvester Kumwenda)

The emergence of mutated versions of the virus had “raised questions” about their impact on vaccines particularly after South Africa decided to halt AstraZeneca vaccinations when a study showed the vaccine was less effective at preventing the variant there.

Speaking in Lilongwe when he briefed journalists on the major highlights of the 34th ordinary session of the AU held under the theme “Arts, culture and heritage: Levers for building the Africa we want”, held on February 6 and 7, said a current AU report on the pandemic exposed several issues like the existing health challenges that member states are facing in the fight against the disease.

Amongst other things, the leaders virtually discussed issues ranging from top management of the AU, institutional reform of the organization and the AU Covid-19 response.

“The member states expressed the need for equity and timely access to the COVID-19 vaccine within the continent to achieve the target of vaccinating at least 90 per cent of the population by the end of this year,” he said.

However, Mkaka said the organization has not yet made its official stand on the recent development whereby the administration of one of the vaccines, AstraZeneca, has been temporarily put on hold in South Africa, due to disappointing results.

Reports indicate that a recent trial of the vaccine in South Africa offered minimal protection against mild and moderate cases mainly amongst the youth with only a turnaround of 10 per cent.

“This being a new development, heads of government did not have a chance to discuss the matter and do not have an official stand of the issue at the moment.

“However, health experts at the AU are likely to engage vaccine manufacturers, stakeholders and AU heads of government to ensure that any vaccine being provided to Africans will be effective in combating the disease,” said Mkaka.

President Lazarus Chakwera, who attended the summit from Lilongwe, acknowledged the African Centre for Disease Control for the support rendered to Malawi through the provision of technical expertise and Personal Protective Equipment in the fight against the disease.

The meeting was preceded by the 38th Session of the Executive Council on February 3 and 4. Both meetings were held virtually as a COVID-19 preventative measure.

Follow and Subscribe Nyasa TV :
Follow us in Twitter

12 replies on “Mkaka says AU health experts to engage Covid vaccine manufacturers to adjust to variants”

  1. Not that it counts and unrelated.. But there is something off about this Mkaka guy.. Like ka greed greed chonchi

  2. Mbuzinso ina ndi imeneyi. What are explaining here. Do you know anything about Medicine? Let those who went to school for it talk. Hey just put aside the AstraZeneca vaccine if at all it will arrive at the end of the month for the decision from South Africa.

  3. It was reported that the vaccine which is available in Malawi is a gift from donors.Therefore let capital hill purchase quality medicine using treasury coffers.Why waste time when we are loosing on this battle.We will become extinct if we are not carefull.

  4. Why can’t we engage and provide resources to our local scientists? We have the personnel within our universities and laboratories in the country.

  5. AU experts? my foot. Why didn’t they come up with their own vaccine? You will be lucky to even vaccinate 10% of your continent by the end of the year, never mind 90%. Remember, beggars are not choosers hence will be at the back of the queue.

  6. AU is one of the useless bodies existing currently. There is no union apart from disunion. These institution needs reform like yesterday. They are still looking into discussing with the West ( vaccine providers) thinking they will listen and give them a priority? There is no way.The west has barely vaccinated 30% of their population. We need to be discussing of coming up with our own vaccine for Africa to accelerate in saving its people who are dying more than the chickens. AU needs immediate change. We can’t let African presidents who are all millionaires head and run this institution.

  7. I fail to understand why you can’t order from other suppliers. Anyway I hope the adjustments will be within acceptable limits. Kuopa kutipsereza. azungu amatha kukupasa bulangete lopakidwa katsabola (small pox)

    1. Evil mind. Just be thankful for their kindness. They give you medicine vaccines, food, education and construct your bridges but you continue to insult them. Very pathetic people why not come up with your vaccine.

      1. idiot, a few good deeds ain’t enough to wash out 1,000 years of them cheating and exploiting. get lost

Comments are closed.