Wisdom for Today

Permalink

Loading view. [{“@context”:”http://schema.org”,”@type”:”Event”,”name”:”Launching of Book – In the Footsteps of David”,”description”:”<p>In the Footsteps of David SPECIAL INVITATION TO THE LAUNCHING OF APOSTLE IFEOMA FIIRITER\u2019S LATEST BOOK, IN THE FOOTSTEPS OF DAVID: Godly Wisdom Through The Life Of The Man After […]</p>\\n”,”url”:”https://www.rormi.org.uk/event/839/”,”eventAttendanceMode”:”https://schema.org/OfflineEventAttendanceMode”,”eventStatus”:”https://schema.org/EventScheduled”,”startDate”:”2016-08-13T16:30:00+01:00″,”endDate”:”2016-08-13T18:00:00+01:00″,”location”:{“@type”:”Place”,”name”:”FRIENDS MEETING HOUSE”,”description”:””,”url”:””,”address”:{“@type”:”PostalAddress”,”streetAddress”:”Court Road\t “,”addressLocality”:”SOUTHPORT “,”postalCode”:”PR9 9ER”,”addressCountry”:”United Kingdom”},”telephone”:””,”sameAs”:””},”organizer”:{“@type”:”Person”,”name”:”Robe of Righteousness Ministries”,”description”:””,”url”:”http://www.rormi.org.uk”,”telephone”:”01612736597″,”email”:”robeofrighteousness@btinternet.com”,”sameAs”:”http://www.rormi.org.uk”},”performer”:”Organization”}]

{“slug”:”day”,”prev_url”:”https:\/\/www.rormi.org.uk\/events\/tag\/ifeoma-fiiriter\/day\/2016-04-09\/”,”next_url”:”https:\/\/www.rormi.org.uk\/events\/tag\/ifeoma-fiiriter\/day\/2016-04-11\/”,”view_class”:”Tribe\\Events\\Views\\V2\\Views\\Day_View”,”view_slug”:”day”,”view_label”:”Day”,”title”:”Ifeoma Fiiriter – Robe of Righteousness Ministries International”,”events”:[],”url”:”https:\/\/www.rormi.org.uk\/events\/tag\/ifeoma-fiiriter\/day\/2016-04-10\/”,”url_event_date”:”2016-04-10″,”bar”:{“keyword”:””,”date”:”2016-04-10″},”today”:”2026-03-17 00:00:00″,”now”:”2026-03-17 19:21:04″,”rest_url”:”https:\/\/www.rormi.org.uk\/wp-json\/tribe\/views\/v2\/html”,”rest_method”:”POST”,”rest_nonce”:””,”should_manage_url”:true,”today_url”:”https:\/\/www.rormi.org.uk\/events\/tag\/ifeoma-fiiriter\/today\/”,”today_title”:”Click to select today’s date”,”today_label”:”Today”,”prev_label”:”2016-04-09″,”next_label”:”2016-04-11″,”date_formats”:{“compact”:”n\/j\/Y”,”month_and_year_compact”:”n\/j\/Y”,”month_and_year”:”F Y”,”time_range_separator”:” – “,”date_time_separator”:” @ “},”messages”:{“notice”:[“No events scheduled for April 10, 2016. Jump to the next upcoming events.”]},”start_of_week”:”1″,”header_title”:”Ifeoma Fiiriter”,”header_title_element”:”h1″,”content_title”:””,”breadcrumbs”:[{“link”:”https:\/\/www.rormi.org.uk\/events\/”,”label”:”Events”},{“link”:””,”label”:”Ifeoma Fiiriter”}],”before_events”:””,”after_events”:”\n\n”,”display_events_bar”:true,”disable_event_search”:false,”live_refresh”:true,”ical”:{“display_link”:true,”link”:{“url”:”https:\/\/www.rormi.org.uk\/events\/tag\/ifeoma-fiiriter\/day\/2016-04-10\/?ical=1″,”text”:”Export Events”,”title”:”Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps”}},”container_classes”:[“tribe-common”,”tribe-events”,”tribe-events-view”,”tribe-events-view–day”],”container_data”:[],”is_past”:false,”breakpoints”:{“xsmall”:500,”medium”:768,”full”:960},”breakpoint_pointer”:”0059e22b-8338-4d69-a93a-3115e4fe7a96″,”is_initial_load”:true,”public_views”:{“list”:{“view_class”:”Tribe\\Events\\Views\\V2\\Views\\List_View”,”view_url”:”https:\/\/www.rormi.org.uk\/events\/tag\/ifeoma-fiiriter\/list\/?tribe-bar-date=2016-04-10″,”view_label”:”List”},”month”:{“view_class”:”Tribe\\Events\\Views\\V2\\Views\\Month_View”,”view_url”:”https:\/\/www.rormi.org.uk\/events\/tag\/ifeoma-fiiriter\/2016-04\/”,”view_label”:”Month”},”day”:{“view_class”:”Tribe\\Events\\Views\\V2\\Views\\Day_View”,”view_url”:”https:\/\/www.rormi.org.uk\/events\/tag\/ifeoma-fiiriter\/day\/2016-04-10\/”,”view_label”:”Day”}},”show_latest_past”:true,”next_rel”:”noindex”,”prev_rel”:”noindex”,”subscribe_links”:{“gcal”:{“label”:”Google Calendar”,”single_label”:”Add to Google Calendar”,”visible”:true,”block_slug”:”hasGoogleCalendar”},”ical”:{“label”:”iCalendar”,”single_label”:”Add to iCalendar”,”visible”:true,”block_slug”:”hasiCal”},”outlook-365″:{“label”:”Outlook 365″,”single_label”:”Outlook 365″,”visible”:true,”block_slug”:”hasOutlook365″},”outlook-live”:{“label”:”Outlook Live”,”single_label”:”Outlook Live”,”visible”:true,”block_slug”:”hasOutlookLive”},”ics”:{“label”:”Export .ics file”,”single_label”:”Export .ics file”,”visible”:true,”block_slug”:null},”outlook-ics”:{“label”:”Export Outlook .ics file”,”single_label”:”Export Outlook .ics file”,”visible”:true,”block_slug”:null}},”_context”:{“slug”:”day”},”text”:”Loading…”,”classes”:[“tribe-common-c-loader__dot”,”tribe-common-c-loader__dot–third”]}

No events scheduled for April 10, 2016. Jump to the next upcoming events.

No events scheduled for April 10, 2016. Jump to the next upcoming events.

Ifeoma Fiiriter


Events


Ifeoma Fiiriter

Events Search and Views Navigation


Search

Enter Keyword. Search for Events by Keyword.

Find Events

Event Views Navigation




Day




List





Month





Day


Today


4/10/2016


April 10, 2016

Select date.

Subscribe to calendar

( function () {
var completed = false;

function initBreakpoints() {
if ( completed ) {
// This was fired already and completed no need to attach to the event listener.
document.removeEventListener( ‘DOMContentLoaded’, initBreakpoints );
return;
}

if ( ‘undefined’ === typeof window.tribe ) {
return;
}

if ( ‘undefined’ === typeof window.tribe.events ) {
return;
}

if ( ‘undefined’ === typeof window.tribe.events.views ) {
return;
}

if ( ‘undefined’ === typeof window.tribe.events.views.breakpoints ) {
return;
}

if ( ‘function’ !== typeof (window.tribe.events.views.breakpoints.setup) ) {
return;
}

var container = document.querySelectorAll( ‘[data-view-breakpoint-pointer=”0059e22b-8338-4d69-a93a-3115e4fe7a96″]’ );
if ( ! container ) {
return;
}

window.tribe.events.views.breakpoints.setup( container );
completed = true;
// This was fired already and completed no need to attach to the event listener.
document.removeEventListener( ‘DOMContentLoaded’, initBreakpoints );
}

// Try to init the breakpoints right away.
initBreakpoints();
document.addEventListener( ‘DOMContentLoaded’, initBreakpoints );
})();

{“_tec_view_rest_nonce_primary”:”23af2477f4″,”_tec_view_rest_nonce_secondary”:””}