{"id":6,"date":"2026-05-07T19:05:36","date_gmt":"2026-05-07T19:05:36","guid":{"rendered":"https:\/\/thronesongcreations.com\/?page_id=6"},"modified":"2026-05-29T17:00:03","modified_gmt":"2026-05-29T21:00:03","slug":"throne-song-creations","status":"publish","type":"page","link":"https:\/\/thronesongcreations.com\/","title":{"rendered":"TSC Home"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n\n  <title>Throne Song Creations | Michael Royal<\/title>\n\n  <style>\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n\n    .support-marquee {\n      width: min(980px, 100%);\n      margin: 0 auto 18px;\n      overflow: hidden;\n      border-radius: 999px;\n      border: 1px solid rgba(255, 232, 160, .32);\n      background: rgba(0, 0, 0, .48);\n      box-shadow: 0 8px 28px rgba(0,0,0,.35);\n    }\n\n    .support-marquee span {\n      display: inline-block;\n      white-space: nowrap;\n      padding: 8px 0;\n      color: #ffe9a8;\n      font-size: .92rem;\n      letter-spacing: .4px;\n      text-shadow: 0 2px 8px rgba(0,0,0,.9);\n      animation: supportScroll 18s linear infinite;\n    }\n\n    @keyframes supportScroll {\n      0% {\n        transform: translateX(100%);\n      }\n      100% {\n        transform: translateX(-100%);\n      }\n    }\n\n    .stop-music-button {\n      position: fixed;\n      bottom: 18px;\n      right: 18px;\n      width: 42px;\n      height: 42px;\n      border-radius: 50%;\n      border: 1px solid rgba(255,255,255,0.45);\n      background: rgba(0,0,0,0.55);\n      color: #fff;\n      font-size: 22px;\n      line-height: 1;\n      cursor: pointer;\n      z-index: 9999;\n      box-shadow: 0 4px 14px rgba(0,0,0,0.35);\n      backdrop-filter: blur(4px);\n      transition: transform .25s ease, background .25s ease, color .25s ease;\n    }\n\n    .stop-music-button:hover {\n      background: rgba(0,0,0,0.8);\n      transform: scale(1.06);\n    }\n\n    .stop-music-button.muted {\n      background: rgba(120,0,0,0.72);\n      color: #ffe9a8;\n    }\n\n    body {\n      min-height: 100vh;\n      font-family: Georgia, 'Times New Roman', serif;\n      color: #fff8e7;\n      background: #080808;\n      overflow-x: hidden;\n    }\n\n    body::before,\n    body::after {\n      content: \"\";\n      position: fixed;\n      inset: 0;\n      z-index: -3;\n      background-size: cover;\n      background-position: center;\n      background-repeat: no-repeat;\n      transition: opacity 3s ease-in-out;\n    }\n\n    body::before {\n      background-image:\n        linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.62)),\n        url('https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/cross-background.jpg');\n      animation: fadeCross 20s infinite alternate ease-in-out;\n    }\n\n    body::after {\n      background-image:\n        linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.38)),\n        url('https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/heavenly-background.jpg');\n      z-index: -4;\n      animation: heavenlyFade 20s infinite alternate ease-in-out;\n    }\n\n    @keyframes fadeCross {\n      0% { opacity: 1; }\n      40% { opacity: .95; }\n      65% { opacity: .25; }\n      100% { opacity: .05; }\n    }\n\n    @keyframes heavenlyFade {\n      0% { opacity: .08; }\n      40% { opacity: .18; }\n      70% { opacity: .85; }\n      100% { opacity: 1; }\n    }\n\n    .overlay {\n      min-height: 100vh;\n      background: radial-gradient(circle at top, rgba(255,255,255,.12), rgba(0,0,0,.72));\n      padding: 36px 18px 28px;\n    }\n\n    header {\n      text-align: center;\n      max-width: 1000px;\n      margin: 0 auto 24px;\n      padding: 10px 16px;\n    }\n\n    .brand {\n      font-size: clamp(2.5rem, 7vw, 5.8rem);\n      letter-spacing: 2px;\n      line-height: 1;\n      color: #ffe9a8;\n      text-shadow: 0 0 12px rgba(255,222,126,.65), 0 6px 24px rgba(0,0,0,.85);\n      font-weight: normal;\n    }\n\n    .subtitle {\n      margin-top: 14px;\n      font-size: clamp(1rem, 2.5vw, 1.45rem);\n      color: #fff3cd;\n      text-shadow: 0 2px 8px rgba(0,0,0,.9);\n    }\n\n    .intro {\n      margin: 22px auto 0;\n      max-width: 720px;\n      font-size: 1.05rem;\n      line-height: 1.65;\n      color: #fff9e8;\n    }\n\n    .album-grid {\n      width: min(1450px, 100%);\n      margin: 28px auto 0;\n      display: grid;\n      grid-template-columns: repeat(3, minmax(300px, 440px));\n      gap: clamp(24px, 2.4vw, 38px);\n      justify-content: center;\n      align-items: start;\n    }\n\n    .album-card {\n      width: 100%;\n      position: relative;\n      border-radius: 24px;\n      overflow: hidden;\n      background: rgba(10, 8, 5, .76);\n      border: 1px solid rgba(255, 232, 160, .35);\n      box-shadow: 0 18px 45px rgba(0,0,0,.55);\n      transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;\n    }\n\n    .album-card:hover,\n    .album-card.active {\n      transform: translateY(-6px);\n      border-color: rgba(255, 232, 160, .8);\n      box-shadow: 0 22px 65px rgba(0,0,0,.8), 0 0 35px rgba(255,219,123,.18);\n    }\n\n    .cover-wrap {\n      position: relative;\n      overflow: hidden;\n      background: #111;\n    }\n\n    .album-cover {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      object-fit: cover;\n      display: block;\n      transition: transform .6s ease, filter .6s ease;\n    }\n\n    .album-card:hover .album-cover,\n    .album-card.active .album-cover {\n      transform: scale(1.04);\n      filter: brightness(.72);\n    }\n\n    .album-info {\n      padding: 16px 18px 18px;\n      text-align: center;\n      background: rgba(0,0,0,.72);\n      border-top: 1px solid rgba(255, 232, 160, .25);\n    }\n\n    .album-title {\n      font-size: clamp(1.35rem, 2vw, 2.05rem);\n      color: #ffe9a8;\n      text-shadow: 0 2px 8px #000;\n      line-height: 1.1;\n    }\n\n    .album-store-links {\n      margin-top: 14px;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      gap: 14px;\n      flex-wrap: wrap;\n    }\n\n    .album-store-links a,\n    .album-store-links .coming-soon-store {\n      display: inline-flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      text-decoration: none;\n      color: #ffe9a8;\n      font-size: .72rem;\n      line-height: 1.15;\n      transition: transform .25s ease, opacity .25s ease, filter .25s ease;\n    }\n\n    .album-store-links a:hover {\n      transform: scale(1.1);\n      opacity: .9;\n      filter: brightness(1.08);\n    }\n\n    .store-icon {\n      width: 46px;\n      height: 46px;\n      object-fit: contain;\n      border-radius: 10px;\n      display: block;\n      background: rgba(255,255,255,.04);\n    }\n\n\n\n    .coming-soon-store {\n      cursor: default;\n      opacity: .88;\n    }\n\n    .coming-soon-store .store-icon {\n      opacity: .72;\n      filter: grayscale(.25);\n    }\n\n    .coming-soon-text {\n      margin-top: 5px;\n      color: #fff3cd;\n      text-shadow: 0 1px 4px #000;\n      font-size: .74rem;\n      white-space: nowrap;\n    }\n\n    .songs-panel {\n      position: absolute;\n      left: 0;\n      right: 0;\n      top: 0;\n      bottom: 0;\n      padding: 14px 18px 18px;\n      opacity: 0;\n      max-height: 0;\n      transform: translateY(10px);\n      overflow-y: auto;\n      background: linear-gradient(to top, rgba(0,0,0,.92), rgba(0,0,0,.72), rgba(0,0,0,.10));\n      backdrop-filter: blur(6px);\n      transition: opacity .45s ease, max-height .65s ease, transform .45s ease;\n      z-index: 5;\n    }\n\n    .album-card:hover .songs-panel,\n    .album-card.active .songs-panel {\n      opacity: 1;\n      max-height: 760px;\n      transform: translateY(0);\n    }\n\n    .songs-panel h3 {\n      margin-bottom: 12px;\n      font-size: 1.05rem;\n      color: #ffe9a8;\n      font-weight: normal;\n    }\n\n    .song-list {\n      list-style: none;\n      display: grid;\n      gap: 8px;\n    }\n\n    .song {\n      cursor: pointer;\n      padding: 7px 10px;\n      border-radius: 12px;\n      color: #fff9e8;\n      background: rgba(255,255,255,.045);\n      border: 1px solid rgba(255,255,255,.08);\n      transition: background .25s ease, transform .25s ease, color .25s ease;\n      font-size: .98rem;\n      line-height: 1.25;\n    }\n\n    .song:hover,\n    .song.playing {\n      background: rgba(255, 232, 160, .18);\n      color: #ffe9a8;\n      transform: translateX(4px);\n    }\n\n    .footer {\n      text-align: center;\n      margin: 36px auto 0;\n      color: rgba(255,248,231,.86);\n      font-size: .95rem;\n      max-width: 760px;\n    }\n\n    .footer a {\n      color: #ffe9a8;\n      text-decoration: none;\n      border-bottom: 1px solid rgba(255,232,160,.55);\n    }\n\n    .footer a:hover {\n      color: #ffffff;\n      border-bottom-color: #ffffff;\n    }\n\n    .tsc-social-links {\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      gap: 18px;\n      margin-top: 18px;\n      margin-bottom: 8px;\n    }\n\n    .tsc-social-links a {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      border-bottom: none;\n      transition: transform 0.25s ease, opacity 0.25s ease;\n    }\n\n    .tsc-social-links a:hover {\n      transform: scale(1.12);\n      opacity: 0.85;\n    }\n\n    .tsc-social-links img {\n      width: 46px;\n      height: 46px;\n      object-fit: contain;\n      border-radius: 10px;\n    }\n\n    .audio-status {\n      position: fixed;\n      left: 50%;\n      bottom: 18px;\n      transform: translateX(-50%);\n      z-index: 10;\n      padding: 9px 16px;\n      border-radius: 999px;\n      background: rgba(0,0,0,.72);\n      border: 1px solid rgba(255,232,160,.35);\n      color: #ffe9a8;\n      font-size: .9rem;\n      opacity: 0;\n      pointer-events: none;\n      transition: opacity .3s ease;\n      box-shadow: 0 10px 30px rgba(0,0,0,.55);\n    }\n\n    .audio-status.show {\n      opacity: 1;\n    }\n\n    @media (min-width: 1600px) {\n      .album-grid {\n        width: min(1560px, 100%);\n        grid-template-columns: repeat(3, minmax(330px, 480px));\n      }\n\n      .store-icon {\n        width: 50px;\n        height: 50px;\n      }\n    }\n\n    @media (max-width: 1250px) {\n      .album-grid {\n        width: min(1180px, 100%);\n        grid-template-columns: repeat(3, minmax(260px, 360px));\n        gap: 26px;\n        justify-content: center;\n      }\n    }\n\n    @media (max-width: 1050px) {\n      .album-grid {\n        width: min(900px, 100%);\n        grid-template-columns: repeat(2, minmax(280px, 400px));\n        justify-content: center;\n      }\n    }\n\n    @media (max-width: 820px) {\n      .album-grid {\n        width: 100%;\n        grid-template-columns: minmax(260px, 390px);\n        justify-content: center;\n      }\n\n      .overlay {\n        padding-top: 20px;\n      }\n\n      .songs-panel {\n        position: relative;\n        opacity: 1;\n        max-height: none;\n        transform: none;\n        background: rgba(0,0,0,.55);\n      }\n\n      .album-card:hover {\n        transform: none;\n      }\n    }\n  <\/style>\n<\/head>\n\n<body>\n  <main class=\"overlay\">\n    <div class=\"support-marquee\" aria-label=\"Ministry support message\">\n      <span>Seek ye the Lord while he may be found, call ye upon him while he is near: Isaiah 55:6<\/span>\n    <\/div>\n\n    <header>\n      <h1 class=\"brand\">Throne Song Creations<\/h1>\n      <p class=\"subtitle\">Music by Michael Royal<\/p>\n      <p class=\"intro\">\n        Southern Gospel and worshipful songs created to lift up Jesus Christ, encourage the heart,\n        and point listeners to the hope of the Gospel.\n      <\/p>\n    <\/header>\n\n    <section class=\"album-grid\" aria-label=\"Albums\">\n\n      <!-- ALBUM 1 -->\n      <article class=\"album-card\">\n        <div class=\"cover-wrap\">\n          <img decoding=\"async\" class=\"album-cover\" src=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/from-suffering-to-glory.jpg\" alt=\"From Suffering To Glory album cover\" \/>\n\n          <div class=\"songs-panel\">\n            <h3>Hover or tap a song title for a short preview<\/h3>\n\n            <ul class=\"song-list\">\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/01-stronger-than-the-stone-preview.mp3\">1. Stronger Than the Stone<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/03-precious-blood-preview.mp3\">2. Precious Blood<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/02-your-word-still-stands-preview.mp3\">3. Your Word Still Stands<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/05-when-morning-comes-preview.mp3\">4. When Morning Comes<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/04-no-graves-in-glory-preview.mp3\">5. No Graves in Glory<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/06-gone-in-a-twinkling-preview.mp3\">6. Gone in a Twinkling<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/09-heavenly-victory-preview.mp3\">7. Heavenly Victory<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/07-singing-around-the-throne-preview.mp3\">8. Singing Around the Throne<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/08-when-its-too-late-to-say-forgive-me-preview.mp3\">9. When It&#8217;s Too Late to Say Forgive Me<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"album-info\">\n          <h2 class=\"album-title\">From Suffering To Glory<\/h2>\n\n          <div class=\"album-store-links\" aria-label=\"From Suffering To Glory purchase and listening links\">\n            <a href=\"https:\/\/music.apple.com\/us\/album\/from-suffering-to-glory\/1894901604\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Listen to From Suffering To Glory on Apple Music\" title=\"Apple Music\">\n              <img decoding=\"async\" class=\"store-icon\" src=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/Apple-Music.png\" alt=\"Apple Music\">\n            <\/a>\n\n            <a href=\"https:\/\/www.amazon.com\/s?k=michael+royal&#038;i=digital-music-album\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Find From Suffering To Glory on Amazon\" title=\"Amazon\">\n              <img decoding=\"async\" class=\"store-icon\" src=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/Amazon.png\" alt=\"Amazon\">\n            <\/a>\n\n            <a href=\"https:\/\/open.spotify.com\/album\/6PIldTUPbNwADU8xEBjVBG\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Listen to From Suffering To Glory on Spotify\" title=\"Spotify\">\n              <img decoding=\"async\" class=\"store-icon\" src=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/spotify.png\" alt=\"Spotify\">\n            <\/a>\n\n            <a href=\"https:\/\/www.pandora.com\/artist\/michael-royal\/from-suffering-to-glory\/ALhJKlhZ29wZ79g\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Listen to From Suffering To Glory on Pandora\" title=\"Pandora\">\n              <img decoding=\"async\" class=\"store-icon\" src=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/Pandora.png\" alt=\"Pandora\">\n            <\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- ALBUM 2 -->\n      <article class=\"album-card\">\n        <div class=\"cover-wrap\">\n          <img decoding=\"async\" class=\"album-cover\" src=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/whispers-of-hope.jpg\" alt=\"Whispers of Hope album cover\" \/>\n\n          <div class=\"songs-panel\">\n            <h3>Hover or tap a song title for a short preview<\/h3>\n\n            <ul class=\"song-list\">\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/02-just-the-faith-of-a-little-child-preview.mp3\">1. Just the Faith of a Little Child<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/01-i-know-what-grace-can-do-preview.mp3\">2. I Know What Grace Can Do<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/03-jesus-hears-me-when-i-cry-preview.mp3\">3. Jesus Hears Me When I Cry<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/04-mercy-in-every-morning-preview.mp3\">4. Mercy in Every Morning<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/05-blessings-still-fall-preview.mp3\">5. Blessings Still Fall<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/06-heavens-worth-the-wait-preview.mp3\">6. Heaven\u2019s Worth the Wait<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/07-after-this-the-judgment-preview.mp3\">7. After This Life Comes the Judgment<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/08-standing-before-the-great-white-throne-preview.mp3\">8. Standing Before the Great White Throne<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/09-whispers-of-hope-preview.mp3\">9. Whispers of Hope (Instrumental)<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"album-info\">\n          <h2 class=\"album-title\">Whispers of Hope<\/h2>\n\n          <div class=\"album-store-links\" aria-label=\"Whispers of Hope purchase and listening links\">\n            <a href=\"https:\/\/music.apple.com\/us\/album\/whispers-of-hope\/1896039107\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Listen to Whispers of Hope on Apple Music\" title=\"Apple Music\">\n              <img decoding=\"async\" class=\"store-icon\" src=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/Apple-Music.png\" alt=\"Apple Music\">\n            <\/a>\n\n            <a href=\"https:\/\/www.amazon.com\/s?k=michael+royal&#038;i=digital-music-album\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Find Whispers of Hope on Amazon\" title=\"Amazon\">\n              <img decoding=\"async\" class=\"store-icon\" src=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/Amazon.png\" alt=\"Amazon\">\n            <\/a>\n\n            <a href=\"https:\/\/open.spotify.com\/artist\/4AwTm0vKxPxZMhm1QbmbBG\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Listen to Whispers of Hope on Spotify\" title=\"Spotify\">\n              <img decoding=\"async\" class=\"store-icon\" src=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/spotify.png\" alt=\"Spotify\">\n            <\/a>\n\n            <a href=\"https:\/\/www.pandora.com\/artist\/michael-royal\/whispers-of-hope\/ALcmmZtXgP5dXcJ\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Listen to Whispers of Hope on Pandora\" title=\"Pandora\">\n              <img decoding=\"async\" class=\"store-icon\" src=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/Pandora.png\" alt=\"Pandora\">\n            <\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- ALBUM 3 -->\n      <article class=\"album-card\">\n        <div class=\"cover-wrap\">\n          <img decoding=\"async\" class=\"album-cover\" src=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/Still-Standing-By-Grace-1200x1200-1.jpg\" alt=\"Still Standing By Grace album cover\" \/>\n\n          <div class=\"songs-panel\">\n            <h3>Hover or tap a song title for a short preview<\/h3>\n\n            <ul class=\"song-list\">\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/01-Still-Standing-By-Grace-Preview.mp3\">1. Still Standing By Grace<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/02-The-Same-God-Still-Answers-Prayer-Preview.mp3\">2. The Same God Still Answers Prayers<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/03-The-Small-Blessings-I-Overlook-Preview.mp3\">3. The Blessings I Overlook<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/04-Lord-Catch-Me-If-I-Fall-Preview.mp3\">4. Lord, Catch Me If I Fall<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/05-God-Please-Watch-Over-My-Child-Preview.mp3\">5. God, Please Watch Over My Child<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/06-No-Scales-At-Heavens-Door-Preview.mp3\">6. No Scales At Heaven\u2019s Door<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/07-Come-To-The-Blood-Preview.mp3\">7. Come To The Blood<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/08-Endless-Day-Preview.mp3\">8. Endless Day<\/li>\n              <li class=\"song\" data-audio=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/09-Ill-Stand-On-Heavens-Shore-Preview.mp3\">9. I\u2019ll Stand On Heaven\u2019s Shore<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"album-info\">\n          <h2 class=\"album-title\">Still Standing By Grace<\/h2>\n\n          <div class=\"album-store-links\" aria-label=\"Still Standing By Grace purchase and listening links\">\n            <a href=\"https:\/\/music.apple.com\/us\/album\/still-standing-by-grace\/6770742943\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Listen to Still Standing By Grace on Apple Music\" title=\"Apple Music\">\n              <img decoding=\"async\" class=\"store-icon\" src=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/Apple-Music.png\" alt=\"Apple Music\">\n            <\/a>\n\n            <a href=\"https:\/\/www.amazon.com\/s?k=michael+royal&#038;i=digital-music-album\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Find Still Standing By Grace on Amazon\" title=\"Amazon\">\n              <img decoding=\"async\" class=\"store-icon\" src=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/Amazon.png\" alt=\"Amazon\">\n            <\/a>\n\n            <a href=\"https:\/\/open.spotify.com\/album\/0Kt0zDSHEZYrshxZ4jgHuZ\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Listen to Still Standing By Grace on Spotify\" title=\"Spotify\">\n              <img decoding=\"async\" class=\"store-icon\" src=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/spotify.png\" alt=\"Spotify\">\n            <\/a>\n\n            <a href=\"https:\/\/www.pandora.com\/artist\/michael-royal\/still-standing-by-grace\/ALh4Khpxh4wr2Kc\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Listen to Still Standing By Grace on Pandora\" title=\"Pandora\">\n              <img decoding=\"async\" class=\"store-icon\" src=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/Pandora.png\" alt=\"Pandora\">\n            <\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n\n    <\/section>\n\n    <footer class=\"footer\">\n      <p>\u201cFor I am not ashamed of the gospel of Christ&#8230;\u201d Romans 1:16 KJV<\/p>\n\n      <p style=\"margin-top: 14px; font-size: .82rem;\">\n        \u00a9 2026 Michael Royal \u2022 Throne Song Creations\n      <\/p>\n\n      <p style=\"margin-top: 8px; font-size: .82rem;\">\n        <a href=\"mailto:thronesongcreations@aol.com\">Contact me<\/a>\n      <\/p>\n\n      <div class=\"tsc-social-links\">\n        <a href=\"https:\/\/www.youtube.com\/@ThroneSongCreations\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Visit Throne Song Creations on YouTube\">\n          <img decoding=\"async\" src=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/YouTube.png\" alt=\"YouTube\">\n        <\/a>\n\n        <a href=\"https:\/\/www.facebook.com\/share\/19DJ6kicjk\/\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Visit Throne Song Creations on Facebook\">\n          <img decoding=\"async\" src=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/Facebook.png\" alt=\"Facebook\">\n        <\/a>\n\n        <a href=\"https:\/\/www.instagram.com\/thronesongcreations\/?hl=en#\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Visit Throne Song Creations on Instagram\">\n          <img decoding=\"async\" src=\"https:\/\/thronesongcreations.com\/wp-content\/uploads\/2026\/05\/Instagram.png\" alt=\"Instagram\">\n        <\/a>\n      <\/div>\n\n      <div style=\"text-align:center; font-size:10px; opacity:0.35; margin-top:20px;\">\n        TSC: <span id=\"visit-code\"><\/span>\n      <\/div>\n    <\/footer>\n  <\/main>\n\n  <div id=\"audioStatus\" class=\"audio-status\">Preview playing<\/div>\n\n  <audio id=\"previewPlayer\" preload=\"none\"><\/audio>\n\n  <button id=\"stopMusicButton\" class=\"stop-music-button\" aria-label=\"Turn preview music off\" title=\"Turn preview music off\">\n    \u266a\n  <\/button>\n\n  <script>\n    const previewPlayer = document.getElementById('previewPlayer');\n    const audioStatus = document.getElementById('audioStatus');\n    const songs = document.querySelectorAll('.song');\n    const albumCards = document.querySelectorAll('.album-card');\n    const stopMusicButton = document.getElementById('stopMusicButton');\n\n    let fadeInterval = null;\n    let currentSong = null;\n    let previewsMuted = false;\n\n    function showStatus(text) {\n      audioStatus.textContent = text;\n      audioStatus.classList.add('show');\n    }\n\n    function hideStatus() {\n      audioStatus.classList.remove('show');\n    }\n\n    function clearFade() {\n      if (fadeInterval) {\n        clearInterval(fadeInterval);\n        fadeInterval = null;\n      }\n    }\n\n    function stopCurrentHighlight() {\n      if (currentSong) {\n        currentSong.classList.remove('playing');\n        currentSong = null;\n      }\n    }\n\n    function stopPreviewCompletely() {\n      clearFade();\n\n      previewPlayer.pause();\n      previewPlayer.currentTime = 0;\n\n      document.querySelectorAll('audio').forEach(function(audio) {\n        audio.pause();\n        audio.currentTime = 0;\n      });\n\n      stopCurrentHighlight();\n      hideStatus();\n    }\n\n    function updateMusicButton() {\n      if (previewsMuted) {\n        stopMusicButton.innerHTML = '\ud83d\udd07';\n        stopMusicButton.classList.add('muted');\n        stopMusicButton.setAttribute('aria-label', 'Turn preview music on');\n        stopMusicButton.setAttribute('title', 'Turn preview music on');\n      } else {\n        stopMusicButton.innerHTML = '\u266a';\n        stopMusicButton.classList.remove('muted');\n        stopMusicButton.setAttribute('aria-label', 'Turn preview music off');\n        stopMusicButton.setAttribute('title', 'Turn preview music off');\n      }\n    }\n\n    function fadeInAudio(targetVolume = 0.75) {\n      clearFade();\n      previewPlayer.volume = 0;\n\n      fadeInterval = setInterval(() => {\n        if (previewPlayer.volume < targetVolume) {\n          previewPlayer.volume = Math.min(targetVolume, previewPlayer.volume + 0.08);\n        } else {\n          clearFade();\n        }\n      }, 80);\n    }\n\n    function fadeOutAudio() {\n      clearFade();\n\n      fadeInterval = setInterval(() => {\n        if (previewPlayer.volume > 0.08) {\n          previewPlayer.volume = Math.max(0, previewPlayer.volume - 0.08);\n        } else {\n          previewPlayer.pause();\n          previewPlayer.currentTime = 0;\n          clearFade();\n          hideStatus();\n        }\n      }, 70);\n    }\n\n    function playPreview(audioFile, label, songElement = null) {\n      if (!audioFile) return;\n\n      if (previewsMuted) {\n        stopPreviewCompletely();\n        showStatus('Preview music is off');\n        setTimeout(hideStatus, 1200);\n        return;\n      }\n\n      clearFade();\n      stopCurrentHighlight();\n\n      if (songElement) {\n        songElement.classList.add('playing');\n        currentSong = songElement;\n      }\n\n      if (previewPlayer.src !== new URL(audioFile, window.location.href).href) {\n        previewPlayer.src = audioFile;\n      }\n\n      previewPlayer.currentTime = 0;\n\n      const playPromise = previewPlayer.play();\n\n      if (playPromise !== undefined) {\n        playPromise\n          .then(() => {\n            fadeInAudio();\n            showStatus('Preview playing: ' + label);\n          })\n          .catch(() => {\n            showStatus('Tap again to play preview');\n            setTimeout(hideStatus, 1800);\n          });\n      }\n    }\n\n    songs.forEach(song => {\n      const audioFile = song.dataset.audio;\n      const label = song.textContent.trim();\n\n      song.addEventListener('mouseenter', () => {\n        playPreview(audioFile, label, song);\n      });\n\n      song.addEventListener('mouseleave', () => {\n        fadeOutAudio();\n        stopCurrentHighlight();\n      });\n\n      song.addEventListener('click', event => {\n        event.preventDefault();\n        event.stopPropagation();\n        playPreview(audioFile, label, song);\n      });\n    });\n\n    albumCards.forEach(card => {\n      card.addEventListener('click', () => {\n        albumCards.forEach(otherCard => {\n          if (otherCard !== card) {\n            otherCard.classList.remove('active');\n          }\n        });\n\n        card.classList.toggle('active');\n      });\n    });\n\n    previewPlayer.addEventListener('ended', () => {\n      stopCurrentHighlight();\n      hideStatus();\n    });\n\n    stopMusicButton.addEventListener('click', event => {\n      event.preventDefault();\n      event.stopPropagation();\n\n      previewsMuted = !previewsMuted;\n\n      stopPreviewCompletely();\n      updateMusicButton();\n\n      if (previewsMuted) {\n        showStatus('Preview music off');\n      } else {\n        showStatus('Preview music on');\n      }\n\n      setTimeout(hideStatus, 1300);\n    });\n\n    document.addEventListener('click', event => {\n      const clickedSong = event.target.closest('.song');\n      const clickedCard = event.target.closest('.album-card');\n      const clickedStopButton = event.target.closest('#stopMusicButton');\n\n      if (!clickedSong && !clickedCard && !clickedStopButton) {\n        fadeOutAudio();\n        stopCurrentHighlight();\n        albumCards.forEach(card => card.classList.remove('active'));\n      }\n    });\n\n    updateMusicButton();\n  <\/script>\n\n  <script>\n    fetch('\/counter.php')\n      .then(response => response.text())\n      .then(data => {\n        document.getElementById('visit-code').textContent = data;\n      })\n      .catch(() => {\n        document.getElementById('visit-code').textContent = '';\n      });\n  <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Throne Song Creations | Michael Royal Seek ye the Lord while he may be found, call ye upon him while he is near: Isaiah 55:6 Throne Song Creations Music by Michael Royal Southern Gospel and worshipful songs created to lift up Jesus Christ, encourage the heart, and point listeners to the hope of the Gospel. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/thronesongcreations.com\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thronesongcreations.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thronesongcreations.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thronesongcreations.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thronesongcreations.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":29,"href":"https:\/\/thronesongcreations.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":149,"href":"https:\/\/thronesongcreations.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/149"}],"wp:attachment":[{"href":"https:\/\/thronesongcreations.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}