{"id":12572,"date":"2016-06-06T00:01:31","date_gmt":"2016-06-06T00:01:31","guid":{"rendered":"https:\/\/wpbeaches.com\/?p=12572"},"modified":"2016-06-20T05:46:18","modified_gmt":"2016-06-20T05:46:18","slug":"removing-genesis-mobile-menu","status":"publish","type":"post","link":"https:\/\/wpbeaches.com\/removing-genesis-mobile-menu\/","title":{"rendered":"Removing The Default Genesis Responsive Mobile Menu"},"content":{"rendered":"<p>This guide looks at removing the Genesis responsive built in mobile menu, well, \u00a0not just removing it but making it more modular to <strong>either<\/strong> use or not<\/p>\n<p>This is based on using the <strong>sample theme <\/strong>and<strong>\u00a0<\/strong>with a simple code comment\/uncomment you can enable or disable the mobile menu.\u00a0There are times where you may want to use an alternative mobile menu and it may clash with the existing Genesis menu or there are times when you simply don&#8217;t require a mobile menu, like when you only have a few\u00a0menu items to display.<\/p>\n<p><a href=\"https:\/\/wpbeaches.com\/wp-content\/uploads\/2016\/06\/genesis-resposnive-mobile-menu.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-12574 size-full\" src=\"https:\/\/wpbeaches.com\/wp-content\/uploads\/2016\/06\/genesis-resposnive-mobile-menu.png\" alt=\"genesis-responsive-mobile-menu\" width=\"300\" height=\"554\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>This approach looks at just making one change to either enable or disable the menu. A couple of new files need to be made and the relevant CSS and PHP need to be moved into, our new structure will look like the below.<\/p>\n<p><a href=\"https:\/\/wpbeaches.com\/wp-content\/uploads\/2016\/06\/genesis-file-structure.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-12585 size-full\" src=\"https:\/\/wpbeaches.com\/wp-content\/uploads\/2016\/06\/genesis-file-structure.png\" alt=\"genesis-file-structure\" width=\"220\" height=\"462\" \/><\/a><\/p>\n<h3>Move the relevant Mobile Menu CSS<\/h3>\n<p>Create a new folder and file, <em>\/css\/responsive-menu.css<\/em> and move into it all the CSS which has the <strong>.js<\/strong> and <strong>.menu-toggle<\/strong> and <strong>.sub-menu-toggle<\/strong> CSS selectors, most of these are all together in <em>style.css<\/em> in the <strong>Media Query 1023px section <\/strong>and one selector in the <em>Accessibility<\/em> section.<\/p>\n<div class=\"oembed-gist\"><script src=\"https:\/\/gist.github.com\/91450b6d040a257dcf338c25e2b0b775.js?file=responsive-menu.css\"><\/script><noscript>View the code on <a href=\"https:\/\/gist.github.com\/91450b6d040a257dcf338c25e2b0b775\">Gist<\/a>.<\/noscript><\/div>\n<h3>Move the mobile menu PHP\u00a0functions<\/h3>\n<p>Create a new file in <em>\/lib\/responsive-menu.php<\/em> and copy and edit\u00a0the\u00a0<strong>genesis_sample_enqueue_scripts_styles <\/strong>function, so in the new <strong>responsive-menu.php<\/strong> file the new function is as below with a new unique function name and also includes enqueuing our new modular CSS file created in the step previous, for the mobile menu, it also calls and loads the required javascript for the menu.<\/p>\n<div class=\"oembed-gist\"><script src=\"https:\/\/gist.github.com\/91450b6d040a257dcf338c25e2b0b775.js?file=responsive-menu.php\"><\/script><noscript>View the code on <a href=\"https:\/\/gist.github.com\/91450b6d040a257dcf338c25e2b0b775\">Gist<\/a>.<\/noscript><\/div>\n<h3>Include the new PHP file from functions.php<\/h3>\n<p>So now if you want to use the default mobile menu include the new PHP file in your functions.php<\/p>\n<div class=\"oembed-gist\"><script src=\"https:\/\/gist.github.com\/91450b6d040a257dcf338c25e2b0b775.js?file=functions.php\"><\/script><noscript>View the code on <a href=\"https:\/\/gist.github.com\/91450b6d040a257dcf338c25e2b0b775\">Gist<\/a>.<\/noscript><\/div>\n<p>If you don&#8217;t wish to use the mobile menu, simply comment it out<\/p>\n<pre>\/\/ Genesis Default Responsive Menu\r\n\/\/include_once( get_stylesheet_directory() . '\/lib\/responsive-menu.php' );\r\n\r\n<\/pre>\n<p><a href=\"https:\/\/wpbeaches.com\/wp-content\/uploads\/2016\/06\/genesis-resposnive-mobile-menu-disabled.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-12588 size-full\" src=\"https:\/\/wpbeaches.com\/wp-content\/uploads\/2016\/06\/genesis-resposnive-mobile-menu-disabled.png\" alt=\"genesis-responsive-mobile-menu-disabled\" width=\"300\" height=\"478\" \/><\/a><\/p>\n<p>This is more suited to creating a starter theme that you use over on numerous projects and modularizing\u00a0components gives you better flexibility.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This guide looks at removing the Genesis responsive built in mobile menu, well, \u00a0not just removing it but making it more modular to either use or not This is based on using the sample theme and\u00a0with a simple code comment\/uncomment you can enable or disable the mobile menu.\u00a0There are times where you may want to [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":12590,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[8],"tags":[9,72,126,156],"class_list":["post-12572","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress","tag-genesis","tag-menu","tag-mobile","tag-rwd"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Removing The Default Genesis Responsive Mobile Menu - WP Beaches<\/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:\/\/wpbeaches.com\/removing-genesis-mobile-menu\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Removing The Default Genesis Responsive Mobile Menu - WP Beaches\" \/>\n<meta property=\"og:description\" content=\"This guide looks at removing the Genesis responsive built in mobile menu, well, \u00a0not just removing it but making it more modular to either use or not This is based on using the sample theme and\u00a0with a simple code comment\/uncomment you can enable or disable the mobile menu.\u00a0There are times where you may want to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpbeaches.com\/removing-genesis-mobile-menu\/\" \/>\n<meta property=\"og:site_name\" content=\"WP Beaches\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/wpbeaches\" \/>\n<meta property=\"article:published_time\" content=\"2016-06-06T00:01:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-06-20T05:46:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wpbeaches.com\/wp-content\/uploads\/2016\/06\/remove-mobile-menu-genesis.png\" \/>\n\t<meta property=\"og:image:width\" content=\"890\" \/>\n\t<meta property=\"og:image:height\" content=\"593\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Neil Gowran\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@_neilgee\" \/>\n<meta name=\"twitter:site\" content=\"@_neilgee\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Neil Gowran\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wpbeaches.com\\\/removing-genesis-mobile-menu\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wpbeaches.com\\\/removing-genesis-mobile-menu\\\/\"},\"author\":{\"name\":\"Neil Gowran\",\"@id\":\"https:\\\/\\\/wpbeaches.com\\\/#\\\/schema\\\/person\\\/842ce14a17f05c7bbdc953d485eadc0d\"},\"headline\":\"Removing The Default Genesis Responsive Mobile Menu\",\"datePublished\":\"2016-06-06T00:01:31+00:00\",\"dateModified\":\"2016-06-20T05:46:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wpbeaches.com\\\/removing-genesis-mobile-menu\\\/\"},\"wordCount\":378,\"commentCount\":5,\"publisher\":{\"@id\":\"https:\\\/\\\/wpbeaches.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/wpbeaches.com\\\/removing-genesis-mobile-menu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wpbeaches.com\\\/wp-content\\\/uploads\\\/2016\\\/06\\\/remove-mobile-menu-genesis.png\",\"keywords\":[\"genesis\",\"menu\",\"mobile\",\"rwd\"],\"articleSection\":[\"WordPress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wpbeaches.com\\\/removing-genesis-mobile-menu\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wpbeaches.com\\\/removing-genesis-mobile-menu\\\/\",\"url\":\"https:\\\/\\\/wpbeaches.com\\\/removing-genesis-mobile-menu\\\/\",\"name\":\"Removing The Default Genesis Responsive Mobile Menu - WP Beaches\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wpbeaches.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wpbeaches.com\\\/removing-genesis-mobile-menu\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wpbeaches.com\\\/removing-genesis-mobile-menu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wpbeaches.com\\\/wp-content\\\/uploads\\\/2016\\\/06\\\/remove-mobile-menu-genesis.png\",\"datePublished\":\"2016-06-06T00:01:31+00:00\",\"dateModified\":\"2016-06-20T05:46:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wpbeaches.com\\\/removing-genesis-mobile-menu\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wpbeaches.com\\\/removing-genesis-mobile-menu\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wpbeaches.com\\\/removing-genesis-mobile-menu\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wpbeaches.com\\\/wp-content\\\/uploads\\\/2016\\\/06\\\/remove-mobile-menu-genesis.png\",\"contentUrl\":\"https:\\\/\\\/wpbeaches.com\\\/wp-content\\\/uploads\\\/2016\\\/06\\\/remove-mobile-menu-genesis.png\",\"width\":890,\"height\":593},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wpbeaches.com\\\/removing-genesis-mobile-menu\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wpbeaches.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Removing The Default Genesis Responsive Mobile Menu\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wpbeaches.com\\\/#website\",\"url\":\"https:\\\/\\\/wpbeaches.com\\\/\",\"name\":\"WP Beaches\",\"description\":\"Websites on the Northern Beaches\",\"publisher\":{\"@id\":\"https:\\\/\\\/wpbeaches.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wpbeaches.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/wpbeaches.com\\\/#organization\",\"name\":\"WP Beaches\",\"url\":\"https:\\\/\\\/wpbeaches.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wpbeaches.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/wpbeaches.com\\\/wp-content\\\/uploads\\\/2015\\\/03\\\/wpbeaches-logo.png\",\"contentUrl\":\"https:\\\/\\\/wpbeaches.com\\\/wp-content\\\/uploads\\\/2015\\\/03\\\/wpbeaches-logo.png\",\"width\":354,\"height\":52,\"caption\":\"WP Beaches\"},\"image\":{\"@id\":\"https:\\\/\\\/wpbeaches.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/wpbeaches\",\"https:\\\/\\\/x.com\\\/_neilgee\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/wpbeaches.com\\\/#\\\/schema\\\/person\\\/842ce14a17f05c7bbdc953d485eadc0d\",\"name\":\"Neil Gowran\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6988600df4dded0e1c87356ca37ca0d361bc1181a4cf8f3ade421b043d8d216a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6988600df4dded0e1c87356ca37ca0d361bc1181a4cf8f3ade421b043d8d216a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6988600df4dded0e1c87356ca37ca0d361bc1181a4cf8f3ade421b043d8d216a?s=96&d=mm&r=g\",\"caption\":\"Neil Gowran\"},\"description\":\"I am Neil Gee I develop, produce and blog.\",\"sameAs\":[\"https:\\\/\\\/wpbeaches.com\\\/\",\"https:\\\/\\\/x.com\\\/_neilgee\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Removing The Default Genesis Responsive Mobile Menu - WP Beaches","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:\/\/wpbeaches.com\/removing-genesis-mobile-menu\/","og_locale":"en_US","og_type":"article","og_title":"Removing The Default Genesis Responsive Mobile Menu - WP Beaches","og_description":"This guide looks at removing the Genesis responsive built in mobile menu, well, \u00a0not just removing it but making it more modular to either use or not This is based on using the sample theme and\u00a0with a simple code comment\/uncomment you can enable or disable the mobile menu.\u00a0There are times where you may want to [&hellip;]","og_url":"https:\/\/wpbeaches.com\/removing-genesis-mobile-menu\/","og_site_name":"WP Beaches","article_publisher":"https:\/\/www.facebook.com\/wpbeaches","article_published_time":"2016-06-06T00:01:31+00:00","article_modified_time":"2016-06-20T05:46:18+00:00","og_image":[{"width":890,"height":593,"url":"https:\/\/wpbeaches.com\/wp-content\/uploads\/2016\/06\/remove-mobile-menu-genesis.png","type":"image\/png"}],"author":"Neil Gowran","twitter_card":"summary_large_image","twitter_creator":"@_neilgee","twitter_site":"@_neilgee","twitter_misc":{"Written by":"Neil Gowran","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wpbeaches.com\/removing-genesis-mobile-menu\/#article","isPartOf":{"@id":"https:\/\/wpbeaches.com\/removing-genesis-mobile-menu\/"},"author":{"name":"Neil Gowran","@id":"https:\/\/wpbeaches.com\/#\/schema\/person\/842ce14a17f05c7bbdc953d485eadc0d"},"headline":"Removing The Default Genesis Responsive Mobile Menu","datePublished":"2016-06-06T00:01:31+00:00","dateModified":"2016-06-20T05:46:18+00:00","mainEntityOfPage":{"@id":"https:\/\/wpbeaches.com\/removing-genesis-mobile-menu\/"},"wordCount":378,"commentCount":5,"publisher":{"@id":"https:\/\/wpbeaches.com\/#organization"},"image":{"@id":"https:\/\/wpbeaches.com\/removing-genesis-mobile-menu\/#primaryimage"},"thumbnailUrl":"https:\/\/wpbeaches.com\/wp-content\/uploads\/2016\/06\/remove-mobile-menu-genesis.png","keywords":["genesis","menu","mobile","rwd"],"articleSection":["WordPress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wpbeaches.com\/removing-genesis-mobile-menu\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wpbeaches.com\/removing-genesis-mobile-menu\/","url":"https:\/\/wpbeaches.com\/removing-genesis-mobile-menu\/","name":"Removing The Default Genesis Responsive Mobile Menu - WP Beaches","isPartOf":{"@id":"https:\/\/wpbeaches.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wpbeaches.com\/removing-genesis-mobile-menu\/#primaryimage"},"image":{"@id":"https:\/\/wpbeaches.com\/removing-genesis-mobile-menu\/#primaryimage"},"thumbnailUrl":"https:\/\/wpbeaches.com\/wp-content\/uploads\/2016\/06\/remove-mobile-menu-genesis.png","datePublished":"2016-06-06T00:01:31+00:00","dateModified":"2016-06-20T05:46:18+00:00","breadcrumb":{"@id":"https:\/\/wpbeaches.com\/removing-genesis-mobile-menu\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpbeaches.com\/removing-genesis-mobile-menu\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpbeaches.com\/removing-genesis-mobile-menu\/#primaryimage","url":"https:\/\/wpbeaches.com\/wp-content\/uploads\/2016\/06\/remove-mobile-menu-genesis.png","contentUrl":"https:\/\/wpbeaches.com\/wp-content\/uploads\/2016\/06\/remove-mobile-menu-genesis.png","width":890,"height":593},{"@type":"BreadcrumbList","@id":"https:\/\/wpbeaches.com\/removing-genesis-mobile-menu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wpbeaches.com\/"},{"@type":"ListItem","position":2,"name":"Removing The Default Genesis Responsive Mobile Menu"}]},{"@type":"WebSite","@id":"https:\/\/wpbeaches.com\/#website","url":"https:\/\/wpbeaches.com\/","name":"WP Beaches","description":"Websites on the Northern Beaches","publisher":{"@id":"https:\/\/wpbeaches.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpbeaches.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wpbeaches.com\/#organization","name":"WP Beaches","url":"https:\/\/wpbeaches.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpbeaches.com\/#\/schema\/logo\/image\/","url":"https:\/\/wpbeaches.com\/wp-content\/uploads\/2015\/03\/wpbeaches-logo.png","contentUrl":"https:\/\/wpbeaches.com\/wp-content\/uploads\/2015\/03\/wpbeaches-logo.png","width":354,"height":52,"caption":"WP Beaches"},"image":{"@id":"https:\/\/wpbeaches.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/wpbeaches","https:\/\/x.com\/_neilgee"]},{"@type":"Person","@id":"https:\/\/wpbeaches.com\/#\/schema\/person\/842ce14a17f05c7bbdc953d485eadc0d","name":"Neil Gowran","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/6988600df4dded0e1c87356ca37ca0d361bc1181a4cf8f3ade421b043d8d216a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/6988600df4dded0e1c87356ca37ca0d361bc1181a4cf8f3ade421b043d8d216a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6988600df4dded0e1c87356ca37ca0d361bc1181a4cf8f3ade421b043d8d216a?s=96&d=mm&r=g","caption":"Neil Gowran"},"description":"I am Neil Gee I develop, produce and blog.","sameAs":["https:\/\/wpbeaches.com\/","https:\/\/x.com\/_neilgee"]}]}},"_links":{"self":[{"href":"https:\/\/wpbeaches.com\/wp-json\/wp\/v2\/posts\/12572","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpbeaches.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wpbeaches.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wpbeaches.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wpbeaches.com\/wp-json\/wp\/v2\/comments?post=12572"}],"version-history":[{"count":0,"href":"https:\/\/wpbeaches.com\/wp-json\/wp\/v2\/posts\/12572\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wpbeaches.com\/wp-json\/wp\/v2\/media\/12590"}],"wp:attachment":[{"href":"https:\/\/wpbeaches.com\/wp-json\/wp\/v2\/media?parent=12572"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpbeaches.com\/wp-json\/wp\/v2\/categories?post=12572"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpbeaches.com\/wp-json\/wp\/v2\/tags?post=12572"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}