{"id":2332,"date":"2026-03-20T05:41:37","date_gmt":"2026-03-20T05:41:37","guid":{"rendered":"https:\/\/icelandconsulateghana.com\/gary-introducing-claudaborative-editing\/"},"modified":"2026-03-20T05:41:37","modified_gmt":"2026-03-20T05:41:37","slug":"gary-introducing-claudaborative-editing","status":"publish","type":"post","link":"https:\/\/icelandconsulateghana.com\/is\/gary-introducing-claudaborative-editing\/","title":{"rendered":"Gary: Introducing claudaborative-editing"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Human editor\u2019s note: The post below was written by Claude Code. I personally don\u2019t use LLMs to write for me, but I figured I\u2019d make an exception just this once. Using entirely LLM-generated content isn\u2019t a workable approach to writing good copy, but I\u2019m interested in seeing how we can use these tools to interact with and improve the writing process!<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p class=\"wp-block-paragraph\">I\u2019ve been using Claude Code for more and more of my daily work, and one thing that\u2019s been bugging me is the gap between \u201cClaude wrote some text\u201d and \u201cthat text is on my blog.\u201d There\u2019s always a manual copy-paste step, formatting fixups, and the general friction of moving content between two worlds. So I built a bridge.<\/p>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/github.com\/pento\/claudaborative-editing\">claudaborative-editing<\/a> is an MCP server that lets Claude Code collaboratively edit WordPress posts in real time, right alongside you in the Gutenberg block editor. You open a post in your browser, Claude opens the same post from the terminal, and you both edit together \u2014 changes sync live via WordPress\u2019s collaborative editing protocol.<\/p>\n<p class=\"wp-block-paragraph\">In fact, this very post is being written by Claude, using the tool. It\u2019s claudaborative-editing all the way down.<\/p>\n<h2 class=\"wp-block-heading\">How it works<\/h2>\n<p class=\"wp-block-paragraph\">WordPress 7.0 introduced real-time collaborative editing, built on <a href=\"https:\/\/yjs.dev\/\">Yjs<\/a> \u2014 the same CRDT technology that powers tools like Figma and Notion. claudaborative-editing speaks this protocol natively: it maintains a Yjs document that mirrors your post, syncing changes back and forth with WordPress via HTTP polling. The CRDT handles merging, so simultaneous edits from you and Claude just work \u2014 no conflicts, no overwrites.<\/p>\n<p class=\"wp-block-paragraph\">Getting started takes about 30 seconds:<\/p>\n<pre class=\"wp-block-code\"><code>npx claudaborative-editing setup<\/code><\/pre>\n<p class=\"wp-block-paragraph\">The setup wizard validates your WordPress credentials and gives you the <code>claude mcp add<\/code> command to register the server. After that, Claude Code can connect to your site and start editing.<\/p>\n<h2 class=\"wp-block-heading\">What Claude can do<\/h2>\n<p class=\"wp-block-paragraph\">The server exposes a full set of block-editing tools. Claude can list and open posts, read the current block structure, insert and remove blocks, update text content and attributes, move blocks around, and save. It works at the block level \u2014 the same granularity Gutenberg uses \u2014 so edits are precise and merge-safe.<\/p>\n<p class=\"wp-block-paragraph\">There\u2019s a nice touch, too: when Claude writes or updates text, the changes stream into the editor character by character, like watching someone type. It\u2019s a small thing, but it makes the collaboration feel real.<\/p>\n<p class=\"wp-block-paragraph\">You can also see Claude show up in the collaborators list \u2014 it registers its presence through the same awareness protocol that shows human editors, so you know when it\u2019s active on a post.<\/p>\n<h2 class=\"wp-block-heading\">What\u2019s next<\/h2>\n<p class=\"wp-block-paragraph\">While writing this post, I ran into a few things I wished the tool could do \u2014 so I filed some issues to track them:<\/p>\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/github.com\/pento\/claudaborative-editing\/issues\/1\">Media upload and image insertion<\/a> \u2014 I can write the text for a blog post, but I can\u2019t include screenshots or diagrams yet. Being able to upload and insert images would make for much more complete drafts.<\/li>\n<li><a href=\"https:\/\/github.com\/pento\/claudaborative-editing\/issues\/2\">Post metadata<\/a> \u2014 categories, tags, excerpts, featured images, and publication status. Right now a human still needs to handle all of that before hitting publish.<\/li>\n<li><a href=\"https:\/\/github.com\/pento\/claudaborative-editing\/issues\/3\">Closing a post without disconnecting<\/a> \u2014 currently the only way to stop editing a post is to disconnect from WordPress entirely, which means you need to reconnect if you want to open a different post.<\/li>\n<\/ul>\n<p class=\"wp-block-paragraph\">The tool is open source and available on <a href=\"https:\/\/github.com\/pento\/claudaborative-editing\">GitHub<\/a>, and you can install it right now from npm with <code>npx claudaborative-editing setup<\/code>. You\u2019ll need WordPress 7.0 or later with collaborative editing enabled \u2014 flip the switch under Settings \u2192 Writing, create an application password, and you\u2019re good to go.<\/p>\n<p class=\"wp-block-paragraph\">I\u2019m looking forward to seeing what people do with it. If you try it out, I\u2019d love to hear how it goes \u2014 file issues, send PRs, or just let me know. Happy claudaborating! <img decoding=\"async\" alt=\"\ud83e\udd1d\" class=\"wp-smiley\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/17.0.2\/72x72\/1f91d.png\" \/><\/p>","protected":false},"excerpt":{"rendered":"<p>Human editor\u2019s note: The post below was written by Claude Code. I personally don\u2019t use LLMs to write for me, but I figured I\u2019d make an exception just this once. Using entirely LLM-generated content isn\u2019t a workable approach to writing good copy, but I\u2019m interested in seeing how we can use these tools to interact [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"categories":[],"tags":[],"class_list":["post-2332","post","type-post","status-publish","format-standard","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Gary: Introducing claudaborative-editing<\/title>\n<meta name=\"description\" content=\"Human editor\u2019s note: The post below was written by Claude Code. I personally don\u2019t use LLMs to write for me, but I figured I\u2019d make an exception just this once. Using entirely LLM-generated content isn\u2019t a workable approach to writing good copy, but I\u2019m interested in seeing how we can use these tools to interact&hellip;\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"\" \/>\n<meta property=\"og:locale\" content=\"is_IS\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gary: Introducing claudaborative-editing\" \/>\n<meta property=\"og:description\" content=\"Human editor\u2019s note: The post below was written by Claude Code. I personally don\u2019t use LLMs to write for me, but I figured I\u2019d make an exception just this once. Using entirely LLM-generated content isn\u2019t a workable approach to writing good copy, but I\u2019m interested in seeing how we can use these tools to interact&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/icelandconsulateghana.com\/is\/gary-introducing-claudaborative-editing\/\" \/>\n<meta property=\"og:site_name\" content=\"Iceland Consulate in Ghana\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-20T05:41:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/s.w.org\/images\/core\/emoji\/17.0.2\/72x72\/1f91d.png\" \/>\n<meta name=\"author\" content=\"359158pwpadmin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"359158pwpadmin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/gary-introducing-claudaborative-editing\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/gary-introducing-claudaborative-editing\\\/\"},\"author\":{\"name\":\"359158pwpadmin\",\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/#\\\/schema\\\/person\\\/48fec6bb414b0f1337e59ba22c7a9ab1\"},\"headline\":\"Gary: Introducing claudaborative-editing\",\"datePublished\":\"2026-03-20T05:41:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/gary-introducing-claudaborative-editing\\\/\"},\"wordCount\":627,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/gary-introducing-claudaborative-editing\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/s.w.org\\\/images\\\/core\\\/emoji\\\/17.0.2\\\/72x72\\\/1f91d.png\",\"inLanguage\":\"is\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/gary-introducing-claudaborative-editing\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/gary-introducing-claudaborative-editing\\\/\",\"url\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/gary-introducing-claudaborative-editing\\\/\",\"name\":\"Gary: Introducing claudaborative-editing - Iceland Consulate in Ghana\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/gary-introducing-claudaborative-editing\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/gary-introducing-claudaborative-editing\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/s.w.org\\\/images\\\/core\\\/emoji\\\/17.0.2\\\/72x72\\\/1f91d.png\",\"datePublished\":\"2026-03-20T05:41:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/gary-introducing-claudaborative-editing\\\/#breadcrumb\"},\"inLanguage\":\"is\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/gary-introducing-claudaborative-editing\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"is\",\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/gary-introducing-claudaborative-editing\\\/#primaryimage\",\"url\":\"https:\\\/\\\/s.w.org\\\/images\\\/core\\\/emoji\\\/17.0.2\\\/72x72\\\/1f91d.png\",\"contentUrl\":\"https:\\\/\\\/s.w.org\\\/images\\\/core\\\/emoji\\\/17.0.2\\\/72x72\\\/1f91d.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/gary-introducing-claudaborative-editing\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/icelandconsulateghana.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gary: Introducing claudaborative-editing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/#website\",\"url\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/\",\"name\":\"Iceland Consulate in Ghana\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"is\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/#organization\",\"name\":\"Iceland Consulate in Ghana\",\"url\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"is\",\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/icelandconsulateghana.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/1200px-Coat_of_arms_of_Iceland.svg_.webp\",\"contentUrl\":\"https:\\\/\\\/icelandconsulateghana.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/1200px-Coat_of_arms_of_Iceland.svg_.webp\",\"width\":1200,\"height\":1269,\"caption\":\"Iceland Consulate in Ghana\"},\"image\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/#\\\/schema\\\/person\\\/48fec6bb414b0f1337e59ba22c7a9ab1\",\"name\":\"359158pwpadmin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"is\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/18c6e57f2afaec2f9ef147dfa488ce2c8a20091fae02765760523ee6d0b69ec1?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/18c6e57f2afaec2f9ef147dfa488ce2c8a20091fae02765760523ee6d0b69ec1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/18c6e57f2afaec2f9ef147dfa488ce2c8a20091fae02765760523ee6d0b69ec1?s=96&d=mm&r=g\",\"caption\":\"359158pwpadmin\"},\"sameAs\":[\"https:\\\/\\\/icelandconsulateghana.com\"],\"url\":\"https:\\\/\\\/icelandconsulateghana.com\\\/is\\\/author\\\/359158pwpadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Gary: Introducing claudaborative-editing","description":"Human editor\u2019s note: The post below was written by Claude Code. I personally don\u2019t use LLMs to write for me, but I figured I\u2019d make an exception just this once. Using entirely LLM-generated content isn\u2019t a workable approach to writing good copy, but I\u2019m interested in seeing how we can use these tools to interact&hellip;","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"Human editor\u2019s note: The post below was written by Claude Code. I personally don\u2019t use LLMs to write for me, but I figured I\u2019d make an exception just this once. Using entirely LLM-generated content isn\u2019t a workable approach to writing good copy, but I\u2019m interested in seeing how we can use these tools to interact&hellip;","og_locale":"is_IS","og_type":"article","og_title":"Gary: Introducing claudaborative-editing","og_description":"Human editor\u2019s note: The post below was written by Claude Code. I personally don\u2019t use LLMs to write for me, but I figured I\u2019d make an exception just this once. Using entirely LLM-generated content isn\u2019t a workable approach to writing good copy, but I\u2019m interested in seeing how we can use these tools to interact&hellip;","og_url":"https:\/\/icelandconsulateghana.com\/is\/gary-introducing-claudaborative-editing\/","og_site_name":"Iceland Consulate in Ghana","article_published_time":"2026-03-20T05:41:37+00:00","og_image":[{"url":"https:\/\/s.w.org\/images\/core\/emoji\/17.0.2\/72x72\/1f91d.png","type":"","width":"","height":""}],"author":"359158pwpadmin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"359158pwpadmin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/icelandconsulateghana.com\/is\/gary-introducing-claudaborative-editing\/#article","isPartOf":{"@id":"https:\/\/icelandconsulateghana.com\/is\/gary-introducing-claudaborative-editing\/"},"author":{"name":"359158pwpadmin","@id":"https:\/\/icelandconsulateghana.com\/#\/schema\/person\/48fec6bb414b0f1337e59ba22c7a9ab1"},"headline":"Gary: Introducing claudaborative-editing","datePublished":"2026-03-20T05:41:37+00:00","mainEntityOfPage":{"@id":"https:\/\/icelandconsulateghana.com\/is\/gary-introducing-claudaborative-editing\/"},"wordCount":627,"commentCount":0,"publisher":{"@id":"https:\/\/icelandconsulateghana.com\/#organization"},"image":{"@id":"https:\/\/icelandconsulateghana.com\/is\/gary-introducing-claudaborative-editing\/#primaryimage"},"thumbnailUrl":"https:\/\/s.w.org\/images\/core\/emoji\/17.0.2\/72x72\/1f91d.png","inLanguage":"is","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/icelandconsulateghana.com\/is\/gary-introducing-claudaborative-editing\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/icelandconsulateghana.com\/is\/gary-introducing-claudaborative-editing\/","url":"https:\/\/icelandconsulateghana.com\/is\/gary-introducing-claudaborative-editing\/","name":"Gary: Introducing claudaborative-editing - Iceland Consulate in Ghana","isPartOf":{"@id":"https:\/\/icelandconsulateghana.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/icelandconsulateghana.com\/is\/gary-introducing-claudaborative-editing\/#primaryimage"},"image":{"@id":"https:\/\/icelandconsulateghana.com\/is\/gary-introducing-claudaborative-editing\/#primaryimage"},"thumbnailUrl":"https:\/\/s.w.org\/images\/core\/emoji\/17.0.2\/72x72\/1f91d.png","datePublished":"2026-03-20T05:41:37+00:00","breadcrumb":{"@id":"https:\/\/icelandconsulateghana.com\/is\/gary-introducing-claudaborative-editing\/#breadcrumb"},"inLanguage":"is","potentialAction":[{"@type":"ReadAction","target":["https:\/\/icelandconsulateghana.com\/is\/gary-introducing-claudaborative-editing\/"]}]},{"@type":"ImageObject","inLanguage":"is","@id":"https:\/\/icelandconsulateghana.com\/is\/gary-introducing-claudaborative-editing\/#primaryimage","url":"https:\/\/s.w.org\/images\/core\/emoji\/17.0.2\/72x72\/1f91d.png","contentUrl":"https:\/\/s.w.org\/images\/core\/emoji\/17.0.2\/72x72\/1f91d.png"},{"@type":"BreadcrumbList","@id":"https:\/\/icelandconsulateghana.com\/is\/gary-introducing-claudaborative-editing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/icelandconsulateghana.com\/"},{"@type":"ListItem","position":2,"name":"Gary: Introducing claudaborative-editing"}]},{"@type":"WebSite","@id":"https:\/\/icelandconsulateghana.com\/is\/#website","url":"https:\/\/icelandconsulateghana.com\/is\/","name":"Iceland Consulate in Ghana","description":"","publisher":{"@id":"https:\/\/icelandconsulateghana.com\/is\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/icelandconsulateghana.com\/is\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"is"},{"@type":"Organization","@id":"https:\/\/icelandconsulateghana.com\/is\/#organization","name":"Iceland Consulate in Ghana","url":"https:\/\/icelandconsulateghana.com\/is\/","logo":{"@type":"ImageObject","inLanguage":"is","@id":"https:\/\/icelandconsulateghana.com\/is\/#\/schema\/logo\/image\/","url":"https:\/\/icelandconsulateghana.com\/wp-content\/uploads\/2025\/08\/1200px-Coat_of_arms_of_Iceland.svg_.webp","contentUrl":"https:\/\/icelandconsulateghana.com\/wp-content\/uploads\/2025\/08\/1200px-Coat_of_arms_of_Iceland.svg_.webp","width":1200,"height":1269,"caption":"Iceland Consulate in Ghana"},"image":{"@id":"https:\/\/icelandconsulateghana.com\/is\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/icelandconsulateghana.com\/#\/schema\/person\/48fec6bb414b0f1337e59ba22c7a9ab1","name":"359158pwpadmin","image":{"@type":"ImageObject","inLanguage":"is","@id":"https:\/\/secure.gravatar.com\/avatar\/18c6e57f2afaec2f9ef147dfa488ce2c8a20091fae02765760523ee6d0b69ec1?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/18c6e57f2afaec2f9ef147dfa488ce2c8a20091fae02765760523ee6d0b69ec1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/18c6e57f2afaec2f9ef147dfa488ce2c8a20091fae02765760523ee6d0b69ec1?s=96&d=mm&r=g","caption":"359158pwpadmin"},"sameAs":["https:\/\/icelandconsulateghana.com"],"url":"https:\/\/icelandconsulateghana.com\/is\/author\/359158pwpadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/icelandconsulateghana.com\/is\/wp-json\/wp\/v2\/posts\/2332","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/icelandconsulateghana.com\/is\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/icelandconsulateghana.com\/is\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/icelandconsulateghana.com\/is\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/icelandconsulateghana.com\/is\/wp-json\/wp\/v2\/comments?post=2332"}],"version-history":[{"count":0,"href":"https:\/\/icelandconsulateghana.com\/is\/wp-json\/wp\/v2\/posts\/2332\/revisions"}],"wp:attachment":[{"href":"https:\/\/icelandconsulateghana.com\/is\/wp-json\/wp\/v2\/media?parent=2332"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/icelandconsulateghana.com\/is\/wp-json\/wp\/v2\/categories?post=2332"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/icelandconsulateghana.com\/is\/wp-json\/wp\/v2\/tags?post=2332"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}