{"id":6001,"date":"2025-07-08T21:29:52","date_gmt":"2025-07-09T01:29:52","guid":{"rendered":"https:\/\/drsoelwin.laymandhamma.com\/?p=6001"},"modified":"2025-07-08T22:24:10","modified_gmt":"2025-07-09T02:24:10","slug":"the-core-practices-of-meditation","status":"publish","type":"post","link":"https:\/\/drsoelwin.laymandhamma.com\/en\/the-core-practices-of-meditation\/","title":{"rendered":"The Core Practices of Meditation"},"content":{"rendered":"<!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    <title>A Practical Guide to Vipassan\u0101: Chapter 2 &#8211; Core Practices<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700&#038;display=swap\" rel=\"stylesheet\">\n    <!-- Chosen Palette: Serene Dawn -->\n    <!-- Application Structure Plan: The SPA is structured into four thematic, scrollable sections: 1) The Foundation (Mindfulness & Wisdom), 2) Seeing Clearly (Reality & Perception), 3) The Engine (Effort & The Present), and 4) The Toolkit (Handling Obstacles). This architecture was chosen to create a logical learning path. It starts with the basic 'what-to-do', moves to the deeper conceptual understanding of 'how-to-see', then covers 'how-to-sustain' the practice, and concludes with a practical guide for 'how-to-troubleshoot'. This is more intuitive for a user than a simple text document, as it groups related ideas and builds upon them progressively. -->\n    <!-- Visualization & Content Choices:\n        - Mindfulness Exercises (Goal: Inform\/Engage): Interactive cards. Interaction: Clicking reveals the key principle. Justification: Encourages user interaction and reinforces the core message for each exercise. Library: HTML\/CSS + JS.\n        - Mind-Moment Flow (Goal: Explain Relationship): A visual diagram using HTML\/CSS flexbox. Interaction: Static visual. Justification: Clearly illustrates the sequence from 'Preceding Mind' to 'Subsequent Mind' and how concepts are formed, which is a core, abstract idea in the chapter. Library: HTML\/CSS.\n        - \"Third Phenomenon\" (Goal: Clarify): An interactive diagram. Interaction: Clicking a cause highlights the resulting effect. Justification: This makes a subtle concept tangible and demonstrates the cause-and-effect relationship in a hands-on way. Library: HTML\/CSS + JS.\n        - Obstacle Toolkit (Goal: Organize\/Instruct): A tabbed interface. Interaction: Clicking a tab reveals the method for a specific obstacle. Justification: Organizes practical solutions into discrete, easily digestible sections, preventing information overload. Library: HTML\/CSS + JS.\n    -->\n    <!-- CONFIRMATION: NO SVG graphics used. NO Mermaid JS used. -->\n    <style>\n        body {\n            font-family: 'Inter', sans-serif;\n            background-color: #F8F7F4; \/* Warm off-white *\/\n            color: #3D4451; \/* Dark slate gray *\/\n        }\n        .card {\n            background-color: #FFFFFF;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        .card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n        }\n        .section-title {\n            color: #3D4451; \/* Dark slate gray *\/\n        }\n        .accent-color {\n            color: #8A6E51; \/* Muted Taupe *\/\n        }\n        .accent-bg {\n            background-color: #8A6E51; \/* Muted Taupe *\/\n        }\n        .highlight-bg {\n            background-color: #EAE3D9; \/* Light Taupe *\/\n        }\n        .tab.active {\n            border-color: #8A6E51;\n            color: #8A6E51;\n            background-color: #FFFFFF;\n        }\n        .details {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.5s ease-out, padding 0.5s ease-out;\n        }\n        .details.open {\n            max-height: 500px;\n        }\n    <\/style>\n<\/head>\n<body class=\"antialiased\">\n\n    <!-- Header -->\n    <header class=\"text-center py-12 md:py-20 bg-white\">\n        <div class=\"container mx-auto px-6\">\n            <h1 class=\"text-4xl md:text-5xl font-bold section-title tracking-tight\">The Core Practices of Meditation<\/h1>\n            <p class=\"mt-4 text-lg md:text-xl text-gray-600 max-w-3xl mx-auto\">An interactive guide to the essential techniques for building a foundation in Vipassan\u0101.<\/p>\n        <\/div>\n    <\/header>\n\n    <main class=\"container mx-auto px-6 py-12 md:py-16\">\n\n        <!-- Section 1: The Foundation -->\n        <section id=\"foundation\" class=\"mb-16 md:mb-24\">\n            <h2 class=\"text-3xl font-bold text-center mb-4 section-title\">The Foundation: Mindfulness &#038; Wisdom<\/h2>\n            <p class=\"text-center text-gray-600 max-w-3xl mx-auto mb-12\">The journey begins with two interconnected practices: establishing mindfulness (*sati*) to anchor the mind, and observing with wisdom (*\u00f1\u0101\u1e47a*) to see reality clearly. The body is the most accessible place to start. Click an exercise to reveal its key principle.<\/p>\n            <div class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6\">\n                <div class=\"card rounded-lg shadow-md p-6 cursor-pointer\" onclick=\"toggleCardDetails('card1')\">\n                    <h3 class=\"font-bold text-xl mb-2\">Mindfulness of Breathing<\/h3>\n                    <p class=\"text-gray-600\">Awareness of the sensation of air entering and exiting at the tip of the nose.<\/p>\n                    <div id=\"card1\" class=\"details mt-4 pt-4 border-t border-gray-200\"><p class=\"font-semibold accent-color\">Key Principle: The mindfulness that knows the breath is more important than the breath itself.<\/p><\/div>\n                <\/div>\n                <div class=\"card rounded-lg shadow-md p-6 cursor-pointer\" onclick=\"toggleCardDetails('card2')\">\n                    <h3 class=\"font-bold text-xl mb-2\">Mindfulness of Posture<\/h3>\n                    <p class=\"text-gray-600\">Awareness of the body&#8217;s movements while walking, standing, or sitting.<\/p>\n                     <div id=\"card2\" class=\"details mt-4 pt-4 border-t border-gray-200\"><p class=\"font-semibold accent-color\">Wisdom View: Instead of &#8220; I am walking,&#8221;  see &#8220; There is a process of walking happening.&#8221; <\/p><\/div>\n                <\/div>\n                <div class=\"card rounded-lg shadow-md p-6 cursor-pointer\" onclick=\"toggleCardDetails('card3')\">\n                    <h3 class=\"font-bold text-xl mb-2\">Mindfulness of Rising\/Falling<\/h3>\n                    <p class=\"text-gray-600\">Observing the natural expansion and contraction of the abdomen with each breath.<\/p>\n                     <div id=\"card3\" class=\"details mt-4 pt-4 border-t border-gray-200\"><p class=\"font-semibold accent-color\">Key Principle: This provides a steady, rhythmic object to anchor wandering attention.<\/p><\/div>\n                <\/div>\n                 <div class=\"card rounded-lg shadow-md p-6 cursor-pointer\" onclick=\"toggleCardDetails('card4')\">\n                    <h3 class=\"font-bold text-xl mb-2\">Mindfulness of Touch<\/h3>\n                    <p class=\"text-gray-600\">Noticing points of contact, like hands touching or the body on a seat.<\/p>\n                     <div id=\"card4\" class=\"details mt-4 pt-4 border-t border-gray-200\"><p class=\"font-semibold accent-color\">Wisdom View: See the impersonal sensations of hardness, softness, or warmth, not &#8220; hand or cup.&#8221; <\/p><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 2: Seeing Clearly -->\n        <section id=\"seeing-clearly\" class=\"mb-16 md:mb-24\">\n            <h2 class=\"text-3xl font-bold text-center mb-4 section-title\">Seeing Clearly: Reality &#038; Perception<\/h2>\n            <p class=\"text-center text-gray-600 max-w-3xl mx-auto mb-12\">Vipassan\u0101 is about penetrating illusion. This involves understanding the difference between the concepts we live with and the ultimate reality of experience. This section explains the key distinction between the instantaneous &#8220; preceding mind&#8221;  and the story-telling &#8220; subsequent mind.&#8221; <\/p>\n            \n            <div class=\"bg-white rounded-lg shadow-lg p-6 md:p-8\">\n                <h3 class=\"font-bold text-xl text-center mb-6 accent-color\">From Bare Sensation to Mental Story<\/h3>\n                <div class=\"flex flex-col md:flex-row items-center justify-center gap-4 text-center\">\n                    <div class=\"p-4 border-2 border-dashed border-gray-300 rounded-lg\">\n                        <p class=\"font-semibold\">Preceding Mind<\/p>\n                        <p class=\"text-sm text-gray-600\">(Vi\u00f1\u00f1\u0101\u1e47a)<\/p>\n                        <p class=\"mt-2\">Bare, instant awareness of a raw sensation (e.g., a vibration of sound).<\/p>\n                    <\/div>\n                    <div class=\"text-3xl font-bold accent-color mx-4\">\u2192<\/div>\n                    <div class=\"p-4 border-2 border-solid border-gray-400 rounded-lg bg-gray-50\">\n                        <p class=\"font-semibold\">Subsequent Mind<\/p>\n                        <p class=\"text-sm text-gray-600\">(Conceptual Process)<\/p>\n                         <p class=\"mt-2\">Labels the sensation, creates a concept, and reacts (e.g., &#8220; That&#8217;s a car horn, it&#8217;s annoying&#8221; ).<\/p>\n                    <\/div>\n                <\/div>\n                <hr class=\"my-8\">\n                <h3 class=\"font-bold text-xl text-center mb-6 accent-color\">Practical Method: Observing the &#8220; Third Phenomenon&#8221; <\/h3>\n                <p class=\"text-center text-gray-600 max-w-2xl mx-auto mb-8\">To catch the fleeting preceding mind, we focus on the **new effect** that arises when two causes meet. Click a cause to see the effect.<\/p>\n                <div class=\"bg-gray-100 p-6 rounded-lg flex flex-col md:flex-row items-center justify-center gap-6\">\n                    <div id=\"cause1\" class=\"p-4 bg-blue-100 rounded-lg cursor-pointer text-center\" onclick=\"showEffect('touch')\">\n                        <p class=\"font-semibold\">Cause 1<\/p>\n                        <p>Foot<\/p>\n                    <\/div>\n                    <div class=\"text-2xl font-bold text-gray-400\">+<\/div>\n                    <div id=\"cause2\" class=\"p-4 bg-green-100 rounded-lg cursor-pointer text-center\" onclick=\"showEffect('touch')\">\n                        <p class=\"font-semibold\">Cause 2<\/p>\n                        <p>Floor<\/p>\n                    <\/div>\n                     <div class=\"text-2xl font-bold text-gray-400\">=<\/div>\n                    <div id=\"effect-box\" class=\"p-6 bg-purple-100 rounded-lg text-center transition-all duration-300\">\n                        <p class=\"font-semibold\">&#8220; Third Phenomenon&#8221;  (Effect)<\/p>\n                        <p id=\"effect-text\" class=\"font-bold text-purple-800\">???<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 3: The Engine -->\n        <section id=\"engine\" class=\"mb-16 md:mb-24\">\n             <h2 class=\"text-3xl font-bold text-center mb-4 section-title\">The Engine: Effort &#038; The Present Moment<\/h2>\n            <p class=\"text-center text-gray-600 max-w-3xl mx-auto mb-12\">Knowing how to observe is the first step. Sustaining that observation requires effort (*viriya*). When effort and mindfulness are balanced, the mind settles in the present, freeing us from the weight of the past and future.<\/p>\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-8\">\n                <div class=\"bg-white rounded-lg shadow-lg p-8\">\n                    <h3 class=\"font-bold text-2xl mb-4 accent-color\">Establishing Effort (Viriya)<\/h3>\n                    <p class=\"text-gray-700\">Effort is the strength that keeps mindfulness from drifting. It&#8217;s the work of constantly and gently guiding attention back to the object of meditation.<\/p>\n                    <div class=\"mt-4 text-center p-4 bg-gray-100 rounded-lg\">\n                        <p>&#8220; The mind is a wild bull. Mindfulness is the rope. The meditation object is the post. <span class=\"font-bold\">Effort is the strength that keeps the rope taut.<\/span>&#8220; <\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"bg-white rounded-lg shadow-lg p-8\">\n                     <h3 class=\"font-bold text-2xl mb-4 accent-color\">Power of the Present<\/h3>\n                    <p class=\"text-gray-700\">When the mind is anchored in the present moment, it is temporarily liberated. There is no space for worry or regret.<\/p>\n                     <div class=\"mt-4 text-center p-4 bg-gray-100 rounded-lg\">\n                        <p class=\"font-bold\">Temporal Liberation (Vimutti)<\/p>\n                        <ul class=\"mt-2 text-sm text-left list-disc list-inside\">\n                            <li>Freed from the past (regret, sadness).<\/li>\n                            <li>Freed from the future (anxiety, craving).<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Section 4: The Toolkit -->\n        <section id=\"toolkit\" class=\"mb-16 md:mb-24\">\n             <h2 class=\"text-3xl font-bold text-center mb-4 section-title\">The Toolkit: Handling Obstacles<\/h2>\n            <p class=\"text-center text-gray-600 max-w-3xl mx-auto mb-12\">As you practice, challenges will naturally arise. This toolkit provides a simple, unified method for skillfully working with the three most common obstacles.<\/p>\n            <div class=\"bg-white rounded-lg shadow-lg\">\n                <div class=\"flex border-b border-gray-200\">\n                    <button class=\"tab obstacle-tab flex-1 py-4 px-2 font-semibold text-gray-500 hover:bg-gray-50 focus:outline-none border-b-2 border-transparent active\" onclick=\"showTab('obstacle', 'wandering')\">Wandering Mind<\/button>\n                    <button class=\"tab obstacle-tab flex-1 py-4 px-2 font-semibold text-gray-500 hover:bg-gray-50 focus:outline-none border-b-2 border-transparent\" onclick=\"showTab('obstacle', 'sound')\">Hearing a Sound<\/button>\n                    <button class=\"tab obstacle-tab flex-1 py-4 px-2 font-semibold text-gray-500 hover:bg-gray-50 focus:outline-none border-b-2 border-transparent\" onclick=\"showTab('obstacle', 'pain')\">Feeling Pain<\/button>\n                <\/div>\n                <div class=\"p-8\">\n                    <div id=\"obstacle-wandering\" class=\"obstacle-content\">\n                        <h3 class=\"font-bold text-xl mb-2 accent-color\">Handling a Wandering Mind<\/h3>\n                        <p class=\"text-gray-700 mb-4\">This is natural. The goal is not to have zero thoughts, but to change your relationship to them.<\/p>\n                        <ol class=\"list-decimal list-inside space-y-2\">\n                            <li><span class=\"font-semibold\">Know Immediately:<\/span> The instant you realize, &#8220; Ah, my mind has wandered,&#8221;  that recognition *is* mindfulness in action. Don&#8217;t be discouraged.<\/li>\n                            <li><span class=\"font-semibold\">Gently Return:<\/span> Use effort to gently guide your awareness back to your primary object (e.g., the breath). No force or frustration is needed.<\/li>\n                        <\/ol>\n                    <\/div>\n                    <div id=\"obstacle-sound\" class=\"obstacle-content hidden\">\n                        <h3 class=\"font-bold text-xl mb-2 accent-color\">Handling a Sound<\/h3>\n                        <p class=\"text-gray-700 mb-4\">Sounds are just another sense object. They are not inherently &#8220; disturbances.&#8221; <\/p>\n                        <ol class=\"list-decimal list-inside space-y-2\">\n                            <li><span class=\"font-semibold\">Know &#8220; Hearing&#8221; :<\/span> Simply note that the phenomenon of hearing has occurred.<\/li>\n                            <li><span class=\"font-semibold\">Immediately Return:<\/span> Guide awareness back to the breath. Do not follow the sound, analyze it, or label it.<\/li>\n                            <li><span class=\"font-semibold\">Watch for Aversion:<\/span> Be mindful not to let irritation or annoyance (*dosa*) arise toward the sound.<\/li>\n                        <\/ol>\n                    <\/div>\n                    <div id=\"obstacle-pain\" class=\"obstacle-content hidden\">\n                        <h3 class=\"font-bold text-xl mb-2 accent-color\">Handling Pain (Vedan\u0101)<\/h3>\n                        <p class=\"text-gray-700 mb-4\">For beginners, it&#8217;s safer to not make pain the primary object, as it can easily lead to aversion.<\/p>\n                         <ol class=\"list-decimal list-inside space-y-2\">\n                            <li><span class=\"font-semibold\">Acknowledge the Sensation:<\/span> Briefly recognize, &#8220; There is a feeling of pain.&#8221; <\/li>\n                            <li><span class=\"font-semibold\">Return with Intense Effort:<\/span> Immediately and with firm, focused effort, bring your attention *back* to the breath. Make the breath more interesting than the pain.<\/li>\n                             <li><span class=\"font-semibold\">Prevent Defilements:<\/span> This method prevents the mind from creating aversion (&#8220; I hate this!&#8221; ) or craving (&#8220; I want this to stop!&#8221; ).<\/li>\n                        <\/ol>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/main>\n\n    <footer class=\"bg-white border-t border-gray-200\">\n        <div class=\"container mx-auto px-6 py-8 text-center text-gray-500\">\n            <p>This interactive guide is based on Chapter Two of &#8220; A Practical Guide to Vipassan\u0101 Meditation&#8221;  by Dr. Soe Lwin (Mandalay).<\/p>\n            <p class=\"text-sm mt-2\">Designed to foster understanding and encourage practice.<\/p>\n        <\/div>\n    <\/footer>\n\n    <script>\n        function toggleCardDetails(id) {\n            const element = document.getElementById(id);\n            element.classList.toggle('open');\n        }\n\n        function showEffect(type) {\n            const effectText = document.getElementById('effect-text');\n            const cause1 = document.getElementById('cause1');\n            const cause2 = document.getElementById('cause2');\n            const effectBox = document.getElementById('effect-box');\n            \n            if (type === 'touch') {\n                effectText.textContent = 'The bare sensation of TOUCH (Hardness, Warmth, Pressure)';\n            }\n            \n            \/\/ Highlight effect\n            effectBox.style.transform = 'scale(1.05)';\n            effectBox.style.borderColor = '#8A6E51';\n            \n            setTimeout(() => {\n                effectBox.style.transform = 'scale(1)';\n                effectBox.style.borderColor = 'transparent';\n            }, 500);\n        }\n\n        function showTab(prefix, tabId) {\n            const contentElements = document.querySelectorAll(`.${prefix}-content`);\n            contentElements.forEach(el => el.classList.add('hidden'));\n            document.getElementById(`${prefix}-${tabId}`).classList.remove('hidden');\n\n            const tabElements = document.querySelectorAll(`.${prefix}-tab`);\n            tabElements.forEach(el => el.classList.remove('active'));\n            event.currentTarget.classList.add('active');\n        }\n\n        \/\/ Initialize the first tab as active\n        document.addEventListener('DOMContentLoaded', () => {\n             const firstTab = document.querySelector('.obstacle-tab');\n             if(firstTab) {\n                 firstTab.click();\n             }\n        });\n\n    <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>A Practical Guide to Vipassan\u0101: Chapter 2 &#8211; Core Practices The Core Practices of Meditation An interactive guide to the essential techniques for building a foundation in Vipassan\u0101. The Foundation: Mindfulness &#038; Wisdom The journey begins with two interconnected practices: establishing mindfulness (*sati*) to anchor the mind, and observing with wisdom (*\u00f1\u0101\u1e47a*) to see reality [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"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":"set","ast-page-background-enabled":"default","ast-page-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-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-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-gradient":""}},"ast-content-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-gradient":""},"tablet":{"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-gradient":""},"mobile":{"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-gradient":""}},"footnotes":""},"categories":[24],"tags":[],"class_list":["post-6001","post","type-post","status-publish","format-standard","hentry","category-interactive-dhamma-teachings"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/posts\/6001","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/comments?post=6001"}],"version-history":[{"count":1,"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/posts\/6001\/revisions"}],"predecessor-version":[{"id":6002,"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/posts\/6001\/revisions\/6002"}],"wp:attachment":[{"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/media?parent=6001"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/categories?post=6001"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/drsoelwin.laymandhamma.com\/en\/wp-json\/wp\/v2\/tags?post=6001"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}