{"id":27,"date":"2025-10-26T11:52:14","date_gmt":"2025-10-26T11:52:14","guid":{"rendered":"https:\/\/wpelitehub.com\/books\/?page_id=27"},"modified":"2026-01-03T15:47:04","modified_gmt":"2026-01-03T15:47:04","slug":"published-books","status":"publish","type":"page","link":"https:\/\/wpelitehub.com\/books\/published-books\/","title":{"rendered":"Finished Books"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"27\" class=\"elementor elementor-27\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-951664a e-con-full e-flex e-con e-parent\" data-id=\"951664a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a23f82e elementor-widget elementor-widget-html\" data-id=\"a23f82e\" 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 Books<\/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  <meta name=\"robots\" content=\"index,follow\">\n  <style>\n\/* --- full CSS from your file (unchanged except grid columns) --- *\/\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-books {\n  font-family: 'Manrope', sans-serif;\n  color: #333;\n  line-height: 1.6;\n}\n\n\/* Hero Section *\/\n.wpelite-books-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-books-hero::before {\n  content: '';\n  position: absolute;\n  top: -50%;\n  right: -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-books-hero-content {\n  max-width: 1200px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 1;\n}\n\n.wpelite-books-hero h1 {\n  font-size: 48px;\n  font-weight: 800;\n  margin-bottom: 20px;\n  line-height: 1.2;\n}\n\n.wpelite-books-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-books-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-books-stats {\n  background: #f8f9fa;\n  padding: 60px 20px;\n}\n\n.wpelite-books-stats-container {\n  max-width: 1200px;\n  margin: 0 auto;\n}\n\n.wpelite-books-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\/* Filter Section *\/\n.wpelite-books-filter {\n  background: #ffffff;\n  padding: 40px 20px;\n  text-align: center;\n  border-bottom: 2px solid #f0f0f0;\n}\n\n.wpelite-books-filter-container {\n  max-width: 1200px;\n  margin: 0 auto;\n}\n\n.wpelite-books-filter h2 {\n  font-size: 28px;\n  font-weight: 700;\n  margin-bottom: 25px;\n  color: #1a1a1a;\n}\n\n.wpelite-filter-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 15px;\n  justify-content: center;\n}\n\n.wpelite-filter-tag {\n  padding: 10px 25px;\n  background: #f8f9fa;\n  color: #555;\n  border-radius: 25px;\n  font-size: 14px;\n  font-weight: 600;\n  border: 2px solid transparent;\n  transition: all 0.3s;\n  cursor: pointer;\n}\n\n.wpelite-filter-tag:hover {\n  background: #008afc;\n  color: #ffffff;\n  border-color: #008afc;\n}\n\n\/* Books Grid Section *\/\n.wpelite-books-grid-section {\n  background: #ffffff;\n  padding: 80px 20px;\n}\n\n.wpelite-books-container {\n  max-width: 1400px;\n  margin: 0 auto;\n}\n\n.wpelite-books-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr); \/* 4x2 on desktop *\/\n  gap: 40px;\n}\n\n.wpelite-book-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}\n\n.wpelite-book-card:hover {\n  transform: translateY(-10px);\n  box-shadow: 0 15px 40px rgba(0, 138, 252, 0.15);\n}\n\n.wpelite-book-cover-container {\n  width: 100%;\n  height: 450px;\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  padding: 40px;\n}\n\n.wpelite-book-cover {\n  width: 100%;\n  max-width: 280px;\n  height: 100%;\n  background: #ffffff;\n  border-radius: 8px;\n  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);\n  overflow: hidden;\n  transition: transform 0.3s;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n}\n\n.wpelite-book-card:hover .wpelite-book-cover {\n  transform: scale(1.05);\n}\n\n.wpelite-book-cover img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display:block;\n}\n\n.wpelite-book-badge {\n  position: absolute;\n  top: 20px;\n  right: 20px;\n  background: #ffffff;\n  color: #008afc;\n  padding: 8px 16px;\n  border-radius: 20px;\n  font-size: 12px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.wpelite-book-content {\n  padding: 30px;\n  flex: 1;\n  display: flex;\n  flex-direction: column;\n}\n\n.wpelite-book-category {\n  font-size: 12px;\n  color: #008afc;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  margin-bottom: 10px;\n}\n\n.wpelite-book-title {\n  font-size: 24px;\n  font-weight: 700;\n  color: #1a1a1a;\n  margin-bottom: 10px;\n  line-height: 1.3;\n}\n\n.wpelite-book-author {\n  font-size: 16px;\n  color: #555;\n  margin-bottom: 20px;\n}\n\n.wpelite-book-description {\n  font-size: 15px;\n  color: #555;\n  line-height: 1.7;\n  margin-bottom: 25px;\n  flex: 1;\n}\n\n.wpelite-book-meta {\n  display: flex;\n  gap: 20px;\n  margin-bottom: 25px;\n  padding: 20px;\n  background: #ffffff;\n  border-radius: 10px;\n}\n\n.wpelite-book-meta-item {\n  flex: 1;\n  text-align: center;\n}\n\n.wpelite-book-meta-value {\n  font-size: 20px;\n  font-weight: 700;\n  color: #008afc;\n  margin-bottom: 5px;\n}\n\n.wpelite-book-meta-label {\n  font-size: 12px;\n  color: #555;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.wpelite-book-link {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  background: linear-gradient(135deg, #008afc 0%, #0066cc 100%);\n  color: #ffffff;\n  padding: 14px 30px;\n  border-radius: 25px;\n  font-size: 16px;\n  font-weight: 600;\n  text-decoration: none;\n  transition: transform 0.3s, box-shadow 0.3s;\n}\n\n.wpelite-book-link:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 8px 25px rgba(0, 138, 252, 0.3);\n}\n\n\/* Testimonial Section *\/\n.wpelite-books-testimonial {\n  background: #f8f9fa;\n  padding: 80px 20px;\n  text-align: center;\n}\n\n.wpelite-books-testimonial-container {\n  max-width: 1000px;\n  margin: 0 auto;\n}\n\n.wpelite-books-testimonial h2 {\n  font-size: 42px;\n  font-weight: 700;\n  margin-bottom: 40px;\n  color: #1a1a1a;\n}\n\n.wpelite-testimonial-quote {\n  font-size: 24px;\n  font-style: italic;\n  color: #555;\n  line-height: 1.8;\n  margin-bottom: 30px;\n}\n\n.wpelite-testimonial-author {\n  font-size: 20px;\n  font-weight: 600;\n  color: #1a1a1a;\n}\n\n.wpelite-testimonial-role {\n  font-size: 16px;\n  color: #008afc;\n  margin-top: 5px;\n}\n\n\/* Final CTA Section *\/\n.wpelite-final-cta {\n  background: linear-gradient(135deg, #008afc 0%, #0066cc 100%);\n  color: #ffffff;\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}\n\n.wpelite-final-cta p {\n  font-size: 18px;\n  margin-bottom: 40px;\n  opacity: 0.95;\n  line-height: 1.7;\n}\n\n.wpelite-final-cta-btn {\n  display: inline-block;\n  background: #ffffff;\n  color: #008afc;\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, 0, 0, 0.2);\n}\n\n.wpelite-final-cta-btn:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);\n}\n\n\/* Mobile Responsive *\/\n@media (max-width: 968px) {\n  .wpelite-books-hero h1 {\n    font-size: 36px;\n  }\n\n  .wpelite-books-grid {\n    grid-template-columns: 1fr;\n    gap: 30px;\n  }\n\n  .wpelite-books-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-books-filter h2,\n  .wpelite-books-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-books-hero h1 {\n    font-size: 28px;\n  }\n\n  .wpelite-books-hero p {\n    font-size: 16px;\n  }\n\n  .wpelite-book-cover-container {\n    height: 380px;\n    padding: 30px;\n  }\n\n  .wpelite-books-stats-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .wpelite-books-filter h2,\n  .wpelite-books-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  .wpelite-book-meta {\n    flex-direction: column;\n    gap: 15px;\n  }\n}\n  <\/style>\n<\/head>\n<body>\n\n<div class=\"wpelite-books\">\n  <!-- Hero Section -->\n  <section class=\"wpelite-books-hero\">\n    <div class=\"wpelite-books-hero-content\">\n      <h1>Our <span>Published Books<\/span><\/h1>\n      <p>Explore our collection of impactful books across business, leadership, health, finance, and personal development. Each book represents an author's journey from expertise to published authority.<\/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 are just sample showcases for design, formatting and structural demonstration.\n    <\/p>\n  <\/div>\n<\/section>\n\n\n  <!-- Stats Section -->\n  <section class=\"wpelite-books-stats\">\n    <div class=\"wpelite-books-stats-container\">\n      <div class=\"wpelite-books-stats-grid\">\n        <div>\n          <div class=\"wpelite-stat-number\">60+<\/div>\n          <div class=\"wpelite-stat-label\">Books Published<\/div>\n        <\/div>\n        <div>\n          <div class=\"wpelite-stat-number\">650K+<\/div>\n          <div class=\"wpelite-stat-label\">Copies Sold (est.)<\/div>\n        <\/div>\n        <div>\n          <div class=\"wpelite-stat-number\">4.8\u2605<\/div>\n          <div class=\"wpelite-stat-label\">Average Rating (catalog)<\/div>\n        <\/div>\n        <div>\n          <div class=\"wpelite-stat-number\">15+<\/div>\n          <div class=\"wpelite-stat-label\">Bestsellers<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Filter Section -->\n  <section class=\"wpelite-books-filter\">\n    <div class=\"wpelite-books-filter-container\">\n      <h2>Browse by Category<\/h2>\n      <div class=\"wpelite-filter-tags\">\n        <span class=\"wpelite-filter-tag\" data-filter=\"all\">All Books<\/span>\n        <span class=\"wpelite-filter-tag\" data-filter=\"personal-development\">Personal Development<\/span>\n        <span class=\"wpelite-filter-tag\" data-filter=\"spirituality\">Spirituality<\/span>\n        <span class=\"wpelite-filter-tag\" data-filter=\"philosophy\">Philosophy<\/span>\n        <span class=\"wpelite-filter-tag\" data-filter=\"self-help\">Self-Help<\/span>\n        <span class=\"wpelite-filter-tag\" data-filter=\"psychology\">Psychology<\/span>\n        <span class=\"wpelite-filter-tag\" data-filter=\"fiction\">Fiction<\/span>\n        <span class=\"wpelite-filter-tag\" data-filter=\"health-wellness\">Health & Wellness<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Books Grid Section -->\n  <section class=\"wpelite-books-grid-section\">\n    <div class=\"wpelite-books-container\">\n      <div class=\"wpelite-books-grid\">\n\n      \n        <!-- Melody Beattie \u2014 Codependent No More -->\n<div class=\"wpelite-book-card\" data-category=\"self-help\">\n  <div class=\"wpelite-book-cover-container\">\n    <div class=\"wpelite-book-cover\">\n      <a href=\"https:\/\/amzn.in\/d\/7LKTzZx\" target=\"_blank\" rel=\"noopener noreferrer\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/wpelitehub.com\/books\/wp-content\/uploads\/2026\/01\/71CosDzy3HL._SY522_-1.jpg\" alt=\"Codependent No More book cover\">\n      <\/a>\n    <\/div>\n  <\/div>\n  <div class=\"wpelite-book-content\">\n    <div class=\"wpelite-book-category\">Self-Help<\/div>\n    <h3 class=\"wpelite-book-title\">Codependent No More<\/h3>\n    <div class=\"wpelite-book-author\">by Melody Beattie<\/div>\n    <p class=\"wpelite-book-description\">\n      A groundbreaking guide to understanding codependency, setting healthy boundaries, and reclaiming emotional independence.\n    <\/p>\n    <a href=\"https:\/\/amzn.in\/d\/7LKTzZx\" class=\"wpelite-book-link\" target=\"_blank\" rel=\"noopener\">\n      View on Amazon \u2192\n    <\/a>\n  <\/div>\n<\/div>\n\n\n        <!-- Andrew Cohen \u2014 When Shadow meets Bodhisattva -->\n        <div class=\"wpelite-book-card\" data-category=\"spirituality\">\n          <div class=\"wpelite-book-cover-container\">\n            <div class=\"wpelite-book-cover\">\n              <a href=\"https:\/\/www.amazon.in\/When-Shadow-Meets-Bodhisattva-Transformation\/dp\/1644115905\" target=\"_blank\" rel=\"noopener noreferrer\">\n                <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/wpelitehub.com\/books\/wp-content\/uploads\/2025\/10\/71HpLCMAfzL._SY522_-1.jpg\" alt=\"When Shadow meets Bodhisattva cover\">\n              <\/a>\n            <\/div>\n          <\/div>\n          <div class=\"wpelite-book-content\">\n            <div class=\"wpelite-book-category\">Spirituality<\/div>\n            <h3 class=\"wpelite-book-title\">When Shadow meets Bodhisattva<\/h3>\n            <div class=\"wpelite-book-author\">by Andrew Cohen<\/div>\n            <p class=\"wpelite-book-description\">Explores the integration of shadow work with enlightened compassion and practice.<\/p>\n            <a href=\"https:\/\/www.amazon.in\/When-Shadow-Meets-Bodhisattva-Transformation\/dp\/1644115905\" class=\"wpelite-book-link\" target=\"_blank\" rel=\"noopener\">View on Amazon \u2192<\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Trevor Moawad \u2014 It Takes What It Takes -->\n        <div class=\"wpelite-book-card\" data-category=\"performance\">\n          <div class=\"wpelite-book-cover-container\">\n            <div class=\"wpelite-book-cover\">\n              <a href=\"https:\/\/www.amazon.in\/Takes-What-Think-Neutrally-Control\/dp\/0062947125\" target=\"_blank\" rel=\"noopener noreferrer\">\n                <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/wpelitehub.com\/books\/wp-content\/uploads\/2025\/10\/71xyoCGeCQL._SY522_.jpg\" alt=\"It Takes What It Takes cover\">\n              <\/a>\n            <\/div>\n          <\/div>\n          <div class=\"wpelite-book-content\">\n            <div class=\"wpelite-book-category\">Performance<\/div>\n            <h3 class=\"wpelite-book-title\">It Takes What It Takes<\/h3>\n            <div class=\"wpelite-book-author\">by Trevor Moawad<\/div>\n            <p class=\"wpelite-book-description\">A guide to neutral thinking and developing mental toughness from a leading performance coach.<\/p>\n            <a href=\"https:\/\/www.amazon.in\/Takes-What-Think-Neutrally-Control\/dp\/0062947125\" class=\"wpelite-book-link\" target=\"_blank\" rel=\"noopener\">View on Amazon \u2192<\/a>\n          <\/div>\n        <\/div>\n\n\n          <\/div>\n        <\/div>\n\n   \n    \n  <\/section>\n\n  <!-- Testimonial Section -->\n  <section class=\"wpelite-books-testimonial\">\n    <div class=\"wpelite-books-testimonial-container\">\n      <h2>From Our Readers<\/h2>\n      <p class=\"wpelite-testimonial-quote\">\"The books published by Web Publish EliteHub are consistently high-quality and impactful. I've read three from their catalog and each one has provided actionable insights that transformed my approach to business.\"<\/p>\n      <div class=\"wpelite-testimonial-author\">Alex Morrison<\/div>\n      <div class=\"wpelite-testimonial-role\">Entrepreneur & Avid Reader<\/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>Publish Your Book With Us<\/h2>\n      <p>Join our community of successful authors and share your expertise with the world. 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 Consultation \u2192<\/a>\n    <\/div>\n  <\/section>\n<\/div>\n\n<!-- Optional small JS for filter functionality (keeps design intact but enables category filtering) -->\n<script>\n\/* Basic client-side filter - unobtrusive and optional *\/\ndocument.addEventListener('DOMContentLoaded',function(){\n  const tags = document.querySelectorAll('.wpelite-filter-tag');\n  const cards = document.querySelectorAll('.wpelite-book-card');\n\n  function setActiveTag(el){\n    tags.forEach(t=>t.classList.remove('active'));\n    el.classList.add('active');\n  }\n\n  function filterGrid(filter){\n    cards.forEach(card=>{\n      if(filter === 'all') {\n        card.style.display = '';\n        return;\n      }\n      const cat = card.getAttribute('data-category') || '';\n      if(cat === filter) card.style.display = '';\n      else card.style.display = 'none';\n    });\n  }\n\n  tags.forEach(tag=>{\n    tag.addEventListener('click',function(){\n      const f = this.getAttribute('data-filter') || 'all';\n      setActiveTag(this);\n      filterGrid(f);\n    });\n  });\n\n  const defaultTag = document.querySelector('.wpelite-filter-tag[data-filter=\"all\"]');\n  if(defaultTag) defaultTag.classList.add('active');\n});\n<\/script>\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 Books Our Published Books Explore our collection of impactful books across business, leadership, health, finance, and personal development. Each book represents an author&#8217;s journey from expertise to published authority. Note: Most authors do not publicly disclose that their books are ghostwritten, and many of our clients work under strict NDAs. For confidentiality [&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-27","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/pages\/27","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=27"}],"version-history":[{"count":30,"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/pages\/27\/revisions"}],"predecessor-version":[{"id":308,"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/pages\/27\/revisions\/308"}],"wp:attachment":[{"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/media?parent=27"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}