{"id":442,"date":"2022-05-06T17:43:30","date_gmt":"2022-05-06T09:43:30","guid":{"rendered":"https:\/\/wpeyes.com\/astra\/docs\/how-to-remove-page-header-title-%e5%a6%82%e4%bd%95%e5%88%a0%e9%99%a4page-header%e6%a0%87%e9%a2%98\/"},"modified":"2022-05-11T16:56:39","modified_gmt":"2022-05-11T08:56:39","slug":"how-to-remove-page-header-title-%e5%a6%82%e4%bd%95%e5%88%a0%e9%99%a4page-header%e6%a0%87%e9%a2%98","status":"publish","type":"docs","link":"https:\/\/wpeyes.com\/astra\/docs\/how-to-remove-page-header-title-%e5%a6%82%e4%bd%95%e5%88%a0%e9%99%a4page-header%e6%a0%87%e9%a2%98\/","title":{"rendered":"\u5982\u4f55\u5220\u9664Page Header\u6807\u9898?"},"content":{"rendered":"\n<p>You might ever have a requirement, where you needed to remove Page Header Title. And previously the only option was to hide the same using custom CSS.<\/p>\n\n\n\n<p>\u60a8\u53ef\u80fd\u4f1a\u6709\u8fd9\u6837\u7684\u9700\u6c42\uff0c\u9700\u8981\u5220\u9664Page Header\u6807\u9898\u3002\u5728\u6b64\u4e4b\u524d\uff0c\u552f\u4e00\u7684\u9009\u62e9\u662f\u4f7f\u7528\u81ea\u5b9a\u4e49CSS\u9690\u85cf\u76f8\u540c\u7684\u5185\u5bb9\u3002<\/p>\n\n\n\n<p>We are providing two filters. One to remove the Page Header Title and another one to add the Page Title in the Content Area.<\/p>\n\n\n\n<p>\u6211\u4eec\u63d0\u4f9b\u4e24\u4e2a\u8fc7\u6ee4\u5668\u3002\u4e00\u4e2a\u7528\u4e8e\u5220\u9664Page Header\u6807\u9898\uff0c\u53e6\u4e00\u4e2a\u7528\u4e8e\u5728\u5185\u5bb9\u533a\u57df\u6dfb\u52a0Page Header\u6807\u9898\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/wpastra.com\/wp-content\/uploads\/2019\/11\/ast-2-1-page-header-title.png\"><img decoding=\"async\" src=\"https:\/\/wpastra.com\/wp-content\/uploads\/2019\/11\/ast-2-1-page-header-title.png\" alt=\"Astra Page Header Title\" class=\"wp-image-47164\"\/><\/a><\/figure>\n\n\n\n<p>Let\u2019s dive into both the cases and see the filter on how it will work \u2013<\/p>\n\n\n\n<p>\u8ba9\u6211\u4eec\u6df1\u5165\u7814\u7a76\u8fd9\u4e24\u79cd\u60c5\u51b5\uff0c\u770b\u770b\u8fc7\u6ee4\u5668\u662f\u5982\u4f55\u5de5\u4f5c\u7684<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Case 1:<\/strong><\/h3>\n\n\n\n<p>How to remove Page Header Title which appears on top of the image. Here, you can remove the Page Header Title on all single pages, archive pages, and posts. Alternatively, you can remove Page Header Title only from single pages (the title will still be visible on archive pages and posts), from all pages (but not posts), or only from your Home page.<\/p>\n\n\n\n<p>\u5982\u4f55\u5220\u9664\u51fa\u73b0\u5728\u56fe\u50cf\u9876\u90e8\u7684Page Header\u6807\u9898\u3002\u5728\u8fd9\u91cc\uff0c\u60a8\u53ef\u4ee5\u5220\u9664\u6240\u6709\u5355\u9875\u3001\u5f52\u6863\u9875\u548c\u5e16\u5b50\u7684Page Header\u6807\u9898\u3002\u6216\u8005\uff0c\u4f60\u53ef\u4ee5\u53ea\u4ece\u5355\u4e2a\u9875\u9762\u5220\u9664Page Header\u6807\u9898(\u6807\u9898\u4ecd\u7136\u5728\u5b58\u6863\u9875\u9762\u548c\u5e16\u5b50\u4e0a\u53ef\u89c1)\uff0c\u4ece\u6240\u6709\u9875\u9762(\u4f46\u4e0d\u662f\u5e16\u5b50)\uff0c\u6216\u53ea\u4ece\u4f60\u7684\u4e3b\u9875\u3002 <\/p>\n\n\n\n<p><strong>Solution 1:<\/strong>&nbsp;You will need to add the following filter, to remove the Page Header Title on all single pages, archive pages, and posts:<br>\u89e3\u51b3\u65b9\u68481:\u4f60\u5c06\u9700\u8981\u6dfb\u52a0\u4ee5\u4e0b\u8fc7\u6ee4\u5668\uff0c\u4ee5\u5220\u9664\u6240\u6709\u5355\u4e00\u9875\u9762\uff0c\u5f52\u6863\u9875\u9762\u548c\u5e16\u5b50\u7684Page Header\u6807\u9898:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">add_filter( 'astra_advanced_header_title', 'remove_page_header_title' );\nfunction remove_page_header_title() {\n&nbsp;&nbsp;return;\n}<\/pre>\n\n\n\n<p><strong>Solution 2:<\/strong>&nbsp;You will need to add the following filter, to remove the Page Header Title only from single pages:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">add_filter( 'astra_advanced_header_title', 'page_header_title_disable' ); \nfunction page_header_title_disable( $title ) { \n  if ( is_page() ) {\n    $title = false;\n  }\n  return $title;\n};<\/pre>\n\n\n\n<p><strong>Solution 3:<\/strong>&nbsp;You will need to add the following filter, to remove the Page Header Title from all pages but leave it on all posts:<\/p>\n\n\n\n<p>\u89e3\u51b3\u65b9\u68483:\u4f60\u9700\u8981\u6dfb\u52a0\u4ee5\u4e0b\u8fc7\u6ee4\u5668\uff0c\u5220\u9664\u6240\u6709\u9875\u9762\u7684\u9875\u7709\u6807\u9898\uff0c\u4f46\u7559\u4e0b\u5b83\u5728\u6240\u6709\u7684\u5e16\u5b50:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">add_filter( 'astra_advanced_header_title', 'page_header_title_disable' );\nfunction page_header_title_disable( $title ) {\nif ( is_singular( 'page' ) || is_archive() ) {\n$title = false;\n}\nreturn $title;\n}<\/pre>\n\n\n\n<p><strong>Solution 4:<\/strong>&nbsp;You will need to add the following filter, to remove the Page Header Title only from the Home page:<\/p>\n\n\n\n<p>\u89e3\u51b3\u65b9\u68484:\u60a8\u5c06\u9700\u8981\u6dfb\u52a0\u4ee5\u4e0b\u8fc7\u6ee4\u5668\uff0c\u4ee5\u5220\u9664\u9875\u7709\u6807\u9898\u4ec5\u4ece\u4e3b\u9875:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">add_filter( 'astra_advanced_header_title', 'page_header_title_disable' );\n\nfunction page_header_title_disable( $title ) {\nif ( is_front_page() || is_home() ) {\n$title = false;\n}\nreturn $title;\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Note<\/h4>\n\n\n\n<p>To use one of the above-mentioned codes, just copy, and paste it in the&nbsp;<a href=\"https:\/\/wpastra.com\/docs\/add-custom-php-code\/#3.-in-child-theme\">child theme\u2019s functions.php file<\/a>.<\/p>\n\n\n\n<p>\u8981\u4f7f\u7528\u4e0a\u8ff0\u4ee3\u7801\u4e4b\u4e00\uff0c\u53ea\u9700\u590d\u5236\u5e76\u7c98\u8d34\u5230\u5b50\u4e3b\u9898\u7684functions.php\u6587\u4ef6\u4e2d\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Case 2:<\/h3>\n\n\n\n<p>After removing the Page Header from the Top Banner, we will need to add the title in the below content area.<\/p>\n\n\n\n<p>\u4ece\u9876\u90e8\u6a2a\u5e45\u5220\u9664\u9875\u7709\u540e\uff0c\u6211\u4eec\u9700\u8981\u5728\u4e0b\u9762\u7684\u5185\u5bb9\u533a\u57df\u6dfb\u52a0\u6807\u9898\u3002<\/p>\n\n\n\n<p><strong>Solution:<\/strong>&nbsp;Let\u2019s see the filter you will need to add the title to the content area \u2013<\/p>\n\n\n\n<p>\u89e3\u51b3\u65b9\u6848:\u8ba9\u6211\u4eec\u770b\u770b\u5c06\u6807\u9898\u6dfb\u52a0\u5230\u5185\u5bb9\u533a\u57df\u6240\u9700\u7684\u8fc7\u6ee4\u5668<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">add_filter( 'astra_the_title_enabled', 'display_page_title', 999 );\nfunction display_page_title() {\n&nbsp;&nbsp;return true;\n}<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Note<\/h4>\n\n\n\n<p>Paste the above code in the&nbsp;<a href=\"https:\/\/wpastra.com\/docs\/add-custom-php-code\/#3.-in-child-theme\">child theme\u2019s functions.php file<\/a>.<\/p>\n\n\n\n<p>This is how you can remove the Page Header Title and add the Title in the content section.<\/p>\n\n\n\n<p>\u5c06\u4e0a\u9762\u7684\u4ee3\u7801\u7c98\u8d34\u5230\u5b50\u4e3b\u9898\u7684functions.php\u6587\u4ef6\u4e2d\u3002<\/p>\n\n\n\n<p>\u8fd9\u5c31\u662f\u5982\u4f55\u5220\u9664\u9875\u7709\u6807\u9898\u548c\u6dfb\u52a0\u5185\u5bb9\u90e8\u5206\u7684\u6807\u9898\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/wpastra.com\/wp-content\/uploads\/2019\/11\/ast-2-1-page-header-content-section.png\"><img decoding=\"async\" src=\"https:\/\/wpastra.com\/wp-content\/uploads\/2019\/11\/ast-2-1-page-header-content-section.png\" alt=\"Astra Page Header Content Section\" class=\"wp-image-47166\"\/><\/a><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>You might ever have a requirement, where you needed to  &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/wpeyes.com\/astra\/docs\/how-to-remove-page-header-title-%e5%a6%82%e4%bd%95%e5%88%a0%e9%99%a4page-header%e6%a0%87%e9%a2%98\/\"> <span class=\"screen-reader-text\">\u5982\u4f55\u5220\u9664Page Header\u6807\u9898?<\/span> Read More \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"comment_status":"open","ping_status":"open","template":"","meta":{"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"site-sidebar-layout":"default","site-content-layout":"default","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":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":""},"doc_category":[41],"doc_tag":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.8.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u5982\u4f55\u5220\u9664Page Header\u6807\u9898? - ASTRA\u4e2d\u6587<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wpeyes.com\/astra\/docs\/how-to-remove-page-header-title-\u5982\u4f55\u5220\u9664page-header\u6807\u9898\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u5982\u4f55\u5220\u9664Page Header\u6807\u9898? - ASTRA\u4e2d\u6587\" \/>\n<meta property=\"og:description\" content=\"You might ever have a requirement, where you needed to &hellip; \u5982\u4f55\u5220\u9664Page Header\u6807\u9898? Read More \u00bb\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpeyes.com\/astra\/docs\/how-to-remove-page-header-title-\u5982\u4f55\u5220\u9664page-header\u6807\u9898\/\" \/>\n<meta property=\"og:site_name\" content=\"ASTRA\u4e2d\u6587\" \/>\n<meta property=\"article:modified_time\" content=\"2022-05-11T08:56:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wpastra.com\/wp-content\/uploads\/2019\/11\/ast-2-1-page-header-title.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data1\" content=\"2\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wpeyes.com\/astra\/docs\/how-to-remove-page-header-title-%e5%a6%82%e4%bd%95%e5%88%a0%e9%99%a4page-header%e6%a0%87%e9%a2%98\/\",\"url\":\"https:\/\/wpeyes.com\/astra\/docs\/how-to-remove-page-header-title-%e5%a6%82%e4%bd%95%e5%88%a0%e9%99%a4page-header%e6%a0%87%e9%a2%98\/\",\"name\":\"\u5982\u4f55\u5220\u9664Page Header\u6807\u9898? - ASTRA\u4e2d\u6587\",\"isPartOf\":{\"@id\":\"https:\/\/wpeyes.com\/astra\/#website\"},\"datePublished\":\"2022-05-06T09:43:30+00:00\",\"dateModified\":\"2022-05-11T08:56:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/wpeyes.com\/astra\/docs\/how-to-remove-page-header-title-%e5%a6%82%e4%bd%95%e5%88%a0%e9%99%a4page-header%e6%a0%87%e9%a2%98\/#breadcrumb\"},\"inLanguage\":\"zh-CN\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wpeyes.com\/astra\/docs\/how-to-remove-page-header-title-%e5%a6%82%e4%bd%95%e5%88%a0%e9%99%a4page-header%e6%a0%87%e9%a2%98\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wpeyes.com\/astra\/docs\/how-to-remove-page-header-title-%e5%a6%82%e4%bd%95%e5%88%a0%e9%99%a4page-header%e6%a0%87%e9%a2%98\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/wpeyes.com\/astra\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Docs\",\"item\":\"https:\/\/wpeyes.com\/astra\/docs\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"\u5982\u4f55\u5220\u9664Page Header\u6807\u9898?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wpeyes.com\/astra\/#website\",\"url\":\"https:\/\/wpeyes.com\/astra\/\",\"name\":\"ASTRA\u4e2d\u6587\",\"description\":\"wpeyes\u6280\u672f\u89c6\u70b9\",\"publisher\":{\"@id\":\"https:\/\/wpeyes.com\/astra\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wpeyes.com\/astra\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-CN\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wpeyes.com\/astra\/#organization\",\"name\":\"ASTRA\u4e2d\u6587\",\"url\":\"https:\/\/wpeyes.com\/astra\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-CN\",\"@id\":\"https:\/\/wpeyes.com\/astra\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/wpeyes.com\/astra\/wp-content\/uploads\/sites\/2\/2022\/05\/astra-icons-03.png\",\"contentUrl\":\"https:\/\/wpeyes.com\/astra\/wp-content\/uploads\/sites\/2\/2022\/05\/astra-icons-03.png\",\"width\":500,\"height\":500,\"caption\":\"ASTRA\u4e2d\u6587\"},\"image\":{\"@id\":\"https:\/\/wpeyes.com\/astra\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u5982\u4f55\u5220\u9664Page Header\u6807\u9898? - ASTRA\u4e2d\u6587","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":"https:\/\/wpeyes.com\/astra\/docs\/how-to-remove-page-header-title-\u5982\u4f55\u5220\u9664page-header\u6807\u9898\/","og_locale":"zh_CN","og_type":"article","og_title":"\u5982\u4f55\u5220\u9664Page Header\u6807\u9898? - ASTRA\u4e2d\u6587","og_description":"You might ever have a requirement, where you needed to &hellip; \u5982\u4f55\u5220\u9664Page Header\u6807\u9898? Read More \u00bb","og_url":"https:\/\/wpeyes.com\/astra\/docs\/how-to-remove-page-header-title-\u5982\u4f55\u5220\u9664page-header\u6807\u9898\/","og_site_name":"ASTRA\u4e2d\u6587","article_modified_time":"2022-05-11T08:56:39+00:00","og_image":[{"url":"https:\/\/wpastra.com\/wp-content\/uploads\/2019\/11\/ast-2-1-page-header-title.png"}],"twitter_card":"summary_large_image","twitter_misc":{"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"2\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wpeyes.com\/astra\/docs\/how-to-remove-page-header-title-%e5%a6%82%e4%bd%95%e5%88%a0%e9%99%a4page-header%e6%a0%87%e9%a2%98\/","url":"https:\/\/wpeyes.com\/astra\/docs\/how-to-remove-page-header-title-%e5%a6%82%e4%bd%95%e5%88%a0%e9%99%a4page-header%e6%a0%87%e9%a2%98\/","name":"\u5982\u4f55\u5220\u9664Page Header\u6807\u9898? - ASTRA\u4e2d\u6587","isPartOf":{"@id":"https:\/\/wpeyes.com\/astra\/#website"},"datePublished":"2022-05-06T09:43:30+00:00","dateModified":"2022-05-11T08:56:39+00:00","breadcrumb":{"@id":"https:\/\/wpeyes.com\/astra\/docs\/how-to-remove-page-header-title-%e5%a6%82%e4%bd%95%e5%88%a0%e9%99%a4page-header%e6%a0%87%e9%a2%98\/#breadcrumb"},"inLanguage":"zh-CN","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpeyes.com\/astra\/docs\/how-to-remove-page-header-title-%e5%a6%82%e4%bd%95%e5%88%a0%e9%99%a4page-header%e6%a0%87%e9%a2%98\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wpeyes.com\/astra\/docs\/how-to-remove-page-header-title-%e5%a6%82%e4%bd%95%e5%88%a0%e9%99%a4page-header%e6%a0%87%e9%a2%98\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/wpeyes.com\/astra\/"},{"@type":"ListItem","position":2,"name":"Docs","item":"https:\/\/wpeyes.com\/astra\/docs\/"},{"@type":"ListItem","position":3,"name":"\u5982\u4f55\u5220\u9664Page Header\u6807\u9898?"}]},{"@type":"WebSite","@id":"https:\/\/wpeyes.com\/astra\/#website","url":"https:\/\/wpeyes.com\/astra\/","name":"ASTRA\u4e2d\u6587","description":"wpeyes\u6280\u672f\u89c6\u70b9","publisher":{"@id":"https:\/\/wpeyes.com\/astra\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpeyes.com\/astra\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-CN"},{"@type":"Organization","@id":"https:\/\/wpeyes.com\/astra\/#organization","name":"ASTRA\u4e2d\u6587","url":"https:\/\/wpeyes.com\/astra\/","logo":{"@type":"ImageObject","inLanguage":"zh-CN","@id":"https:\/\/wpeyes.com\/astra\/#\/schema\/logo\/image\/","url":"https:\/\/wpeyes.com\/astra\/wp-content\/uploads\/sites\/2\/2022\/05\/astra-icons-03.png","contentUrl":"https:\/\/wpeyes.com\/astra\/wp-content\/uploads\/sites\/2\/2022\/05\/astra-icons-03.png","width":500,"height":500,"caption":"ASTRA\u4e2d\u6587"},"image":{"@id":"https:\/\/wpeyes.com\/astra\/#\/schema\/logo\/image\/"}}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"qmk","author_link":"https:\/\/wpeyes.com\/astra\/author\/qmk\/"},"uagb_comment_info":0,"uagb_excerpt":"You might ever have a requirement, where you needed to &hellip;","_links":{"self":[{"href":"https:\/\/wpeyes.com\/astra\/wp-json\/wp\/v2\/docs\/442"}],"collection":[{"href":"https:\/\/wpeyes.com\/astra\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/wpeyes.com\/astra\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/wpeyes.com\/astra\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wpeyes.com\/astra\/wp-json\/wp\/v2\/comments?post=442"}],"version-history":[{"count":1,"href":"https:\/\/wpeyes.com\/astra\/wp-json\/wp\/v2\/docs\/442\/revisions"}],"predecessor-version":[{"id":603,"href":"https:\/\/wpeyes.com\/astra\/wp-json\/wp\/v2\/docs\/442\/revisions\/603"}],"wp:attachment":[{"href":"https:\/\/wpeyes.com\/astra\/wp-json\/wp\/v2\/media?parent=442"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/wpeyes.com\/astra\/wp-json\/wp\/v2\/doc_category?post=442"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/wpeyes.com\/astra\/wp-json\/wp\/v2\/doc_tag?post=442"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}