×

注意!页面内容来自https://punchng.com/fubara-appoints-new-ssg-chief-of-staff/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

<> .mobile-only { display: none !important; } .sticky-footer-ad .desktop-only { display: flex; transition: height 0.66s ease-out; } .breaking-news { /* display: none; */ z-index: 9999; top: 10px; } .widget-area { list-: none; } .widget_custom_html { list-: none; } .news-section-four a.mobile-footer { display: none; } .container{ max-width: 90%; } .pulsating-circle { position: absolute; /* left: 50%; */ /* top: 50%; */ transform: translateX(-120%) translateY(5%); width: 20px; height: 20px; } .pulsating-circle:before { content: ''; position: relative; display: block; width: 150%; height: 150%; box-sizing: border-box; margin-left: -25%; margin-top: -25%; border-radius: 150%; background-color: red; animation: pulse-ring 1.25s cubic-bezier(0.2150.610.3551) infinite; } .pulsating-circle:after { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; border-radius: 232px; background-color: #dd0303; animation: pulse-dot 1.25s cubic-bezier(0.4550.030.5150.955) -0.4s infinite; } @keyframes pulse-ring { 0% { transform: scale(0.33); } 80%100% { opacity: 0; } } @keyframes pulse-dot { 0% { transform: scale(0.8); } 50% { transform: scale(1); } 100% { transform: scale(0.8); } } /* .desktop-footer { display: flex; } */ /* .sticky-footer-ad { display: flex !important; } */ @media (max-width: 480px) { .container{ max-width: 100%; } .news-section-four a.mobile-footer { display: flex; } .desktop-footer { display: none; } .mobile-only { display: block !important; } .sticky-footer-ad .mobile-only { display: flex !important; } .desktop-only { display: none !important; } .sticky-footer-ad { display: none; } .sticky-footer-ad .desktop-only { display: none !important; } } .progress { width: 100%; height: 3px; background: #ffff; } .bar { height: 3px; background: #ff0100; width: 0%; } .author-summary { border-left: 2px solid red; padding-left: 0.5em; p { font-size: 0.9em; color: grey; } }
×

Most Widely Read Newspaper

<> .install-banner { display: none; } .download-se { border: white; background-color: red; color: white; border-radius: 10px; padding: 8px; /* margin-top: 10px; */ }
<> .social-share-section { display: flex; /* position: sticky; */ flex-direction: column; } .social-share-section .sticky-share-single { display: inline-block; margin-bottom: 1em; }

Fubara appoints new SSGchief of staff

Siminalayi Fubara

FILE Copy: Governor of Rivers StateSiminalayi Fubara



Getting your Trinity Audio player ready...

Rivers State GovernorSiminalayi Fubarahas named a new Secretary to the State Government and a new Chief of Staff at Government HousePort Harcourt.

According to a statement issued on Thursdaythe governor appointed Dagogo Wokoma as the new SST and Mr Sunny Ewule as his new Chief of Staff.

The appointments were contained in a Special Government Announcement signed by the Chief Press Secretary to the GovernorOnwuka Nzeshiand made available to journalists.

According to the statementthe two appointments take immediate effect.

No reason was given for the removal of the former occupants of the offices.

It added that the new appointees will be sworn in at 2pm at Government HousePort Harcourt.

The statement read“The Governor of Rivers StateSir Siminalayi Fubarahas appointed Dr Dagogo S.A. Wokoma as the Secretary to the State Government and Barrister Sunny Ewule as the Chief of Staff.

“Both appointments are with immediate effect. The new appointees will be sworn in at 2:00 p.m. todayThursdayFebruary 262026.

“The swearing-in ceremony will take place at the Executive Council ChamberGovernment HousePort Harcourt.”

PUNCH Online reports that the new SSG replaces Mr Benibo Anabrabawhile the new Chief of Staff replaces Edison Ehie.

Ehie’s position had earlier been a subject of speculation since President Bola Tinubu first intervened in the political crisis rocking the statewith sources claiming he had been acting in the capacity behind the scenes.

The new appointments are believed to be a fallout of the recent reconciliation between Fubara and his former political allythe Minister of the Federal Capital TerritoryNyesom Wikeafter Tinubu intervened to halt the planned impeachment of the governor by the Rivers State House of Assembly and brokered peace between the two leaders.

The Speaker of the AssemblyMartin Amaewhuleduring plenary last weeksaid the House had officially withdrawn its impeachment proceedings against Fubara and his deputyProf. Ngozi Odufollowing the President’s intervention.

Fubara recently dissolved his cabinet of eight commissioners and relieved all his Special Advisers of their duties.

Dennis Naku

Dennis Naku is a journalist at Punch Newspapers with approximately 19 years of professional experience. He has previously worked with Champion Newspapers and National Mirror Newspaperreporting across multiple beats. His work reflects extensive newsroom experience and a commitment to professional journalism practice.

  • Stay informed and ahead of the curve! Follow The Punch Newspaper on WhatsApp for real-time updatesbreaking newsand exclusive content. Don't miss a headline – join now!

    Join The Punch Newspapers Channel

    Stay in the know—fast. Get instant alertsbreaking headlinesand exclusive stories with the Punch News App. Download now and never miss a beat.

    Get the Punch News App
    <> /* ─── 1. tunables ─────────────────────────────────────────── */ :root{ --cube-size: 160px; /* every face is square: 160 × 160 */ --half: calc(var(--cube-size) / 2); } /* ─── 2. advert shell ─────────────────────────────────────── */ .epaper-ad{ max-width: 100% !important; /* little gutter */ margin: 0 auto; text-align: center; font-family: system-uisans-serif; background: #F0F0F0; padding-top: 3rem !important; padding: 1.5rem 1rem 2rem; border-radius: 8px; } /* ─── 3. perfectly centred cube ───────────────────────────── */ .scene{ width: var(--cube-size); height: 250px; margin: 0 auto 1rem; perspective: 900px; /* depth */ position: relative; } .cube{ width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%-50%); /* ⇐ put its own centre on the pole */ transform-: preserve-3d; transform-origin: center center; /* spin around its midpoint */ animation: spin 14s linear infinite; } @keyframes spin{ from{ transform: translate(-50%-50%) rotateY( 0deg); } to { transform: translate(-50%-50%) rotateY(-360deg); } } /* ── cube faces ── */ .cube-face{ position: absolute; width: 100%; height: 100%; backface-visibility: hidden; border-radius: 4px; overflow: hidden; } .front { transform: translateZ(var(--half)); } .back { transform: rotateY(180deg) translateZ(var(--half)); } .right { transform: rotateY( 90deg) translateZ(var(--half)); } .left { transform: rotateY(-90deg) translateZ(var(--half)); } .cube-face img{ width: 100%; height: 100%; object-fit: cover; } /* ─── 4. text & button ───────────────────────────────────── */ .headline{ color:#ff0100; font-size: 1.3rem; font-weight: 800; margin-top: 6px !important ; } .blurb { color: black; font-size: 1rem; line-height: 1.35; margin-bottom: 1rem; } .cta{ display: inline-block; padding: .6rem 1.5rem; background: #ff0100; color: #fff; font-weight: 700; text-decoration: none; border-radius: 4px; transition: background .18s ease-in-out; } .cta:hover{ background: #a50d26; }


    Read PUNCH Anywhere

    Unlock the full print replica on any device - every pageevery day. Subscribe now for instant e-edition access.

    Subscribe

    Latest News

  • <> /* FOOTER SLIDE WRAPPER */ #bottom-slide-wrapper { position: fixed; left: 0; bottom: -120px; /* hidden initially */ width: 100%; z-index: 999999; background: #fff; overflow: hidden; box-shadow: 0 -2px 8px rgba(0,0,0,0.15); transition: bottom 0.5s ease; display: flex; justify-content: center; align-items: center; } /* open = visible */ #bottom-slide-wrapper.open { bottom: 0; } /* ad container */ .bottom-slide-ad { width: 100%; height: 70px; } @media (min-width:728px){ .bottom-slide-ad { height: 100px; } } /* pull-tab button */ #slide-down-btn { position: fixed; right: 50px; bottom: 0; width: 42px; height: 30px; display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #d0d0d0; border-bottom: none; border-radius: 5px 5px 0 0; font-size: 14px; cursor: pointer; z-index: 1000000; transition: bottom 0.35s ease; }