{"id":449,"date":"2026-02-14T14:51:35","date_gmt":"2026-02-14T05:51:35","guid":{"rendered":"https:\/\/x-global.it\/classica-x\/?page_id=449"},"modified":"2026-02-14T15:06:24","modified_gmt":"2026-02-14T06:06:24","slug":"authors-4","status":"publish","type":"page","link":"https:\/\/x-global.it\/classica-x\/en\/authors-4\/","title":{"rendered":"Authors(en)"},"content":{"rendered":"\n<style>\n  \/* ============================================================\n     Authors Page - Classica-X (English)\n     WordPress Custom HTML Block\n     ============================================================ *\/\n  .cxa-page {\n    --color-bg: #0a0a0a;\n    --color-bg-elevated: #111111;\n    --color-bg-card: #161616;\n    --color-bg-card-hover: #1a1a1a;\n    --color-surface: #1e1e1e;\n    --color-border: #2a2a2a;\n    --color-border-subtle: #1f1f1f;\n    --color-text-primary: #f0ece6;\n    --color-text-secondary: #d5d0c8;\n    --color-text-tertiary: #a8a298;\n    --color-accent-gold: #c9a96e;\n    --color-accent-gold-dim: #a08a50;\n    --color-accent-gold-bright: #dfc48b;\n    --color-accent-silver: #d4cec6;\n    --color-white: #f5f0ea;\n    --color-tag-bg: rgba(201, 169, 110, 0.08);\n    --color-tag-border: rgba(201, 169, 110, 0.2);\n    --color-link: #c9a96e;\n    --color-link-hover: #dfc48b;\n    --font-display: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;\n    --font-body-en: 'EB Garamond', Georgia, serif;\n    --max-width: 1200px;\n    --content-width: 860px;\n\n    background-color: var(--color-bg);\n    color: var(--color-text-primary);\n    font-family: var(--font-body-en);\n    line-height: 1.8;\n    margin: 0 auto;\n    padding: 0;\n    max-width: 100%;\n  }\n\n  .cxa-page *,\n  .cxa-page *::before,\n  .cxa-page *::after {\n    box-sizing: border-box;\n  }\n\n  .cxa-page a {\n    color: var(--color-link);\n    text-decoration: none;\n    transition: color 0.3s ease;\n  }\n  .cxa-page a:hover {\n    color: var(--color-link-hover);\n  }\n\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');\n\n  \/* ---- Breadcrumb ---- *\/\n  .cxa-breadcrumb {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 1.5rem 2rem 0;\n    font-size: 0.8rem;\n    color: var(--color-text-tertiary);\n    font-family: var(--font-body-en);\n  }\n  .cxa-breadcrumb a { color: var(--color-text-tertiary); }\n  .cxa-breadcrumb a:hover { color: var(--color-accent-gold); }\n  .cxa-breadcrumb .sep { margin: 0 0.5em; opacity: 0.5; }\n\n  \/* ---- Header ---- *\/\n  .cxa-header {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 2.5rem 2rem 0;\n  }\n  .cxa-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5em;\n    font-size: 0.7rem;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--color-accent-gold);\n    background: var(--color-tag-bg);\n    border: 1px solid var(--color-tag-border);\n    padding: 0.4em 1em;\n    border-radius: 2px;\n    margin-bottom: 1.2rem;\n  }\n  .cxa-badge::before {\n    content: '';\n    display: inline-block;\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: var(--color-accent-gold);\n  }\n  .cxa-title {\n    font-family: var(--font-display);\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: var(--color-white);\n    line-height: 1.2;\n    margin: 0.5rem 0 1rem;\n  }\n  .cxa-desc {\n    font-size: 0.88rem;\n    color: var(--color-text-tertiary);\n    line-height: 1.75;\n    max-width: 700px;\n    margin-bottom: 1.5rem;\n  }\n  .cxa-meta {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1.5rem;\n    font-size: 0.78rem;\n    color: var(--color-text-tertiary);\n    padding-bottom: 2rem;\n    border-bottom: 1px solid var(--color-border-subtle);\n  }\n  .cxa-meta-label {\n    color: var(--color-text-tertiary);\n    opacity: 0.6;\n    margin-right: 0.3em;\n  }\n  .cxa-meta-value {\n    color: var(--color-accent-gold-dim);\n  }\n\n  \/* ---- Author Cards Grid ---- *\/\n  .cxa-grid {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 2.5rem 2rem 4rem;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1.5rem;\n  }\n\n  .cxa-author-card {\n    background: var(--color-bg-card);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    padding: 2.5rem;\n    display: grid;\n    grid-template-columns: 160px 1fr;\n    gap: 2.5rem;\n    align-items: start;\n    transition: border-color 0.3s ease;\n  }\n  .cxa-author-card:hover {\n    border-color: var(--color-border);\n  }\n\n  \/* Portrait *\/\n  .cxa-portrait {\n    width: 100%;\n    aspect-ratio: 3 \/ 4;\n    background: linear-gradient(145deg, #1a1814 0%, #0d0b09 100%);\n    border: 1px solid var(--color-border);\n    border-radius: 4px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  .cxa-portrait img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    border-radius: 4px;\n  }\n  .cxa-initials {\n    font-family: var(--font-display);\n    font-size: 2.8rem;\n    font-weight: 300;\n    color: var(--color-accent-gold-dim);\n    opacity: 0.5;\n    letter-spacing: 0.1em;\n  }\n\n  \/* Author Info *\/\n  .cxa-ainfo {}\n  .cxa-ainfo h3 {\n    font-family: var(--font-display);\n    font-size: 1.6rem;\n    font-weight: 400;\n    color: var(--color-white);\n    margin: 0 0 0.4rem 0;\n  }\n  .cxa-dates {\n    font-size: 0.82rem;\n    color: var(--color-text-tertiary);\n    margin-bottom: 0.3rem;\n  }\n  .cxa-pd-status {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.4em;\n    font-size: 0.72rem;\n    color: var(--color-text-tertiary);\n    letter-spacing: 0.03em;\n    background: rgba(255,255,255,0.03);\n    padding: 0.35em 0.8em;\n    border-radius: 3px;\n    border: 1px solid var(--color-border-subtle);\n    margin-bottom: 1.2rem;\n  }\n  .cxa-pd-status::before {\n    content: '';\n    display: inline-block;\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: #5a8a5a;\n  }\n  .cxa-bio {\n    font-size: 0.88rem;\n    color: var(--color-text-secondary);\n    line-height: 1.85;\n    margin-bottom: 1.5rem;\n  }\n  .cxa-bio p {\n    margin: 0 0 0.8rem 0;\n  }\n\n  \/* Works List *\/\n  .cxa-works {\n    padding-top: 1.2rem;\n    border-top: 1px solid var(--color-border-subtle);\n  }\n  .cxa-works-label {\n    font-size: 0.72rem;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--color-accent-gold-dim);\n    margin-bottom: 0.8rem;\n  }\n  .cxa-wlist {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.5rem;\n  }\n  .cxa-wtag {\n    font-size: 0.78rem;\n    color: var(--color-text-tertiary);\n    background: var(--color-bg);\n    border: 1px solid var(--color-border-subtle);\n    padding: 0.35em 0.8em;\n    border-radius: 3px;\n    transition: all 0.3s ease;\n    text-decoration: none;\n  }\n  .cxa-wtag:hover {\n    border-color: var(--color-accent-gold-dim);\n    color: var(--color-text-secondary);\n  }\n  .cxa-wtag.available {\n    color: var(--color-accent-gold);\n    border-color: var(--color-tag-border);\n    background: var(--color-tag-bg);\n  }\n  .cxa-wtag.available:hover {\n    background: rgba(201, 169, 110, 0.15);\n    color: var(--color-accent-gold-bright);\n  }\n  .cxa-wtag-year {\n    font-size: 0.68rem;\n    color: var(--color-text-tertiary);\n    opacity: 0.6;\n    margin-left: 0.3em;\n  }\n\n  \/* ---- Divider ---- *\/\n  .cxa-divider {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 0 2rem;\n  }\n  .cxa-divider hr {\n    border: none;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--color-border), transparent);\n  }\n\n  \/* ---- Copyright Notice ---- *\/\n  .cxa-section {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 3rem 2rem 4rem;\n  }\n  .cxa-copyright {\n    background: var(--color-bg-elevated);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    padding: 2rem 2.5rem;\n    display: grid;\n    grid-template-columns: auto 1fr;\n    gap: 1.5rem;\n    align-items: start;\n  }\n  .cxa-cicon {\n    font-family: var(--font-display);\n    font-size: 1.8rem;\n    color: var(--color-accent-gold-dim);\n    opacity: 0.6;\n    line-height: 1;\n    padding-top: 0.2rem;\n  }\n  .cxa-ctext h4 {\n    font-family: var(--font-body-en);\n    font-size: 0.9rem;\n    font-weight: 500;\n    color: var(--color-text-primary);\n    margin: 0 0 0.6rem 0;\n  }\n  .cxa-ctext p {\n    font-size: 0.82rem;\n    color: var(--color-text-tertiary);\n    line-height: 1.7;\n    margin: 0;\n  }\n\n  \/* ---- Back to Catalog CTA ---- *\/\n  .cxa-bottom {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 0 2rem 4rem;\n    text-align: center;\n  }\n  .cxa-back-btn {\n    display: inline-block;\n    padding: 0.75em 2.5em;\n    font-family: var(--font-body-en);\n    font-size: 0.88rem;\n    color: var(--color-accent-gold);\n    background: var(--color-bg);\n    border: 1px solid var(--color-accent-gold);\n    border-radius: 4px;\n    text-decoration: none;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  .cxa-back-btn:hover {\n    background: var(--color-accent-gold);\n    color: var(--color-bg);\n  }\n\n  \/* ---- Responsive ---- *\/\n  @media (max-width: 768px) {\n    .cxa-breadcrumb { padding: 1rem 1.25rem 0; }\n    .cxa-header { padding: 1.5rem 1.25rem 0; }\n    .cxa-title { font-size: 1.8rem; }\n    .cxa-grid { padding: 2rem 1.25rem 3rem; }\n    .cxa-author-card {\n      grid-template-columns: 1fr;\n      gap: 1.5rem;\n      padding: 1.8rem 1.5rem;\n    }\n    .cxa-portrait { max-width: 140px; }\n    .cxa-section { padding: 2rem 1.25rem 3rem; }\n    .cxa-copyright { grid-template-columns: 1fr; gap: 1rem; padding: 1.5rem; }\n    .cxa-bottom { padding: 0 1.25rem 3rem; }\n    .cxa-divider { padding: 0 1.25rem; }\n  }\n  @media (max-width: 480px) {\n    .cxa-title { font-size: 1.5rem; }\n    .cxa-portrait { max-width: 120px; }\n  }\n<\/style>\n\n<div class=\"cxa-page\">\n\n  <!-- Breadcrumb -->\n  <nav class=\"cxa-breadcrumb\">\n    <a href=\"\/classica-x\/en\/\">Classica-X<\/a>\n    <span class=\"sep\">\/<\/span>\n    Authors\n  <\/nav>\n\n  <!-- Header -->\n  <header class=\"cxa-header\">\n    <div class=\"cxa-badge\">Authors<\/div>\n    <h1 class=\"cxa-title\">Authors<\/h1>\n    <div class=\"cxa-desc\">\n      Meet the authors behind the Classica-X catalog. Every original work featured\n      on this platform is in the public domain, freely available under the copyright\n      laws of the United States and international jurisdictions.\n    <\/div>\n    <div class=\"cxa-meta\">\n      <div><span class=\"cxa-meta-label\">Authors<\/span> <span class=\"cxa-meta-value\">5<\/span><\/div>\n      <div><span class=\"cxa-meta-label\">Available<\/span> <span class=\"cxa-meta-value\">1 Title<\/span><\/div>\n      <div><span class=\"cxa-meta-label\">Coming Soon<\/span> <span class=\"cxa-meta-value\">6 Titles<\/span><\/div>\n    <\/div>\n  <\/header>\n\n  <!-- ============================================================\n       AUTHOR 1: William Walker Atkinson\n       ============================================================ -->\n  <div class=\"cxa-grid\">\n\n    <div class=\"cxa-author-card\" id=\"william-walker-atkinson\">\n      <div class=\"cxa-portrait\">\n        <img decoding=\"async\" src=\"http:\/\/x-global.it\/classica-x\/wp-content\/uploads\/sites\/4\/2026\/02\/william-walker-atkinson-2-fbbef8.jpg\" alt=\"Portrait of William Walker Atkinson (Public Domain)\">\n      <\/div>\n      <div class=\"cxa-ainfo\">\n        <h3>William Walker Atkinson<\/h3>\n        <div class=\"cxa-dates\">1862&ndash;1932 &middot; American<\/div>\n        <div class=\"cxa-pd-status\">Public Domain &middot; Copyright expired 2002<\/div>\n        <div class=\"cxa-bio\">\n          <p>American attorney, author, occultist, and a central figure of the New Thought movement. Born in Baltimore, Maryland, Atkinson practiced law in Pennsylvania before suffering a physical and mental breakdown that led him to the principles of New Thought. He relocated to Chicago, where he reinvented himself as a prolific writer and editor.<\/p>\n          <p>As editor of the magazine <em>New Thought<\/em>, Atkinson wrote over one hundred books under various pseudonyms including Yogi Ramacharaka and Theron Q. Dumont. He is widely credited with popularizing the term &ldquo;Law of Attraction,&rdquo; and his writings on the power of the mind laid the foundation for a century of self-help literature.<\/p>\n        <\/div>\n        <div class=\"cxa-works\">\n          <div class=\"cxa-works-label\">Classica-X Titles<\/div>\n          <div class=\"cxa-wlist\">\n            <a href=\"\/classica-x\/en\/attraction-4\/\" class=\"cxa-wtag available\">Thought Vibration <span class=\"cxa-wtag-year\">(1906)<\/span><\/a>\n            <span class=\"cxa-wtag\">The Secret of Success <span class=\"cxa-wtag-year\">(1908)<\/span><\/span>\n            <span class=\"cxa-wtag\">The Kybalion <span class=\"cxa-wtag-year\">(1908)<\/span><\/span>\n            <span class=\"cxa-wtag\">Mind Power <span class=\"cxa-wtag-year\">(1912)<\/span><\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- ============================================================\n         AUTHOR 2: James Allen\n         ============================================================ -->\n    <div class=\"cxa-author-card\" id=\"james-allen\">\n      <div class=\"cxa-portrait\">\n        <img decoding=\"async\" src=\"https:\/\/x-global.it\/classica-x\/wp-content\/uploads\/sites\/4\/2026\/02\/James_Allen.jpg\" alt=\"Portrait of James Allen (Public Domain)\">\n      <\/div>\n      <div class=\"cxa-ainfo\">\n        <h3>James Allen<\/h3>\n        <div class=\"cxa-dates\">1864&ndash;1912 &middot; British<\/div>\n        <div class=\"cxa-pd-status\">Public Domain &middot; Copyright expired 1982<\/div>\n        <div class=\"cxa-bio\">\n          <p>British philosophical writer and a pioneer of the self-help genre. Born in Leicester, England, Allen was forced into factory work at a young age following his father&rsquo;s business failure and death. He was largely self-taught, immersing himself in literature and philosophy throughout his life.<\/p>\n          <p>His 1903 masterpiece <em>As a Man Thinketh<\/em> distilled the principle that thought shapes character and circumstance into prose of remarkable brevity and power. The work has remained in continuous print for over a century. Allen authored nineteen books and edited the magazine <em>The Light of Reason<\/em> before his death at the age of forty-eight.<\/p>\n        <\/div>\n        <div class=\"cxa-works\">\n          <div class=\"cxa-works-label\">Classica-X Titles<\/div>\n          <div class=\"cxa-wlist\">\n            <span class=\"cxa-wtag\">As a Man Thinketh <span class=\"cxa-wtag-year\">(1903)<\/span><\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- ============================================================\n         AUTHOR 3: Wallace D. Wattles\n         ============================================================ -->\n    <div class=\"cxa-author-card\" id=\"wallace-d-wattles\">\n      <div class=\"cxa-portrait\">\n        <img decoding=\"async\" src=\"https:\/\/x-global.it\/classica-x\/wp-content\/uploads\/sites\/4\/2026\/02\/The_Science_of_Getting_Rich_-_Frontispiece.jpg\" alt=\"Portrait of Wallace D. Wattles (Public Domain)\">\n      <\/div>\n      <div class=\"cxa-ainfo\">\n        <h3>Wallace D. Wattles<\/h3>\n        <div class=\"cxa-dates\">1860&ndash;1911 &middot; American<\/div>\n        <div class=\"cxa-pd-status\">Public Domain &middot; Copyright expired 1981<\/div>\n        <div class=\"cxa-bio\">\n          <p>American New Thought author best known for his writings on wealth and the principles of success. Born in Illinois to a farming family, Wattles grew up in poverty before discovering the New Thought movement, which transformed his outlook and launched his writing career.<\/p>\n          <p>His 1910 work <em>The Science of Getting Rich<\/em> argued that the creation of wealth follows scientific principles as reliable as the laws of physics. The book gained renewed fame as the direct inspiration for Rhonda Byrne&rsquo;s <em>The Secret<\/em>. Wattles is known for his practical, no-nonsense style and his insistence on the power of purposeful thought.<\/p>\n        <\/div>\n        <div class=\"cxa-works\">\n          <div class=\"cxa-works-label\">Classica-X Titles<\/div>\n          <div class=\"cxa-wlist\">\n            <span class=\"cxa-wtag\">The Science of Getting Rich <span class=\"cxa-wtag-year\">(1910)<\/span><\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- ============================================================\n         AUTHOR 4: Florence Scovel Shinn\n         ============================================================ -->\n    <div class=\"cxa-author-card\" id=\"florence-scovel-shinn\">\n      <div class=\"cxa-portrait\">\n        <img decoding=\"async\" src=\"https:\/\/x-global.it\/classica-x\/wp-content\/uploads\/sites\/4\/2026\/02\/Photo_Florence_Scovel_Shinn.jpg\" alt=\"Portrait of Florence Scovel Shinn (Public Domain)\">\n      <\/div>\n      <div class=\"cxa-ainfo\">\n        <h3>Florence Scovel Shinn<\/h3>\n        <div class=\"cxa-dates\">1871&ndash;1940 &middot; American<\/div>\n        <div class=\"cxa-pd-status\">Public Domain &middot; Copyright expired 2010<\/div>\n        <div class=\"cxa-bio\">\n          <p>American illustrator, New Thought lecturer, and author. Born in Camden, New Jersey, Shinn studied art at the Philadelphia School of Design for Women before establishing herself as a magazine illustrator in New York City.<\/p>\n          <p>Her 1925 self-published classic <em>The Game of Life and How to Play It<\/em> presented life as a game governed by spiritual laws, with the spoken word as the player&rsquo;s most powerful tool. Rich in vivid, everyday examples drawn from her lectures, the book pioneered the practice of affirmation and remains one of the most widely read works in New Thought literature. Shinn is regarded as the foremost female author of the movement.<\/p>\n        <\/div>\n        <div class=\"cxa-works\">\n          <div class=\"cxa-works-label\">Classica-X Titles<\/div>\n          <div class=\"cxa-wlist\">\n            <span class=\"cxa-wtag\">The Game of Life and How to Play It <span class=\"cxa-wtag-year\">(1925)<\/span><\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- ============================================================\n         AUTHOR 5: Charles F. Haanel\n         ============================================================ -->\n    <div class=\"cxa-author-card\" id=\"charles-f-haanel\">\n      <div class=\"cxa-portrait\">\n        <img decoding=\"async\" src=\"https:\/\/x-global.it\/classica-x\/wp-content\/uploads\/sites\/4\/2026\/02\/Charles_Francis_Haanel_1866\u20131949.png\" alt=\"Portrait of Charles F. Haanel (Public Domain)\">\n      <\/div>\n      <div class=\"cxa-ainfo\">\n        <h3>Charles F. Haanel<\/h3>\n        <div class=\"cxa-dates\">1866&ndash;1949 &middot; American<\/div>\n        <div class=\"cxa-pd-status\">Public Domain &middot; Copyright expired 2019<\/div>\n        <div class=\"cxa-bio\">\n          <p>American businessman and New Thought author. Born in Ann Arbor, Michigan, Haanel built a successful career in business, founding several companies before turning his practical experience into a systematic philosophy of mental power and achievement.<\/p>\n          <p>His <em>The Master Key System<\/em>, first distributed in 1912 as a twenty-four-week correspondence course, is widely considered the most structured and methodical presentation of New Thought principles ever written. The work gained legendary status through the popular claim that Bill Gates read it during his time at Harvard and drew inspiration from its teachings.<\/p>\n        <\/div>\n        <div class=\"cxa-works\">\n          <div class=\"cxa-works-label\">Classica-X Titles<\/div>\n          <div class=\"cxa-wlist\">\n            <span class=\"cxa-wtag\">The Master Key System <span class=\"cxa-wtag-year\">(1912)<\/span><\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <div class=\"cxa-divider\"><hr><\/div>\n\n  <!-- ============================================================\n       COPYRIGHT NOTICE\n       ============================================================ -->\n  <section class=\"cxa-section\">\n    <div class=\"cxa-copyright\">\n      <div class=\"cxa-cicon\">&copy;<\/div>\n      <div class=\"cxa-ctext\">\n        <h4>Public Domain Notice<\/h4>\n        <p>All original works by the authors featured on this page are in the public domain under applicable copyright law. Under U.S. law, works published before 1929 are in the public domain; under the laws of most other jurisdictions, works enter the public domain 70 years after the author&rsquo;s death.<br><br>All annotations, commentary, and editorial arrangements by Classica-X are protected by copyright.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Back to Catalog -->\n  <div class=\"cxa-bottom\">\n    <a href=\"\/classica-x\/en\/catalog-4\/\" class=\"cxa-back-btn\">Back to Catalog<\/a>\n  <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Classica-X \/ Authors Authors Authors Meet the authors behind the Classica-X catalog. Every original work featured on this platform is [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-449","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"prinz002","author_link":"https:\/\/x-global.it\/classica-x\/author\/prinz002\/"},"uagb_comment_info":0,"uagb_excerpt":"Classica-X \/ Authors Authors Authors Meet the authors behind the Classica-X catalog. Every original work featured on this platform is [&hellip;]","_links":{"self":[{"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages\/449","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/comments?post=449"}],"version-history":[{"count":2,"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages\/449\/revisions"}],"predecessor-version":[{"id":451,"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages\/449\/revisions\/451"}],"wp:attachment":[{"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/media?parent=449"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}