{"id":23,"date":"2025-10-26T11:42:57","date_gmt":"2025-10-26T11:42:57","guid":{"rendered":"https:\/\/wpelitehub.com\/books\/?page_id=23"},"modified":"2026-01-03T16:35:52","modified_gmt":"2026-01-03T16:35:52","slug":"our-authors","status":"publish","type":"page","link":"https:\/\/wpelitehub.com\/books\/our-authors\/","title":{"rendered":"Authors"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"23\" class=\"elementor elementor-23\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43753ff e-con-full e-flex e-con e-parent\" data-id=\"43753ff\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da4af35 elementor-widget elementor-widget-html\" data-id=\"da4af35\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!doctype html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"utf-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" \/>\n  <title>WPEliteHub \u2014 Published Authors & Testimonials<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;700&display=swap\" rel=\"stylesheet\">\n  <style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;700&display=swap');\n\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\n\n.wpelite-authors {\n  font-family: 'Manrope', sans-serif;\n  color: #333;\n  line-height: 1.6;\n  -webkit-font-smoothing:antialiased;\n}\n\n\/* Hero Section *\/\n.wpelite-authors-hero {\n  background: linear-gradient(135deg, #008afc 0%, #0066cc 100%);\n  color: #ffffff;\n  padding: 100px 20px 80px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n\n.wpelite-authors-hero::before {\n  content: '';\n  position: absolute;\n  top: -50%;\n  left: -10%;\n  width: 120%;\n  height: 200%;\n  background: rgba(255, 255, 255, 0.05);\n  border-radius: 50%;\n  transform: rotate(-15deg);\n}\n\n.wpelite-authors-hero-content {\n  max-width: 1200px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 1;\n}\n\n.wpelite-authors-hero h1 {\n  font-size: 48px;\n  font-weight: 800;\n  margin-bottom: 20px;\n  line-height: 1.2;\n}\n\n.wpelite-authors-hero h1 span {\n  text-decoration: underline;\n  text-decoration-color: rgba(255, 255, 255, 0.5);\n  text-decoration-thickness: 3px;\n}\n\n.wpelite-authors-hero p {\n  font-size: 18px;\n  max-width: 900px;\n  margin: 0 auto;\n  opacity: 0.95;\n  line-height: 1.8;\n}\n\n\/* Stats Section *\/\n.wpelite-authors-stats {\n  background: #f8f9fa;\n  padding: 60px 20px;\n}\n\n.wpelite-authors-stats-container {\n  max-width: 1200px;\n  margin: 0 auto;\n}\n\n.wpelite-authors-stats-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 40px;\n  text-align: center;\n}\n\n.wpelite-stat-number {\n  font-size: 48px;\n  font-weight: 800;\n  color: #008afc;\n  margin-bottom: 10px;\n}\n\n.wpelite-stat-label {\n  font-size: 16px;\n  color: #555;\n  font-weight: 600;\n}\n\n\/* Categories Section - fixed container + tags styling *\/\n.wpelite-categories {\n  background: #ffffff;\n  padding: 40px 20px;\n  border-bottom: 1px solid #eee;\n}\n\n.wpelite-categories-container {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 20px; \/* ensure tags don't touch the viewport edges *\/\n}\n\n.wpelite-categories h2 {\n  font-size: 32px;\n  font-weight: 700;\n  text-align: center;\n  margin-bottom: 20px;\n  color: #1a1a1a;\n}\n\n.wpelite-categories-list {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px 14px;\n  justify-content: center;\n  align-items: center;\n  margin: 0 auto;\n  max-width: 1100px;\n}\n\n.wpelite-category-tag {\n  display: inline-block;\n  padding: 10px 18px;\n  background: #f1f5f9;\n  color: #1a1a1a;\n  border-radius: 999px;\n  font-weight: 600;\n  font-size: 14px;\n  border: 1px solid rgba(0,0,0,0.04);\n  cursor: default;\n  white-space: nowrap;\n}\n\n\/* Authors Grid Section *\/\n.wpelite-authors-grid-section {\n  background: #ffffff;\n  padding: 60px 20px 100px;\n}\n\n.wpelite-authors-container {\n  max-width: 1400px;\n  margin: 0 auto;\n  padding: 0 20px; \/* prevents cards touching viewport edges *\/\n}\n\n\/* 4 columns on desktop *\/\n.wpelite-authors-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 40px;\n}\n\n.wpelite-author-card {\n  background: #f8f9fa;\n  border-radius: 20px;\n  overflow: hidden;\n  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);\n  transition: transform 0.3s, box-shadow 0.3s;\n  display: flex;\n  flex-direction: column;\n  height: 100%;\n}\n\n.wpelite-author-card:hover {\n  transform: translateY(-10px);\n  box-shadow: 0 15px 40px rgba(0, 138, 252, 0.15);\n}\n\n\/* make image block responsive and centered; avoid fixed absolute 300px that overflow *\/\n.wpelite-author-image {\n  width: 100%;\n  height: 300px;\n  overflow: hidden;\n  position: relative;\n  background: linear-gradient(135deg, #008afc 0%, #0066cc 100%);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n}\n\n.wpelite-author-image img.author-photo {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display:block;\n}\n\n\/* small book cover at right side bottom of pic *\/\n.wpelite-book-cover {\n  position: absolute;\n  right: 12px;\n  bottom: 12px;\n  width: 72px;\n  height: 100px;\n  border-radius: 6px;\n  border: 3px solid rgba(255,255,255,0.95);\n  box-shadow: 0 6px 18px rgba(0,0,0,0.12);\n  background: #fff;\n  overflow: hidden;\n}\n.wpelite-book-cover img{width:100%;height:100%;object-fit:cover}\n\n.wpelite-author-content {\n  padding: 24px;\n  display:flex;\n  flex-direction:column;\n  gap:10px;\n  flex:1;\n}\n\n.wpelite-author-name {\n  font-size: 22px;\n  font-weight: 700;\n  color: #1a1a1a;\n  margin-bottom: 4px;\n}\n\n.wpelite-author-title {\n  font-size: 14px;\n  color: #008afc;\n  font-weight: 600;\n  margin-bottom: 8px;\n}\n\n.wpelite-author-book {\n  font-size: 15px;\n  color: #555;\n  font-style: italic;\n  margin-bottom: 10px;\n  padding: 12px;\n  background: #ffffff;\n  border-radius: 8px;\n  border-left: 4px solid #008afc;\n}\n\n.wpelite-author-bio {\n  font-size: 14px;\n  color: #555;\n  line-height: 1.6;\n  margin-bottom: 6px;\n}\n\n.wpelite-author-social {\n  display: flex;\n  gap: 12px;\n  align-items: center;\n  margin-top: auto;\n}\n\n.wpelite-author-social-link {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 40px;\n  height: 40px;\n  background: #008afc;\n  color: #ffffff;\n  border-radius: 50%;\n  text-decoration: none;\n  font-size: 14px;\n  font-weight:700;\n  transition: background 0.3s, transform 0.3s;\n}\n\n.wpelite-author-social-link:hover {\n  background: #0066cc;\n  transform: scale(1.05);\n}\n\n\/* Testimonial Section *\/\n.wpelite-authors-testimonial {\n  background: linear-gradient(135deg, #008afc 0%, #0066cc 100%);\n  color: #ffffff;\n  padding: 80px 20px;\n  text-align: center;\n}\n\n.wpelite-authors-testimonial-container {\n  max-width: 1000px;\n  margin: 0 auto;\n}\n\n.wpelite-authors-testimonial h2 {\n  font-size: 42px;\n  font-weight: 700;\n  margin-bottom: 40px;\n}\n\n.wpelite-testimonial-quote {\n  font-size: 24px;\n  font-style: italic;\n  line-height: 1.8;\n  margin-bottom: 30px;\n  opacity: 0.95;\n}\n\n.wpelite-testimonial-author {\n  font-size: 20px;\n  font-weight: 600;\n}\n\n.wpelite-testimonial-role {\n  font-size: 16px;\n  opacity: 0.9;\n  margin-top: 5px;\n}\n\n\/* Final CTA Section *\/\n.wpelite-final-cta {\n  background: #f8f9fa;\n  padding: 80px 20px;\n  text-align: center;\n}\n\n.wpelite-final-cta-container {\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.wpelite-final-cta h2 {\n  font-size: 42px;\n  font-weight: 700;\n  margin-bottom: 20px;\n  color: #1a1a1a;\n}\n\n.wpelite-final-cta p {\n  font-size: 18px;\n  margin-bottom: 40px;\n  color: #555;\n  line-height: 1.7;\n}\n\n.wpelite-final-cta-btn {\n  display: inline-block;\n  background: linear-gradient(135deg, #008afc 0%, #0066cc 100%);\n  color: #ffffff;\n  padding: 18px 40px;\n  border-radius: 30px;\n  font-size: 18px;\n  font-weight: 700;\n  text-decoration: none;\n  transition: transform 0.3s, box-shadow 0.3s;\n  box-shadow: 0 10px 30px rgba(0, 138, 252, 0.3);\n}\n\n.wpelite-final-cta-btn:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 15px 40px rgba(0, 138, 252, 0.4);\n}\n\n\/* Mobile Responsive *\/\n@media (max-width: 968px) {\n  .wpelite-authors-hero h1 {\n    font-size: 36px;\n  }\n\n  .wpelite-authors-grid {\n    grid-template-columns: repeat(2, 1fr);\n    gap: 30px;\n  }\n\n  .wpelite-authors-stats-grid {\n    grid-template-columns: repeat(2, 1fr);\n    gap: 30px;\n  }\n\n  .wpelite-stat-number {\n    font-size: 36px;\n  }\n\n  .wpelite-categories h2,\n  .wpelite-authors-testimonial h2,\n  .wpelite-final-cta h2 {\n    font-size: 32px;\n  }\n\n  .wpelite-testimonial-quote {\n    font-size: 20px;\n  }\n}\n\n@media (max-width: 480px) {\n  .wpelite-authors-hero h1 {\n    font-size: 28px;\n  }\n\n  .wpelite-authors-hero p {\n    font-size: 16px;\n  }\n\n  .wpelite-author-image {\n    height: 220px;\n  }\n\n  .wpelite-authors-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .wpelite-categories h2,\n  .wpelite-authors-testimonial h2 {\n    font-size: 28px;\n  }\n\n  .wpelite-final-cta h2 {\n    font-size: 28px;\n  }\n\n  .wpelite-testimonial-quote {\n    font-size: 18px;\n  }\n}\n  <\/style>\n<\/head>\n<body>\n\n<div class=\"wpelite-authors\">\n  <!-- Hero Section -->\n  <section class=\"wpelite-authors-hero\">\n    <div class=\"wpelite-authors-hero-content\">\n      <h1>Meet Our <span>Published Authors<\/span><\/h1>\n      <p>Discover the diverse voices and inspiring stories of authors who have transformed their expertise into impactful books with Web Publish EliteHub. From entrepreneurs to healthcare professionals, our authors are making waves in their industries.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- Ghostwriting Disclaimer -->\n  <section style=\"background:#fff3cd; padding:25px 20px; border-bottom:2px solid #ffe8a1;\">\n    <div style=\"max-width:1200px; margin:auto; text-align:center; font-family:'Manrope',sans-serif;\">\n      <p style=\"font-size:16px; color:#6a5a00; line-height:1.7; font-weight:600;\">\n        Note: Most authors do not publicly disclose that their books are ghostwritten, and many of our clients work under strict NDAs.\n        <br>For confidentiality reasons, we cannot reveal all identities or completed works.\n        <br>These books and authors are just sample showcases for design, formatting and structural demonstration.\n      <\/p>\n    <\/div>\n  <\/section>\n\n  <!-- Stats Section -->\n  <section class=\"wpelite-authors-stats\">\n    <div class=\"wpelite-authors-stats-container\">\n      <div class=\"wpelite-authors-stats-grid\">\n        <div>\n          <div class=\"wpelite-stat-number\">50+<\/div>\n          <div class=\"wpelite-stat-label\">Published Authors<\/div>\n        <\/div>\n        <div>\n          <div class=\"wpelite-stat-number\">12<\/div>\n          <div class=\"wpelite-stat-label\">Industries Represented<\/div>\n        <\/div>\n        <div>\n          <div class=\"wpelite-stat-number\">7<\/div>\n          <div class=\"wpelite-stat-label\">Countries<\/div>\n        <\/div>\n        <div>\n          <div class=\"wpelite-stat-number\">150K+<\/div>\n          <div class=\"wpelite-stat-label\">Books Sold<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Categories Section -->\n  <section class=\"wpelite-categories\">\n    <div class=\"wpelite-categories-container\">\n      <h2>Author Categories<\/h2>\n      <div class=\"wpelite-categories-list\">\n        <span class=\"wpelite-category-tag\">Business & Entrepreneurship<\/span>\n        <span class=\"wpelite-category-tag\">Leadership & Management<\/span>\n        <span class=\"wpelite-category-tag\">Health & Wellness<\/span>\n        <span class=\"wpelite-category-tag\">Technology & Innovation<\/span>\n        <span class=\"wpelite-category-tag\">Finance & Investing<\/span>\n        <span class=\"wpelite-category-tag\">Personal Development<\/span>\n        <span class=\"wpelite-category-tag\">Marketing & Sales<\/span>\n        <span class=\"wpelite-category-tag\">Education & Training<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Authors Grid Section -->\n  <section class=\"wpelite-authors-grid-section\">\n    <div class=\"wpelite-authors-container\">\n      <div class=\"wpelite-authors-grid\">\n\n       <!-- Melody Beattie -->\n<div class=\"wpelite-author-card\">\n  <div class=\"wpelite-author-image\">\n    <img decoding=\"async\" \n      class=\"author-photo\" \n      src=\"https:\/\/wpelitehub.com\/books\/wp-content\/uploads\/2025\/10\/07Beattie-01-lmgh-mediumSquareAt3X.jpg\" \n      alt=\"Melody Beattie\"\n    >\n\n    <a class=\"wpelite-book-cover\" href=\"https:\/\/amzn.in\/d\/7LKTzZx\" target=\"_blank\" rel=\"noopener noreferrer\">\n      <img decoding=\"async\" \n        src=\"https:\/\/wpelitehub.com\/books\/wp-content\/uploads\/2026\/01\/71CosDzy3HL._SY522_-1.jpg\" \n        alt=\"Codependent No More book cover\"\n      >\n    <\/a>\n  <\/div>\n\n  <div class=\"wpelite-author-content\">\n    <h3 class=\"wpelite-author-name\">Melody Beattie<\/h3>\n    <div class=\"wpelite-author-title\">Author<\/div>\n\n    <div class=\"wpelite-author-book\">\n      \ud83d\udcda Codependent No More\n    <\/div>\n\n    <p class=\"wpelite-author-bio\">Country: USA<\/p>\n\n    <div class=\"wpelite-author-social\">\n      <a href=\"https:\/\/amzn.in\/d\/7LKTzZx\" class=\"wpelite-author-social-link\" target=\"_blank\" aria-label=\"View on Amazon\" rel=\"noopener\">\n        AM\n      <\/a>\n\n      <a href=\"https:\/\/www.linkedin.com\/in\/melody-beattie\/\" class=\"wpelite-author-social-link\" target=\"_blank\" aria-label=\"LinkedIn\" rel=\"noopener\">\n        in\n      <\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n        <!-- Andrew Cohen -->\n        <div class=\"wpelite-author-card\">\n          <div class=\"wpelite-author-image\">\n            <img decoding=\"async\" class=\"author-photo\" src=\"https:\/\/wpelitehub.com\/books\/wp-content\/uploads\/2025\/10\/asu4po98v15rg01pc1u9n3alri._SY450_CR00450450_.jpg\" alt=\"Andrew Cohen\">\n            <a class=\"wpelite-book-cover\" href=\"https:\/\/www.amazon.in\/When-Shadow-Meets-Bodhisattva-Transformation\/dp\/1644115905\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/wpelitehub.com\/books\/wp-content\/uploads\/2025\/10\/71HpLCMAfzL._SY522_-1.jpg\" alt=\"When Shadow meets Bodhisattva\"><\/a>\n          <\/div>\n          <div class=\"wpelite-author-content\">\n            <h3 class=\"wpelite-author-name\">Andrew Cohen<\/h3>\n            <div class=\"wpelite-author-title\">Author<\/div>\n            <div class=\"wpelite-author-book\">\ud83d\udcda When Shadow meets Bodhisattva<\/div>\n            <p class=\"wpelite-author-bio\">Country: USA<\/p>\n            <div class=\"wpelite-author-social\">\n              <a href=\"https:\/\/www.amazon.in\/When-Shadow-Meets-Bodhisattva-Transformation\/dp\/1644115905\" class=\"wpelite-author-social-link\" target=\"_blank\" aria-label=\"Author Store\" rel=\"noopener\">AM<\/a>\n              <a href=\"https:\/\/www.linkedin.com\/in\/andrewcohenenlightennext\/\" class=\"wpelite-author-social-link\" target=\"_blank\" aria-label=\"LinkedIn\" rel=\"noopener\">in<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <!-- Sam Keen -->\n        <div class=\"wpelite-author-card\">\n          <div class=\"wpelite-author-image\">\n            <img decoding=\"async\" class=\"author-photo\" src=\"https:\/\/wpelitehub.com\/books\/wp-content\/uploads\/2025\/10\/B1cpBmlxhbS._SY450_CR750450450_.jpg\" alt=\"Sam Keen\">\n            <a class=\"wpelite-book-cover\" href=\"https:\/\/www.amazon.com\/Fire-Belly-Being-Sam-Keen\/dp\/0553351370\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/wpelitehub.com\/books\/wp-content\/uploads\/2025\/10\/81htcu2L1NL._SY522_.jpg\" alt=\"Fire in the Belly\"><\/a>\n          <\/div>\n          <div class=\"wpelite-author-content\">\n            <h3 class=\"wpelite-author-name\">Sam Keen<\/h3>\n            <div class=\"wpelite-author-title\">Author<\/div>\n            <div class=\"wpelite-author-book\">\ud83d\udcda Fire in the Belly<\/div>\n            <p class=\"wpelite-author-bio\">Country: USA<\/p>\n            <div class=\"wpelite-author-social\">\n              <a href=\"https:\/\/www.amazon.com\/Fire-Belly-Being-Sam-Keen\/dp\/0553351370\/\" class=\"wpelite-author-social-link\" target=\"_blank\" aria-label=\"View on Amazon\" rel=\"noopener\">AM<\/a>\n              <a href=\"https:\/\/www.linkedin.com\/in\/sammkeen\/\" class=\"wpelite-author-social-link\" target=\"_blank\" aria-label=\"LinkedIn\" rel=\"noopener\">in<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <!-- Trevor Moawad -->\n        <div class=\"wpelite-author-card\">\n          <div class=\"wpelite-author-image\">\n            <img decoding=\"async\" class=\"author-photo\" src=\"https:\/\/wpelitehub.com\/books\/wp-content\/uploads\/2025\/10\/1532046927339.jpeg\" alt=\"Trevor Moawad\">\n            <a class=\"wpelite-book-cover\" href=\"https:\/\/www.amazon.in\/Takes-What-Think-Neutrally-Control\/dp\/0062947125\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/wpelitehub.com\/books\/wp-content\/uploads\/2025\/10\/71xyoCGeCQL._SY522_.jpg\" alt=\"It Takes What It Takes\"><\/a>\n          <\/div>\n          <div class=\"wpelite-author-content\">\n            <h3 class=\"wpelite-author-name\">Trevor Moawad<\/h3>\n            <div class=\"wpelite-author-title\">Author<\/div>\n            <div class=\"wpelite-author-book\">\ud83d\udcda It Takes What It Takes<\/div>\n            <p class=\"wpelite-author-bio\">Country: USA<\/p>\n            <div class=\"wpelite-author-social\">\n              <a href=\"https:\/\/www.amazon.in\/Takes-What-Think-Neutrally-Control\/dp\/0062947125\" class=\"wpelite-author-social-link\" target=\"_blank\" aria-label=\"View on Amazon\" rel=\"noopener\">AM<\/a>\n              <a href=\"https:\/\/www.linkedin.com\/in\/trevor-moawad-086a2b167\/\" class=\"wpelite-author-social-link\" target=\"_blank\" aria-label=\"LinkedIn\" rel=\"noopener\">in<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n\n\n        \n          <\/div>\n        <\/div>\n\n    \n  \n  <\/section>\n\n  <!-- Testimonial Section -->\n  <section class=\"wpelite-authors-testimonial\">\n    <div class=\"wpelite-authors-testimonial-container\">\n      <h2>Join Our Community of Authors<\/h2>\n      <p class=\"wpelite-testimonial-quote\">\"Being part of the Web Publish EliteHub author community has been transformative. The connections I've made and the opportunities that have opened up since publishing my book have exceeded all my expectations.\"<\/p>\n      <div class=\"wpelite-testimonial-author\">Dr. Marcus Chen<\/div>\n      <div class=\"wpelite-testimonial-role\">Published Author & Healthcare Professional<\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Final CTA Section -->\n  <section class=\"wpelite-final-cta\">\n    <div class=\"wpelite-final-cta-container\">\n      <h2>Become Our Next Published Author<\/h2>\n      <p>Join our growing community of successful authors who are making an impact in their industries. Schedule a consultation to discuss your book idea and publishing journey.<\/p>\n      <a href=\"https:\/\/calendly.com\/contact-wpelitehub\/30min\" class=\"wpelite-final-cta-btn\" target=\"_blank\" rel=\"noopener\">Schedule Your Consultation \u2192<\/a>\n    <\/div>\n  <\/section>\n<\/div>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>WPEliteHub \u2014 Published Authors &#038; Testimonials Meet Our Published Authors Discover the diverse voices and inspiring stories of authors who have transformed their expertise into impactful books with Web Publish EliteHub. From entrepreneurs to healthcare professionals, our authors are making waves in their industries. Note: Most authors do not publicly disclose that their books are [&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-23","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/pages\/23","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/comments?post=23"}],"version-history":[{"count":23,"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/pages\/23\/revisions"}],"predecessor-version":[{"id":314,"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/pages\/23\/revisions\/314"}],"wp:attachment":[{"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/media?parent=23"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}