{"id":7,"date":"2026-09-24T03:39:40","date_gmt":"2026-09-24T03:39:40","guid":{"rendered":"https:\/\/www.mwphgl.org\/?page_id=7"},"modified":"2026-09-24T00:39:52","modified_gmt":"2026-09-24T04:39:52","slug":"main","status":"publish","type":"page","link":"https:\/\/www.mwphgl.org\/","title":{"rendered":"Main"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* ==========================================================\n   MWPHGL.ORG  |  Main Page Stylesheet\n   Paste into: Appearance > Customize > Additional CSS\n   (or your child theme's style.css)\n   All rules are scoped to .mwphgl so they will not\n   interfere with your WordPress theme.\n   ========================================================== *\/\n\n@import url(\"https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@600;700&family=Source+Serif+4:ital,wght@0,400;0,600;1,400&family=Inter:wght@400;500;600&display=swap\");\n\n.mwphgl {\n  --mw-navy: #0A2463;\n  --mw-navy-deep: #061A40;\n  --mw-navy-soft: #1B3A7A;\n  --mw-black: #0B0B0B;\n  --mw-ink: #1A1A1A;\n  --mw-white: #FFFFFF;\n  --mw-mist: #F3F5FA;\n  --mw-line: #D9DFEB;\n  --mw-muted: #5A6478;\n  --mw-radius: 6px;\n  --mw-max: 1140px;\n\n  font-family: \"Source Serif 4\", Georgia, \"Times New Roman\", serif;\n  color: var(--mw-ink);\n  background: var(--mw-white);\n  line-height: 1.7;\n  font-size: 18px;\n  -webkit-font-smoothing: antialiased;\n}\n\n.mwphgl *,\n.mwphgl *::before,\n.mwphgl *::after { box-sizing: border-box; }\n\n.mwphgl img { max-width: 100%; height: auto; display: block; }\n\n.mwphgl a { color: var(--mw-navy); text-decoration: none; }\n.mwphgl a:hover { text-decoration: underline; }\n\n.mwphgl h1,\n.mwphgl h2,\n.mwphgl h3 {\n  font-family: \"Cinzel\", Georgia, serif;\n  line-height: 1.2;\n  margin: 0 0 0.6em;\n  color: var(--mw-navy-deep);\n  letter-spacing: 0.02em;\n}\n\n.mwphgl p { margin: 0 0 1.1em; }\n\n.mwphgl .mw-wrap {\n  max-width: var(--mw-max);\n  margin: 0 auto;\n  padding: 0 24px;\n}\n\n.mwphgl .mw-eyebrow {\n  font-family: \"Inter\", Arial, sans-serif;\n  font-size: 13px;\n  font-weight: 600;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: var(--mw-navy-soft);\n  margin-bottom: 12px;\n  display: block;\n}\n\n.mwphgl .mw-rule {\n  width: 72px;\n  height: 3px;\n  background: var(--mw-navy);\n  border: 0;\n  margin: 0 0 28px;\n}\n\n\/* ---------- Section navigation ---------- *\/\n.mwphgl .mw-nav {\n  background: var(--mw-black);\n  font-family: \"Inter\", Arial, sans-serif;\n  font-size: 13px;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n}\n.mwphgl .mw-nav .mw-wrap {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 6px 32px;\n  padding-top: 14px;\n  padding-bottom: 14px;\n}\n.mwphgl .mw-nav a { color: rgba(255, 255, 255, 0.82); font-weight: 500; }\n.mwphgl .mw-nav a:hover { color: var(--mw-white); text-decoration: none; }\n\n\/* ---------- Hero ---------- *\/\n.mwphgl .mw-hero {\n  position: relative;\n  overflow: hidden;\n  color: var(--mw-white);\n  text-align: center;\n  padding: 90px 0 100px;\n  background:\n    radial-gradient(ellipse at 50% 35%, rgba(46, 90, 172, 0.45) 0%, rgba(10, 36, 99, 0) 60%),\n    linear-gradient(160deg, var(--mw-navy-deep) 0%, var(--mw-navy) 55%, var(--mw-black) 100%);\n}\n.mwphgl .mw-hero::before {\n  content: \"\";\n  position: absolute;\n  inset: 22px;\n  border: 1px solid rgba(255, 255, 255, 0.18);\n  pointer-events: none;\n}\n.mwphgl .mw-hero .mw-emblem {\n  width: 220px;\n  margin: 0 auto 34px;\n  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.45));\n}\n.mwphgl .mw-hero .mw-eyebrow { color: rgba(255, 255, 255, 0.7); }\n.mwphgl .mw-hero h1 {\n  color: var(--mw-white);\n  font-size: clamp(30px, 5vw, 54px);\n  margin-bottom: 18px;\n}\n.mwphgl .mw-hero .mw-lede {\n  max-width: 720px;\n  margin: 0 auto 36px;\n  font-size: 20px;\n  color: rgba(255, 255, 255, 0.88);\n}\n\n\/* ---------- Buttons ---------- *\/\n.mwphgl .mw-btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }\n.mwphgl .mw-btn {\n  display: inline-block;\n  font-family: \"Inter\", Arial, sans-serif;\n  font-size: 14px;\n  font-weight: 600;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  padding: 14px 28px;\n  border-radius: var(--mw-radius);\n  border: 2px solid var(--mw-white);\n  transition: background 0.2s ease, color 0.2s ease;\n}\n.mwphgl .mw-btn:hover { text-decoration: none; }\n.mwphgl .mw-btn-solid { background: var(--mw-white); color: var(--mw-navy-deep); }\n.mwphgl .mw-btn-solid:hover { background: transparent; color: var(--mw-white); }\n.mwphgl .mw-btn-ghost { background: transparent; color: var(--mw-white); }\n.mwphgl .mw-btn-ghost:hover { background: var(--mw-white); color: var(--mw-navy-deep); }\n\n\/* ---------- Development notice ---------- *\/\n.mwphgl .mw-notice {\n  background: var(--mw-mist);\n  border-bottom: 1px solid var(--mw-line);\n  font-family: \"Inter\", Arial, sans-serif;\n  font-size: 15px;\n  color: var(--mw-ink);\n}\n.mwphgl .mw-notice .mw-wrap {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 14px;\n  padding-top: 16px;\n  padding-bottom: 16px;\n  text-align: center;\n  flex-wrap: wrap;\n}\n.mwphgl .mw-pill {\n  display: inline-block;\n  background: var(--mw-navy);\n  color: var(--mw-white);\n  font-size: 11px;\n  font-weight: 600;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n  padding: 5px 12px;\n  border-radius: 999px;\n}\n\n\/* ---------- Generic sections ---------- *\/\n.mwphgl .mw-section { padding: 90px 0; }\n.mwphgl .mw-section h2 { font-size: clamp(26px, 3.4vw, 38px); }\n.mwphgl .mw-alt { background: var(--mw-mist); }\n.mwphgl .mw-dark { background: var(--mw-navy-deep); color: rgba(255, 255, 255, 0.9); }\n.mwphgl .mw-dark h2,\n.mwphgl .mw-dark h3 { color: var(--mw-white); }\n.mwphgl .mw-dark .mw-eyebrow { color: rgba(255, 255, 255, 0.65); }\n.mwphgl .mw-dark .mw-rule { background: var(--mw-white); }\n.mwphgl .mw-center { text-align: center; }\n.mwphgl .mw-center .mw-rule { margin-left: auto; margin-right: auto; }\n.mwphgl .mw-intro { max-width: 760px; margin: 0 auto 50px; }\n\n\/* ---------- About (two column) ---------- *\/\n.mwphgl .mw-split {\n  display: grid;\n  grid-template-columns: 1.2fr 0.8fr;\n  gap: 60px;\n  align-items: center;\n}\n.mwphgl .mw-quote {\n  border-left: 4px solid var(--mw-navy);\n  background: var(--mw-mist);\n  padding: 30px 32px;\n  border-radius: 0 var(--mw-radius) var(--mw-radius) 0;\n}\n.mwphgl .mw-quote img { width: 110px; margin-bottom: 18px; }\n.mwphgl .mw-quote p {\n  font-style: italic;\n  font-size: 20px;\n  color: var(--mw-navy-deep);\n  margin: 0;\n}\n\n\/* ---------- Timeline ---------- *\/\n.mwphgl .mw-timeline {\n  list-style: none;\n  margin: 0 auto;\n  padding: 0;\n  max-width: 820px;\n  position: relative;\n}\n.mwphgl .mw-timeline::before {\n  content: \"\";\n  position: absolute;\n  left: 94px;\n  top: 6px;\n  bottom: 6px;\n  width: 2px;\n  background: var(--mw-line);\n}\n.mwphgl .mw-timeline li {\n  display: grid;\n  grid-template-columns: 80px 1fr;\n  gap: 40px;\n  margin-bottom: 34px;\n  position: relative;\n}\n.mwphgl .mw-timeline li::after {\n  content: \"\";\n  position: absolute;\n  left: 88px;\n  top: 8px;\n  width: 14px;\n  height: 14px;\n  border-radius: 50%;\n  background: var(--mw-white);\n  border: 3px solid var(--mw-navy);\n}\n.mwphgl .mw-year {\n  font-family: \"Cinzel\", Georgia, serif;\n  font-weight: 700;\n  font-size: 22px;\n  color: var(--mw-navy);\n  text-align: right;\n}\n.mwphgl .mw-timeline h3 { font-size: 19px; margin-bottom: 6px; }\n.mwphgl .mw-timeline p { margin: 0; color: var(--mw-muted); }\n\n\/* ---------- Cards ---------- *\/\n.mwphgl .mw-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 26px;\n}\n.mwphgl .mw-card {\n  background: var(--mw-white);\n  border: 1px solid var(--mw-line);\n  border-top: 4px solid var(--mw-navy);\n  border-radius: var(--mw-radius);\n  padding: 32px 28px;\n}\n.mwphgl .mw-card h3 { font-size: 20px; }\n.mwphgl .mw-card p { color: var(--mw-muted); margin: 0; font-size: 17px; }\n.mwphgl .mw-card .mw-pill { margin-bottom: 16px; }\n.mwphgl .mw-card .mw-pill-soft { background: var(--mw-mist); color: var(--mw-navy); }\n\n\/* Principle tiles on dark background *\/\n.mwphgl .mw-dark .mw-card {\n  background: rgba(255, 255, 255, 0.04);\n  border: 1px solid rgba(255, 255, 255, 0.16);\n  border-top: 4px solid var(--mw-white);\n  text-align: center;\n}\n.mwphgl .mw-dark .mw-card p { color: rgba(255, 255, 255, 0.78); }\n.mwphgl .mw-numeral {\n  font-family: \"Cinzel\", Georgia, serif;\n  font-size: 34px;\n  color: rgba(255, 255, 255, 0.35);\n  display: block;\n  margin-bottom: 8px;\n}\n\n\/* ---------- Closing band \/ footer ---------- *\/\n.mwphgl .mw-close {\n  background: var(--mw-black);\n  color: rgba(255, 255, 255, 0.8);\n  text-align: center;\n  padding: 70px 0 40px;\n}\n.mwphgl .mw-close img { width: 80px; margin: 0 auto 22px; opacity: 0.9; }\n.mwphgl .mw-close h2 { color: var(--mw-white); font-size: 26px; }\n.mwphgl .mw-close p { max-width: 640px; margin: 0 auto 1em; }\n.mwphgl .mw-fine {\n  margin-top: 40px;\n  padding-top: 24px;\n  border-top: 1px solid rgba(255, 255, 255, 0.14);\n  font-family: \"Inter\", Arial, sans-serif;\n  font-size: 13px;\n  color: rgba(255, 255, 255, 0.55);\n}\n\n\/* ---------- Responsive ---------- *\/\n@media (max-width: 900px) {\n  .mwphgl .mw-split { grid-template-columns: 1fr; gap: 36px; }\n  .mwphgl .mw-grid { grid-template-columns: 1fr 1fr; }\n}\n@media (max-width: 620px) {\n  .mwphgl { font-size: 17px; }\n  .mwphgl .mw-section { padding: 64px 0; }\n  .mwphgl .mw-hero { padding: 64px 0 72px; }\n  .mwphgl .mw-hero .mw-emblem { width: 160px; }\n  .mwphgl .mw-grid { grid-template-columns: 1fr; }\n  .mwphgl .mw-timeline::before { left: 7px; }\n  .mwphgl .mw-timeline li { grid-template-columns: 1fr; gap: 4px; padding-left: 34px; }\n  .mwphgl .mw-timeline li::after { left: 0; top: 6px; }\n  .mwphgl .mw-year { text-align: left; }\n}\n<\/style>\n\n<!--\n  MWPHGL.ORG | Main Page Markup\n  Paste into a \"Custom HTML\" block on your WordPress home page.\n  Styles live in mwphgl-style.css (Additional CSS).\n  IMAGE PATHS: after uploading the PNGs to Media, replace\n  \/wp-content\/uploads\/2026\/09\/ below with the URL WordPress shows for each file.\n-->\n<div class=\"mwphgl\">\n\n  <!-- Section navigation -->\n  <nav class=\"mw-nav\" aria-label=\"Page sections\">\n    <div class=\"mw-wrap\">\n      <a href=\"#mw-about\">About<\/a>\n      <a href=\"#mw-history\">History<\/a>\n      <a href=\"#mw-principles\">Principles<\/a>\n      <a href=\"#mw-coming\">What&#8217;s Coming<\/a>\n    <\/div>\n  <\/nav>\n\n  <!-- Hero -->\n  <header class=\"mw-hero\">\n    <div class=\"mw-wrap\">\n      <img decoding=\"async\" class=\"mw-emblem\" src=\"\/wp-content\/uploads\/2026\/09\/mwphgl-emblem-white.png\" alt=\"Square and Compasses with the letter G\">\n      <span class=\"mw-eyebrow\">Information, Definition, History, and Legacy<\/span>\n      <h1>Most Worshipful Prince Hall Grand Lodges<\/h1>\n      <p class=\"mw-lede\">An information and history resource for the Prince Hall Affliated Grand Lodges and Jurisdictions of the United States of America, and for Prince Hall Affiliated Freemasonry.<\/p>\n      <div class=\"mw-btns\">\n        <a class=\"mw-btn mw-btn-solid\" href=\"#mw-about\">About This Site<\/a>\n        <a class=\"mw-btn mw-btn-ghost\" href=\"#mw-history\">Explore the History<\/a>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <!-- Development notice -->\n  <div class=\"mw-notice\" role=\"status\">\n    <div class=\"mw-wrap\">\n      <span class=\"mw-pill\">Under Development<\/span>\n      <span>MWPHGL.org is actively being built. New history, jurisdiction, and education content will be added in stages.<\/span>\n    <\/div>\n  <\/div>\n\n  <!-- About -->\n  <section class=\"mw-section\" id=\"mw-about\">\n    <div class=\"mw-wrap mw-split\">\n      <div>\n        <span class=\"mw-eyebrow\">About This Site<\/span>\n        <h2>Preserving a Legacy, Sharing the Light<\/h2>\n        <hr class=\"mw-rule\">\n        <p>This website is dedicated to the history, heritage, and present day work of Prince Hall Freemasonry in the United States. Our purpose is to bring together accurate, accessible information about the Prince Hall Grand Lodges and Jurisdictions across the nation in one place.<\/p>\n        <p>Whether you are a Brother of the Craft, a member of an affiliated body, a researcher, or someone simply curious about the fraternity, this site is designed to help you learn where Prince Hall Masonry came from, what it stands for, and how it continues to serve communities today.<\/p>\n        <p>The site is currently under development. The sections below offer a first look, and more will follow as the work continues.<\/p>\n      <\/div>\n      <aside class=\"mw-quote\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/09\/mwphgl-emblem-blue.png\" alt=\"\">\n        <p>Founded on the principles of Brotherly Love, Relief, and Truth, Prince Hall Freemasonry has stood for faith, fellowship, and service for nearly 250 years.<\/p>\n      <\/aside>\n    <\/div>\n  <\/section>\n\n  <!-- History -->\n  <section class=\"mw-section mw-alt\" id=\"mw-history\">\n    <div class=\"mw-wrap\">\n      <div class=\"mw-intro mw-center\">\n        <span class=\"mw-eyebrow\">Our Heritage<\/span>\n        <h2>The Story of Prince Hall<\/h2>\n        <hr class=\"mw-rule\">\n        <p>Prince Hall was a free Black leader, abolitionist, and community advocate in Boston during the American Revolution. His work to establish a lodge for men of African descent became the foundation of the oldest predominantly African American fraternal organization in the United States.<\/p>\n      <\/div>\n      <ol class=\"mw-timeline\">\n        <li>\n          <div class=\"mw-year\">1775<\/div>\n          <div>\n            <h3>Initiation in Boston<\/h3>\n            <p>Prince Hall and fourteen other free Black men are initiated into Freemasonry by a military lodge attached to a British regiment stationed near Boston.<\/p>\n          <\/div>\n        <\/li>\n        <li>\n          <div class=\"mw-year\">1776<\/div>\n          <div>\n            <h3>African Lodge No. 1<\/h3>\n            <p>After the regiment departs, the Brothers organize as African Lodge No. 1 under a limited permit to meet as a body.<\/p>\n          <\/div>\n        <\/li>\n        <li>\n          <div class=\"mw-year\">1784<\/div>\n          <div>\n            <h3>A Warrant from England<\/h3>\n            <p>The Grand Lodge of England issues a warrant establishing African Lodge No. 459, with Prince Hall as Master. The charter arrives in Boston in 1787.<\/p>\n          <\/div>\n        <\/li>\n        <li>\n          <div class=\"mw-year\">1791<\/div>\n          <div>\n            <h3>Provincial Grand Master<\/h3>\n            <p>Prince Hall is named Provincial Grand Master, giving him authority to establish new lodges beyond Massachusetts.<\/p>\n          <\/div>\n        <\/li>\n        <li>\n          <div class=\"mw-year\">1807<\/div>\n          <div>\n            <h3>A Lasting Name<\/h3>\n            <p>Prince Hall passes away in Boston. In 1808 his lodges form the African Grand Lodge, which takes the name Prince Hall Grand Lodge in 1847. His name comes to identify the family of Grand Lodges that trace their lineage to him.<\/p>\n          <\/div>\n        <\/li>\n        <li>\n          <div class=\"mw-year\">Today<\/div>\n          <div>\n            <h3>A National Fraternity<\/h3>\n            <p>Prince Hall Grand Lodges operate in jurisdictions across the United States and beyond, continuing a tradition of charity, education, civic leadership, and brotherhood.<\/p>\n          <\/div>\n        <\/li>\n      <\/ol>\n    <\/div>\n  <\/section>\n\n  <!-- Principles -->\n  <section class=\"mw-section mw-dark\" id=\"mw-principles\">\n    <div class=\"mw-wrap\">\n      <div class=\"mw-intro mw-center\">\n        <span class=\"mw-eyebrow\">Tenets of the Craft<\/span>\n        <h2>Brotherly Love, Relief, and Truth<\/h2>\n        <hr class=\"mw-rule\">\n        <p>The Square and Compasses remind every Mason to square his actions and keep his passions within due bounds. These three tenets guide the work of every Prince Hall lodge.<\/p>\n      <\/div>\n      <div class=\"mw-grid\">\n        <div class=\"mw-card\">\n          <span class=\"mw-numeral\">I<\/span>\n          <h3>Brotherly Love<\/h3>\n          <p>Regarding all people as one family, and treating every Brother with respect, kindness, and understanding.<\/p>\n        <\/div>\n        <div class=\"mw-card\">\n          <span class=\"mw-numeral\">II<\/span>\n          <h3>Relief<\/h3>\n          <p>Caring for those in need, supporting widows and orphans, and serving the wider community through charity.<\/p>\n        <\/div>\n        <div class=\"mw-card\">\n          <span class=\"mw-numeral\">III<\/span>\n          <h3>Truth<\/h3>\n          <p>Pursuing knowledge, living with integrity, and building character that stands the test of time.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Coming soon features -->\n  <section class=\"mw-section\" id=\"mw-coming\">\n    <div class=\"mw-wrap\">\n      <div class=\"mw-intro mw-center\">\n        <span class=\"mw-eyebrow\">In Development<\/span>\n        <h2>What You Will Find Here<\/h2>\n        <hr class=\"mw-rule\">\n        <p>These resources are being researched and prepared now. Each will be published as it is completed and verified.<\/p>\n      <\/div>\n      <div class=\"mw-grid\">\n        <div class=\"mw-card\">\n          <span class=\"mw-pill mw-pill-soft\">Coming Soon<\/span>\n          <h3>Jurisdiction Directory<\/h3>\n          <p>A state by state guide to the Prince Hall Grand Lodges and Jurisdictions of the United States.<\/p>\n        <\/div>\n        <div class=\"mw-card\">\n          <span class=\"mw-pill mw-pill-soft\">Coming Soon<\/span>\n          <h3>History Archive<\/h3>\n          <p>Documents, biographies, and milestones tracing Prince Hall Freemasonry from 1775 to the present.<\/p>\n        <\/div>\n        <div class=\"mw-card\">\n          <span class=\"mw-pill mw-pill-soft\">Coming Soon<\/span>\n          <h3>Masonic Education<\/h3>\n          <p>Articles and study materials on symbolism, ritual history, and the meaning behind the Craft.<\/p>\n        <\/div>\n        <div class=\"mw-card\">\n          <span class=\"mw-pill mw-pill-soft\">Coming Soon<\/span>\n          <h3>Affiliated Bodies<\/h3>\n          <p>An overview of the appendant and concordant bodies connected to Prince Hall Affiliated Freemasonry.<\/p>\n        <\/div>\n        <div class=\"mw-card\">\n          <span class=\"mw-pill mw-pill-soft\">Coming Soon<\/span>\n          <h3>Notable Prince Hall Masons<\/h3>\n          <p>Profiles of Brothers whose leadership shaped American history, civil rights, and their communities.<\/p>\n        <\/div>\n        <div class=\"mw-card\">\n          <span class=\"mw-pill mw-pill-soft\">Coming Soon<\/span>\n          <h3>Frequently Asked Questions<\/h3>\n          <p>Clear answers about membership, recognition, lineage, and what Prince Hall Affiliation means.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Closing band -->\n  <footer class=\"mw-close\">\n    <div class=\"mw-wrap\">\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/09\/mwphgl-emblem-white.png\" alt=\"\">\n      <h2>Thank You for Visiting<\/h2>\n      <p>MWPHGL.org is a work in progress. Please check back as new history, resources, and jurisdiction information are added.<\/p>\n      <div class=\"mw-fine\">\n        &copy; 2026 MWPHGL.org &nbsp;|&nbsp; Content is provided for informational, educational, and historical purposes.\n      <\/div>\n    <\/div>\n  <\/footer>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>About History Principles What&#8217;s Coming Information, Definition, History, and Legacy Most Worshipful Prince Hall Grand Lodges An information and history resource for the Prince Hall Affliated Grand Lodges and Jurisdictions of the United States of America, and for Prince Hall Affiliated Freemasonry. About This Site Explore the History Under Development MWPHGL.org is actively being built&#8230;.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"enable","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"bottom","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.mwphgl.org\/index.php?rest_route=\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mwphgl.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mwphgl.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mwphgl.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mwphgl.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7"}],"version-history":[{"count":5,"href":"https:\/\/www.mwphgl.org\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":9,"href":"https:\/\/www.mwphgl.org\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions\/9"}],"wp:attachment":[{"href":"https:\/\/www.mwphgl.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}