{"id":408,"date":"2026-06-20T16:52:43","date_gmt":"2026-06-20T16:52:43","guid":{"rendered":"https:\/\/unlockthebible.co.za\/?page_id=408"},"modified":"2026-06-22T19:26:33","modified_gmt":"2026-06-22T19:26:33","slug":"michaels-playground","status":"publish","type":"page","link":"https:\/\/unlockthebible.co.za\/","title":{"rendered":"Home Page"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-55acc25d alignfull uagb-is-root-container\"><\/div>\n\n\n\n<div style=\"margin-top:0;margin-bottom:0;height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div data-aos= \"fade-up\" data-aos-duration=\"400\" data-aos-delay=\"0\" data-aos-easing=\"ease\" data-aos-once=\"true\" class=\"wp-block-uagb-container uagb-block-299717c5 default uagb-is-root-container\">\n<h3 class=\"wp-block-heading\">about us<\/h3>\n\n\n\n<h2 class=\"wp-block-heading\">why join this bible study?<\/h2>\n\n\n\n<div style=\"margin-top:0;margin-bottom:0;height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0;font-size:clamp(0.984rem, 0.984rem + ((1vw - 0.2rem) * 0.888), 1.5rem);font-style:normal;font-weight:700\"><strong>If you\u2019ve ever read the Bible and thought <\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center has-text-color has-link-color wp-elements-25b9e1f4ee1757fc4030fdb9aaf92d96 wp-block-paragraph\" style=\"color:#d60000;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;font-size:clamp(1.092rem, 1.092rem + ((1vw - 0.2rem) * 1.046), 1.7rem);font-style:normal;font-weight:700\"><strong>\u201cI DON&#8217;T UNDERSTAND THIS\u201d<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;font-size:clamp(0.984rem, 0.984rem + ((1vw - 0.2rem) * 0.888), 1.5rem);font-style:normal;font-weight:700\"><strong>this is where those questions get answered.<\/strong><\/p>\n\n\n\n<div style=\"margin-top:0;margin-bottom:0;height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-center has-medium-font-size wp-block-paragraph\">This Bible study helps you understand the difficult and often misunderstood parts of Scripture\u2014like God\u2019s judgment, the nature of the human spirit, and miraculous events such as the sun standing still in Joshua.<br><br>We take complex biblical moments and explain them clearly, using Scripture to interpret Scripture so the meaning becomes grounded and coherent.<\/p>\n<\/div>\n\n\n\n<div style=\"margin-top:0;margin-bottom:0;height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div data-aos= \"fade-up\" data-aos-duration=\"400\" data-aos-delay=\"0\" data-aos-easing=\"ease\" data-aos-once=\"true\" class=\"wp-block-uagb-container uagb-block-2c0c146a alignwide uagb-is-root-container\">\n<style>\n    \/* Container holding everything *\/\n    .bible-container {\n        position: relative;\n        width: 100%;\n        min-height: 500px; \n        overflow: hidden;\n        border-radius: 10px; \n    }\n\n    \/* Background images setup *\/\n    .bible-bg {\n        position: absolute;\n        top: 0; left: 0; right: 0; bottom: 0;\n        background-size: cover;\n        background-position: center;\n        opacity: 0;\n        transition: opacity 0.5s ease-in-out; \n        z-index: 1;\n    }\n\n    .bg-default { opacity: 1; }\n\n    \/* The columns wrapper *\/\n    .bible-columns {\n        display: flex;\n        position: relative;\n        z-index: 2; \n        height: 100%;\n        min-height: 500px;\n    }\n\n    \/* Individual column styling *\/\n    .bible-col {\n        flex: 1; \n        display: flex;\n        flex-direction: column; \/* THIS IS NEW: Stacks title and text vertically *\/\n        align-items: center;\n        justify-content: center;\n        border-right: 1px solid rgba(255, 255, 255, 0.2); \n        cursor: pointer;\n        transition: background 0.3s;\n    }\n    \n    .bible-col:last-child { border-right: none; }\n    .bible-col:hover { background: rgba(0, 0, 0, 0.4); \/* Darkened slightly more for text readability *\/ }\n\n    \/* Title styling *\/\n    .bible-col h3 {\n        color: white !important;\n        text-shadow: 2px 2px 4px rgba(0,0,0,0.8);\n        font-size: 40px;\n        line-height: 0.9;\n        text-align: center;\n        padding: 0 20px;\n        margin: 0;\n    }\n\n    \/* NEW: Hover Text Styling (Hidden by default) *\/\n    .hover-text {\n        color: white;\n        text-align: center;\n        font-size: 16px;\n        line-height: 1.5;\n        padding: 0 20px;\n        text-shadow: 1px 1px 3px rgba(0,0,0,0.8);\n        \n        \/* The hiding magic *\/\n        opacity: 0;\n        max-height: 0; \/* Takes up zero space *\/\n        overflow: hidden;\n        margin: 0;\n        transition: all 0.4s ease-in-out; \/* Smooth transition *\/\n    }\n\n    \/* NEW: Show the text when column is hovered *\/\n    .bible-col:hover .hover-text {\n        opacity: 1;\n        max-height: 200px; \/* Opens up space for the text *\/\n        margin-top: 15px; \/* Adds space between title and text *\/\n    }\n\n    \/* Image change on hover *\/\n    .bible-container:has(.col-spirit:hover) .bg-spirit { opacity: 1; }\n    .bible-container:has(.col-fire:hover) .bg-fire { opacity: 1; }\n    .bible-container:has(.col-sun:hover) .bg-sun { opacity: 1; }\n\n    \/* Mobile Responsiveness *\/\n    @media (max-width: 768px) {\n        .bible-columns { flex-direction: column; }\n        .bible-col { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding: 40px 0; }\n    }\n<\/style>\n\n<div class=\"bible-container\">\n    \n    <!-- Background Images -->\n    <div class=\"bible-bg bg-default\" style=\"background-image: url('https:\/\/unlockthebible.co.za\/wp-content\/uploads\/2026\/06\/Joshua-stopping-the-sun.png');\"><\/div>\n    <div class=\"bible-bg bg-spirit\" style=\"background-image: url('https:\/\/unlockthebible.co.za\/wp-content\/uploads\/2026\/06\/Spirits-following.png');\"><\/div>\n    <div class=\"bible-bg bg-fire\" style=\"background-image: url('https:\/\/unlockthebible.co.za\/wp-content\/uploads\/2026\/06\/Judgment-by-Fire.png');\"><\/div>\n    <div class=\"bible-bg bg-sun\" style=\"background-image: url('https:\/\/unlockthebible.co.za\/wp-content\/uploads\/2026\/06\/Joshua-stopping-the-sun.png');\"><\/div>\n\n    <!-- The 3 Hover Columns -->\n    <div class=\"bible-columns\">\n        <div class=\"bible-col col-spirit\">\n            <h3>Why do I have a spirit?<\/h3>\n            <p class=\"hover-text\">Discover what the scriptures say about the human spirit, its origin, and its ultimate purpose.<\/p>\n        <\/div>\n        \n        <div class=\"bible-col col-fire\">\n            <h3>Will God judge by fire?<\/h3>\n            <p class=\"hover-text\">Explore the biblical prophecies regarding judgment and what the purifying fire truly means.<\/p>\n        <\/div>\n        \n        <div class=\"bible-col col-sun\">\n            <h3>Did Joshua stop the sun?<\/h3>\n            <p class=\"hover-text\">Uncover the historical and theological significance behind one of the greatest miracles in the Old Testament.<\/p>\n        <\/div>\n    <\/div>\n    \n<\/div>\n\n\n\n<div style=\"margin-top:0;margin-bottom:0;height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__small-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-e673ad50\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-cf771db4 wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/unlockthebible.co.za\/?page_id=295\" rel=\"follow noopener\" target=\"_self\" role=\"button\"><div class=\"uagb-button__link\">please show me how!<\/div><\/a><\/div><\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div style=\"margin-top:0;margin-bottom:0;height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div data-aos= \"fade-up\" data-aos-duration=\"400\" data-aos-delay=\"0\" data-aos-easing=\"ease\" data-aos-once=\"true\" class=\"wp-block-uagb-container uagb-block-9771fa16 default uagb-is-root-container\">\n<div class=\"wp-block-group is-vertical is-content-justification-right is-layout-flex wp-container-core-group-is-layout-1ed36e52 wp-block-group-is-layout-flex\" style=\"min-height:0px;margin-top:0;margin-bottom:0\">\n<h3 class=\"wp-block-heading has-text-align-right\">bible study feedback<\/h3>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-right\">what people are saying<\/h2>\n<\/div>\n\n\n\n<div data-aos= \"fade-up\" data-aos-duration=\"400\" data-aos-delay=\"0\" data-aos-easing=\"ease\" data-aos-once=\"true\" class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-10f650fd uagb-post__carousel_equal-height\"><div class=\"is-carousel uagb-tm__columns-4 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"><\/div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">This Bible study pierced my heart.<br>I realised that I never truly understood God&#8217;s Word and love, but these lessons made me want to love God first.<\/div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\">The most memorable and meaningful lessons. <\/span><span class=\"uagb-tm__company\">Nicole Ives<\/span><\/div><\/div><\/div><\/div><\/div><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"><\/div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">During my late teens I was looking to understand the Bible better. Thankfully, when I started univeristy, I came across this Bible study. <\/div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\">Bible studies <\/span><span class=\"uagb-tm__company\">Taryn Lee<\/span><\/div><\/div><\/div><\/div><\/div><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"><\/div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\"><br>Hi I LOVED your website and want to know more.<\/div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\">Loved it! <\/span><span class=\"uagb-tm__company\">Tanna Brownlee<\/span><\/div><\/div><\/div><\/div><\/div><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"><\/div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">I never thought I would know the bible and mysefl so well.<\/div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\">Bible knowledge<\/span><span class=\"uagb-tm__company\">Ashley<\/span><\/div><\/div><\/div><\/div><\/div><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"><\/div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">This Bible study changed my life!<\/div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\">Life-changing<\/span><span class=\"uagb-tm__company\">Janine Engelbrecht<\/span><\/div><\/div><\/div><\/div><\/div><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"><\/div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">This was revolutionary.<\/div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\">Unheard of<\/span><span class=\"uagb-tm__company\">Jackson Patel<\/span><\/div><\/div><\/div><\/div><\/div><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"><\/div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">My life with God is so much better now.<\/div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\">Walking with God<\/span><span class=\"uagb-tm__company\">Noah<\/span><\/div><\/div><\/div><\/div><\/div><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"><\/div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">It has opened my eyes to understanding the Bible in a real and easy way and it has helped me to feel closer to God.<\/div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\">Closer to God now<\/span><span class=\"uagb-tm__company\">Nathaniel<\/span><\/div><\/div><\/div><\/div><\/div><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"><\/div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">I had many questions about how I should live my life meaningfully and now I know.<br>I am truly grateful to have learnt through this Bible study.<\/div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\">Questions answered<\/span><span class=\"uagb-tm__company\">curious believer<\/span><\/div><\/div><\/div><\/div><\/div><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"><\/div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">This bible study gave me a new perspective on the bible.<\/div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\">Perspective<\/span><span class=\"uagb-tm__company\">child of god<\/span><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\n<\/div>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-layout-grid uagb-block-899ce203 alignfull uagb-is-root-container\">\n<h1 class=\"wp-block-heading has-text-align-center is-style-default has-accent-5-color has-text-color has-link-color wp-elements-c08509654c8e4e0a240a87b2ffcd8b10\" style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:var(--wp--preset--spacing--20);padding-right:0;padding-bottom:var(--wp--preset--spacing--20);padding-left:0;font-size:clamp(2.2rem, 2.2rem + ((1vw - 0.2rem) * 3.097), 4rem);font-style:normal;font-weight:1000;text-transform:uppercase\"><strong>Join our next<\/strong><br><strong>Zoom Bible Study!<\/strong><\/h1>\n\n\n\n<div class=\"animated-play-wrapper\">\n  <a href=\"https:\/\/unlockthebible.co.za\/?page_id=295\" class=\"pulse-play-button\">\n    <!-- This SVG is the white triangle icon -->\n    <svg viewBox=\"0 0 24 24\"><path d=\"M8 5v14l11-7z\"><\/path><\/svg>\n  <\/a>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div data-aos= \"fade-up\" data-aos-duration=\"400\" data-aos-delay=\"0\" data-aos-easing=\"ease\" data-aos-once=\"true\" class=\"wp-block-uagb-container uagb-layout-grid uagb-block-e4e2bed1 alignwide uagb-is-root-container\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-1e3f19e0 wp-block-group-is-layout-flex\" style=\"border-right-color:var(--wp--preset--color--custom-h-2);border-right-style:solid;border-right-width:2px;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0\">\n<h3 class=\"wp-block-heading\">common questions<\/h3>\n\n\n\n<h2 class=\"wp-block-heading\">have any questions?<\/h2>\n<\/div>\n\n\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-9849b779 uagb-faq-icon-row uagb-faq-layout-accordion uagb-faq-expand-first-true uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height     uagb-faq__outer-wrap uagb-block-9849b779 uagb-faq-icon-row uagb-faq-layout-accordion uagb-faq-expand-first-true uagb-faq-inactive-other-true uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"@id\":\"https:\\\/\\\/unlockthebible.co.za\\\/\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Do I need any prior knowledge of the Bible to use this site?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No! Whether you are opening the Bible for the first time or have been studying for decades, you will be able to follow along easily.<br>During our online Bible study sessions, we are very descriptive and clear, and most joiners are deeply moved by how revealing it is even though they don't know the Bible well.\"}},{\"@type\":\"Question\",\"name\":\"Which Bible translation do you use or recommend?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Any translation of the Bible is excellent. We recommend using the one you are most comfortable with. Comparing translations can also be beneficial. <br>During our online Bible study sessions, we mainly use the NIV because while being one of the most accurate translations, it is also easy to read. The focus is more on the content than the actual words used.\"}},{\"@type\":\"Question\",\"name\":\"Where is the best place to start reading the Bible?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Many people get stuck trying to read from page one (Genesis). Though it is very good to read the entire Bible, if you are starting out, we recommend starting with the New Testament Gospels.<br>To have a good understanding of the Bible is key to having a relationship with God. This is why we look in all parts of the Bible during our online Bible study session.\"}},{\"@type\":\"Question\",\"name\":\"How do I study the Bible instead of just reading it?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Reading is passive, but studying is active! We recommend asking three questions for every passage: <br> - What does it say? <br> - What did it mean to the original audience? <br> - How does it apply to my life today?<br>This is how our online Bible studies are structured too.\"}},{\"@type\":\"Question\",\"name\":\"Are the stories in the Bible historically accurate?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes, we believe the Bible is deeply rooted in real history. While it contains poetry and symbolism, its historical accounts are continually backed up by archaeology and historical research.<br>Majority of our online Bible study lessons, we look at the history together with unraveling the Scriptures.\"}},{\"@type\":\"Question\",\"name\":\"Where can I find out more?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Right here on the website. You can contact us here on this <a href=\\\"https:\\\/\\\/unlockthebible.co.za\\\/?page_id=303\\\" type=\\\"page\\\" id=\\\"303\\\">page<\\\/a>.\"}}]}<\/script><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-c98b15fa \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\">Do I need any prior knowledge of the Bible to use this site?<\/span><\/div><div class=\"uagb-faq-content\"><p>No! Whether you are opening the Bible for the first time or have been studying for decades, you will be able to follow along easily.<br>During our online Bible study sessions, we are very descriptive and clear, and most joiners are deeply moved by how revealing it is even though they don&#8217;t know the Bible well.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4c8f2ea9 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\">Which Bible translation do you use or recommend?<\/span><\/div><div class=\"uagb-faq-content\"><p>Any translation of the Bible is excellent. We recommend using the one you are most comfortable with. Comparing translations can also be beneficial. <br>During our online Bible study sessions, we mainly use the NIV because while being one of the most accurate translations, it is also easy to read. The focus is more on the content than the actual words used.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4c8f2ea9 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\">Where is the best place to start reading the Bible?<\/span><\/div><div class=\"uagb-faq-content\"><p>Many people get stuck trying to read from page one (Genesis). Though it is very good to read the entire Bible, if you are starting out, we recommend starting with the New Testament Gospels.<br>To have a good understanding of the Bible is key to having a relationship with God. This is why we look in all parts of the Bible during our online Bible study session.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4c8f2ea9 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\">How do I study the Bible instead of just reading it?<\/span><\/div><div class=\"uagb-faq-content\"><p>Reading is passive, but studying is active! We recommend asking three questions for every passage: <br> &#8211; What does it say? <br> &#8211; What did it mean to the original audience? <br> &#8211; How does it apply to my life today?<br>This is how our online Bible studies are structured too.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4c8f2ea9 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\">Are the stories in the Bible historically accurate?<\/span><\/div><div class=\"uagb-faq-content\"><p>Yes, we believe the Bible is deeply rooted in real history. While it contains poetry and symbolism, its historical accounts are continually backed up by archaeology and historical research.<br>Majority of our online Bible study lessons, we look at the history together with unraveling the Scriptures.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4c8f2ea9 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\">Where can I find out more?<\/span><\/div><div class=\"uagb-faq-content\"><p>Right here on the website. You can contact us here on this <a href=\"https:\/\/unlockthebible.co.za\/?page_id=303\" id=\"303\">page<\/a>.<\/p><\/div><\/div><\/div><\/div>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-layout-grid uagb-block-da411ac7 alignwide uagb-is-root-container\">\n<div class=\"wp-block-uagb-container uagb-block-8afb46a8\">\n<div class=\"wp-block-uagb-image aligncenter uagb-block-897f3706 wp-block-uagb-image--layout-overlay wp-block-uagb-image--effect-blur wp-block-uagb-image--align-center\"><figure class=\"wp-block-uagb-image__figure\"><img decoding=\"async\"  sizes=\"auto, (max-width: 480px) 150px\" src=\"https:\/\/unlockthebible.co.za\/wp-content\/uploads\/2026\/06\/bible-story.png\" alt=\"\" width=\"1024\" height=\"768\" title=\"\" loading=\"lazy\" role=\"presentation\"\/><div class=\"wp-block-uagb-image--layout-overlay__color-wrapper\"><\/div><div class=\"wp-block-uagb-image--layout-overlay__inner bottom-center\"><h2 class=\"uagb-image-heading\"><em><strong>\u201cFaith comes from hearing the message, and the message is heard through the word about Christ.\u201d<\/strong><\/em><\/h2><figcaption class=\"uagb-image-caption\"><em><strong>Romans 10:17<\/strong><\/em><\/figcaption><\/div><\/figure><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-057c6fbb\">\n<h2 class=\"wp-block-heading\">free online<br>bible study<\/h2>\n\n\n\n<p class=\"is-style-default wp-block-paragraph\">Join a lesson every two weeks and let&#8217;s study the Bible together.<\/p>\n\n\n\n<div class=\"wp-block-buttons has-custom-font-size has-large-font-size is-vertical is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-b6d480f3 wp-block-buttons-is-layout-flex\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-large-font-size has-custom-font-size wp-element-button\" href=\"https:\/\/unlockthebible.co.za\/?page_id=295\">Join Now<\/a><\/div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/unlockthebible.co.za\/?page_id=277\">About Us<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>about us why join this bible study? If you\u2019ve ever read the Bible and thought \u201cI DON&#8217;T UNDERSTAND THIS\u201d this is where those questions get answered. This Bible study helps you understand the difficult and often misunderstood parts of Scripture\u2014like God\u2019s judgment, the nature of the human spirit, and miraculous events such as the sun [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-408","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home Page - Unlock the Bible<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/unlockthebible.co.za\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home Page - Unlock the Bible\" \/>\n<meta property=\"og:description\" content=\"about us why join this bible study? If you\u2019ve ever read the Bible and thought \u201cI DON&#8217;T UNDERSTAND THIS\u201d this is where those questions get answered. This Bible study helps you understand the difficult and often misunderstood parts of Scripture\u2014like God\u2019s judgment, the nature of the human spirit, and miraculous events such as the sun [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/unlockthebible.co.za\/\" \/>\n<meta property=\"og:site_name\" content=\"Unlock the Bible\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-22T19:26:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/unlockthebible.co.za\/wp-content\/uploads\/2026\/06\/bible-story.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/unlockthebible.co.za\\\/\",\"url\":\"https:\\\/\\\/unlockthebible.co.za\\\/\",\"name\":\"Home Page - Unlock the Bible\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/unlockthebible.co.za\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/unlockthebible.co.za\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/unlockthebible.co.za\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/unlockthebible.co.za\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bible-story.png\",\"datePublished\":\"2026-06-20T16:52:43+00:00\",\"dateModified\":\"2026-06-22T19:26:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/unlockthebible.co.za\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/unlockthebible.co.za\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/unlockthebible.co.za\\\/#primaryimage\",\"url\":\"https:\\\/\\\/unlockthebible.co.za\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bible-story.png\",\"contentUrl\":\"https:\\\/\\\/unlockthebible.co.za\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bible-story.png\",\"width\":1024,\"height\":768},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/unlockthebible.co.za\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/unlockthebible.co.za\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/unlockthebible.co.za\\\/#website\",\"url\":\"https:\\\/\\\/unlockthebible.co.za\\\/\",\"name\":\"Unlock the Bible\",\"description\":\"Find God and Truth in Scripture\",\"publisher\":{\"@id\":\"https:\\\/\\\/unlockthebible.co.za\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/unlockthebible.co.za\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/unlockthebible.co.za\\\/#organization\",\"name\":\"Unlock the Bible\",\"url\":\"https:\\\/\\\/unlockthebible.co.za\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/unlockthebible.co.za\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/unlockthebible.co.za\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Site-Logo-sq.png\",\"contentUrl\":\"https:\\\/\\\/unlockthebible.co.za\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Site-Logo-sq.png\",\"width\":567,\"height\":567,\"caption\":\"Unlock the Bible\"},\"image\":{\"@id\":\"https:\\\/\\\/unlockthebible.co.za\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home Page - Unlock the Bible","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/unlockthebible.co.za\/","og_locale":"en_US","og_type":"article","og_title":"Home Page - Unlock the Bible","og_description":"about us why join this bible study? If you\u2019ve ever read the Bible and thought \u201cI DON&#8217;T UNDERSTAND THIS\u201d this is where those questions get answered. This Bible study helps you understand the difficult and often misunderstood parts of Scripture\u2014like God\u2019s judgment, the nature of the human spirit, and miraculous events such as the sun [&hellip;]","og_url":"https:\/\/unlockthebible.co.za\/","og_site_name":"Unlock the Bible","article_modified_time":"2026-06-22T19:26:33+00:00","og_image":[{"url":"https:\/\/unlockthebible.co.za\/wp-content\/uploads\/2026\/06\/bible-story.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/unlockthebible.co.za\/","url":"https:\/\/unlockthebible.co.za\/","name":"Home Page - Unlock the Bible","isPartOf":{"@id":"https:\/\/unlockthebible.co.za\/#website"},"primaryImageOfPage":{"@id":"https:\/\/unlockthebible.co.za\/#primaryimage"},"image":{"@id":"https:\/\/unlockthebible.co.za\/#primaryimage"},"thumbnailUrl":"https:\/\/unlockthebible.co.za\/wp-content\/uploads\/2026\/06\/bible-story.png","datePublished":"2026-06-20T16:52:43+00:00","dateModified":"2026-06-22T19:26:33+00:00","breadcrumb":{"@id":"https:\/\/unlockthebible.co.za\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/unlockthebible.co.za\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/unlockthebible.co.za\/#primaryimage","url":"https:\/\/unlockthebible.co.za\/wp-content\/uploads\/2026\/06\/bible-story.png","contentUrl":"https:\/\/unlockthebible.co.za\/wp-content\/uploads\/2026\/06\/bible-story.png","width":1024,"height":768},{"@type":"BreadcrumbList","@id":"https:\/\/unlockthebible.co.za\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/unlockthebible.co.za\/"},{"@type":"ListItem","position":2,"name":"Home Page"}]},{"@type":"WebSite","@id":"https:\/\/unlockthebible.co.za\/#website","url":"https:\/\/unlockthebible.co.za\/","name":"Unlock the Bible","description":"Find God and Truth in Scripture","publisher":{"@id":"https:\/\/unlockthebible.co.za\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/unlockthebible.co.za\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/unlockthebible.co.za\/#organization","name":"Unlock the Bible","url":"https:\/\/unlockthebible.co.za\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/unlockthebible.co.za\/#\/schema\/logo\/image\/","url":"https:\/\/unlockthebible.co.za\/wp-content\/uploads\/2026\/06\/Site-Logo-sq.png","contentUrl":"https:\/\/unlockthebible.co.za\/wp-content\/uploads\/2026\/06\/Site-Logo-sq.png","width":567,"height":567,"caption":"Unlock the Bible"},"image":{"@id":"https:\/\/unlockthebible.co.za\/#\/schema\/logo\/image\/"}}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Admin","author_link":"https:\/\/unlockthebible.co.za\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"about us why join this bible study? If you\u2019ve ever read the Bible and thought \u201cI DON&#8217;T UNDERSTAND THIS\u201d this is where those questions get answered. This Bible study helps you understand the difficult and often misunderstood parts of Scripture\u2014like God\u2019s judgment, the nature of the human spirit, and miraculous events such as the sun&hellip;","_links":{"self":[{"href":"https:\/\/unlockthebible.co.za\/index.php?rest_route=\/wp\/v2\/pages\/408","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unlockthebible.co.za\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/unlockthebible.co.za\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/unlockthebible.co.za\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unlockthebible.co.za\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=408"}],"version-history":[{"count":84,"href":"https:\/\/unlockthebible.co.za\/index.php?rest_route=\/wp\/v2\/pages\/408\/revisions"}],"predecessor-version":[{"id":795,"href":"https:\/\/unlockthebible.co.za\/index.php?rest_route=\/wp\/v2\/pages\/408\/revisions\/795"}],"wp:attachment":[{"href":"https:\/\/unlockthebible.co.za\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=408"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}