{"id":66,"date":"2023-01-06T15:10:39","date_gmt":"2023-01-06T22:10:39","guid":{"rendered":"https:\/\/comm.engineering.asu.edu\/pitchfork\/?post_type=pitchfork-docs&#038;p=66"},"modified":"2023-01-09T12:32:04","modified_gmt":"2023-01-09T19:32:04","slug":"creating-a-navigation-menu","status":"publish","type":"pitchfork-docs","link":"https:\/\/comm.engineering.asu.edu\/pitchfork\/docs\/creating-a-navigation-menu\/","title":{"rendered":"Creating a navigation menu"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"nav-menus\">Find and edit your menus<\/h2>\n\n\n\n<p>WordPress provides two distinct ways to add to and organize the links in your navigation menu. Users may choose to make navigation changes in either the customizer for the site or by using the interface found at Appearance &#8211;&gt; Menus. <\/p>\n\n\n<div class=\"wp-block-alert alert is-style-alert-warning\"><div class=\"alert-icon\"><span class=\"fas fa-exclamation-triangle\"><\/span><\/div><div class=\"alert-content\"><div class=\"acf-innerblocks-container\">\n\n<p class=\"is-style-default\">You must use the interface at <strong>Appearance -&gt; Menus<\/strong> if you want to include any kind of call to action buttons in the navigation of the site.<\/p>\n\n<\/div><\/div><\/div>\n\n\n<ul class=\"wp-block-list\">\n<li>For the the initial steps involved with deploying a site for the first time using this theme, the recommended interface is the one found within the Customizer. <\/li>\n\n\n\n<li>The customizer menu interface also has a distinct advantage in it allows you to see the edits you are making to the navigation in real time as they are made. <\/li>\n\n\n\n<li>The guide for <a href=\"https:\/\/comm.engineering.asu.edu\/pitchfork\/docs\/configuring-the-header\/\" data-type=\"pitchfork-docs\" data-id=\"59\">configuring the header<\/a> of your site contains further instructions for how to access the customizer.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-drop-shadow\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/2\/2023\/01\/admin-find-navmenu-835x1024.png\" alt=\"\" class=\"wp-image-68\" width=\"418\" height=\"512\" srcset=\"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/admin-find-navmenu-835x1024.png 835w, https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/admin-find-navmenu-244x300.png 244w, https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/admin-find-navmenu-768x942.png 768w, https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/admin-find-navmenu.png 916w\" sizes=\"auto, (max-width: 418px) 100vw, 418px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"learn-basics\">Learn the basics<\/h2>\n\n\n\n<p>The documentation from wordpress.org is very helpful for explaining how the menu interface works. Be sure to take the time to read it through before following the rest of the steps in this guide. The details that follow are specific to building a menu for ASU using the Pitchfork theme. <\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-wordpress-org-forums wp-block-embed-wordpress-org-forums\"><div class=\"wp-block-embed__wrapper\">\nhttps:\/\/wordpress.org\/support\/article\/appearance-menus-screen\/\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"single-menu\">Adding a single menu item<\/h2>\n\n\n\n<p>Items within the menu that have no immediate children will be expressed as top level items within the navigation. <\/p>\n\n\n\n<p>The WordPress admin screen will not impose a limit as to the number of items that appear in the menu. But there is a practical limit to the number of items that can appear before causing the links to run off the page or incorrectly wrap to a new line. When adding a link to an already crowded navigation structure, be sure to visually check the results to make sure that all links are still visible.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-uds-figure\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"869\" src=\"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/2\/2023\/01\/navmenu-simple.png\" alt=\"\" class=\"wp-image-69\" srcset=\"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-simple.png 1920w, https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-simple-300x136.png 300w, https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-simple-1024x463.png 1024w, https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-simple-768x348.png 768w, https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-simple-1536x695.png 1536w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"dropdown-menu\">Creating a dropdown menu<\/h2>\n\n\n\n<p>To create a dropdown menu for your navigation, you need to create a nested list of pages and custom links within the navigation menu that is exactly two levels deep.<\/p>\n\n\n\n<p>The top level of your dropdown menu should always be a <strong>custom link<\/strong> that has the URL set to a hashtag (#). <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The custom link becomes the trigger to be clicked or tapped to expand the dropdown. <\/li>\n\n\n\n<li>However, the trigger <strong>can not<\/strong> also function as a top-level link to an additional page within the site.<\/li>\n<\/ul>\n\n\n\n<p>All items to be contained within the dropdown menu should be nested under the custom link created above.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The maximum number of items that should be displayed in a dropdown is <strong>eight items<\/strong>, according to the brand standard.<\/li>\n\n\n\n<li>However, the theme does not impose a limit to the number of children that can be nested in this way.<\/li>\n\n\n\n<li>Please use your best judgement and stick with the standards if possible.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-style-uds-figure\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1160\" src=\"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/2\/2023\/01\/navmenu-dropdown.png\" alt=\"\" class=\"wp-image-70\" srcset=\"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-dropdown.png 1920w, https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-dropdown-300x181.png 300w, https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-dropdown-1024x619.png 1024w, https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-dropdown-768x464.png 768w, https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-dropdown-1536x928.png 1536w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"mega-menu\">Creating a mega menu<\/h2>\n\n\n\n<p>Large collections of links can be presented to the user within a single top-level menu item by organizing them in a mega menu. This results in a menu which extends the width of the viewport (for desktop) and presents the links in organized columns for the website user to quickly scan through. <\/p>\n\n\n\n<ol class=\"is-style-uds-steplist-gold wp-block-list\">\n<li>Start by creating a custom link with the URL set to a hashtag (#) to use for the dropdown trigger.<\/li>\n\n\n\n<li>Next, create an additional custom link with the URL set to a hashtag (#) to use as the column heading. Nest the heading menu item under the dropdown trigger item on the second level.<\/li>\n\n\n\n<li>Nest all of the links that belong in the mega menu column on the third level of the menu hierarchy as direct children of the column heading that was just created. <\/li>\n\n\n\n<li>Repeat steps 2 and 3 above to build additional columns for your mega menu. All second level items will become column headings and all third-level items will become clickable items in the menu.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full is-style-uds-figure\"><a href=\"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/2\/2023\/01\/navmenu-megamenu.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1078\" src=\"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/2\/2023\/01\/navmenu-megamenu.jpg\" alt=\"\" class=\"wp-image-71\" srcset=\"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-megamenu.jpg 1920w, https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-megamenu-300x168.jpg 300w, https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-megamenu-1024x575.jpg 1024w, https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-megamenu-768x431.jpg 768w, https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-megamenu-1536x862.jpg 1536w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"add-cta-button\">Adding a call-to-action button<\/h2>\n\n\n\n<p>Transform a regular link within your menu into a call to action button by following the steps below.<\/p>\n\n\n\n<ol class=\"is-style-uds-steplist-gold wp-block-list\" style=\"margin-top:var(--wp--preset--spacing--uds-size-4)\">\n<li>Add the menu item that you want to transform into a CTA button in the same manner as any other link. The item can be from within WordPress or a custom link.<\/li>\n\n\n\n<li>Save the menu and make sure that the menu is assigned to the &#8220;main menu&#8221; display location.<\/li>\n\n\n\n<li>Once the menu has been saved, click the dropdown arrow in the upper right corner of the menu item to be transformed. <\/li>\n\n\n\n<li>Activate the CTA button toggle within the menu item tile. Indicate a desired button color. Be sure to also change the navigation label to something more appropriate for a button if necessary.<\/li>\n\n\n\n<li>Save your changes and preview your menu in another browser tab to see the end results of your edits.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/2\/2023\/01\/navmenu-cta-button.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1517\" src=\"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/2\/2023\/01\/navmenu-cta-button.jpg\" alt=\"Screen at wp-admin showing how to create a call-to-action button.\" class=\"wp-image-73\" srcset=\"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-cta-button.jpg 1920w, https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-cta-button-300x237.jpg 300w, https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-cta-button-1024x809.jpg 1024w, https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-cta-button-768x607.jpg 768w, https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/navmenu-cta-button-1536x1214.jpg 1536w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/><\/a><\/figure>\n\n\n\n<p>The Pitchfork theme supports two of the three possible locations for a call-to-action button. CTA&#8217;s can be located:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>At the <a href=\"https:\/\/unity.web.asu.edu\/@asu-design-system\/component-header\/index.html?path=\/story\/uds-asu-header--with-buttons\">end of the navigation menu<\/a> in the &#8220;primary&#8221; CTA position. <\/li>\n\n\n\n<li>At the end of a <a href=\"https:\/\/unity.web.asu.edu\/@asu-design-system\/component-header\/index.html?path=\/story\/uds-asu-header--with-menu-columns\">dropdown or mega-menu column<\/a>.<\/li>\n<\/ul>\n\n\n\n<p>Any button created in the <strong>first level of the menu<\/strong> will result in a CTA in the &#8220;primary CTA&#8221; position. <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>According to the brand standards, there should only be two buttons maximum in this position.<\/li>\n\n\n\n<li>The brand standards also indicate that the button colors for CTAs in this position should typically be either maroon or gold.<\/li>\n\n\n\n<li>Neither of these constraints are enforced by the theme, so please use caution when creating your calls-to-action.<\/li>\n<\/ul>\n\n\n\n<p>Any button created in the <strong>second or third levels of a menu<\/strong> will result in an &#8220;end of column&#8221; CTA.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The ASU brand standards mandate that buttons in this position be ASU Gray 7 (black).<\/li>\n\n\n\n<li>When creating buttons in these positions, WordPress will ignore any other color that has been selected and instead enforce the standards.<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-alert alert is-style-alert-error\"><div class=\"alert-icon\"><span class=\"fas fa-info-circle\"><\/span><\/div><div class=\"alert-content\"><div class=\"acf-innerblocks-container\">\n\n<p>The CTA button style that occurs at the base of a mega menu is not currently supported by the theme.<\/p>\n\n<\/div><\/div><\/div>\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p class=\"mb-2\">The man navigation for your website can contain links, dropdown menus mega-menus depending on the complexity of the site. Call to action buttons can also be included to further aid your visitors to the proper course of action.<\/p>\n","protected":false},"parent":0,"menu_order":9,"template":"","pitchfork-docs-category":[8],"class_list":["post-66","pitchfork-docs","type-pitchfork-docs","status-publish","hentry","pitchfork-docs-category-header-and-navigation"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Creating a navigation menu - Pitchfork Theme for WordPress<\/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:\/\/comm.engineering.asu.edu\/pitchfork\/docs\/creating-a-navigation-menu\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Creating a navigation menu - Pitchfork Theme for WordPress\" \/>\n<meta property=\"og:description\" content=\"The man navigation for your website can contain links, dropdown menus mega-menus depending on the complexity of the site. Call to action buttons can also be included to further aid your visitors to the proper course of action.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/comm.engineering.asu.edu\/pitchfork\/docs\/creating-a-navigation-menu\/\" \/>\n<meta property=\"og:site_name\" content=\"Pitchfork Theme for WordPress\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-09T19:32:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/admin-find-navmenu.png\" \/>\n\t<meta property=\"og:image:width\" content=\"916\" \/>\n\t<meta property=\"og:image:height\" content=\"1124\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/comm.engineering.asu.edu\\\/pitchfork\\\/docs\\\/creating-a-navigation-menu\\\/\",\"url\":\"https:\\\/\\\/comm.engineering.asu.edu\\\/pitchfork\\\/docs\\\/creating-a-navigation-menu\\\/\",\"name\":\"Creating a navigation menu - Pitchfork Theme for WordPress\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/comm.engineering.asu.edu\\\/pitchfork\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/comm.engineering.asu.edu\\\/pitchfork\\\/docs\\\/creating-a-navigation-menu\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/comm.engineering.asu.edu\\\/pitchfork\\\/docs\\\/creating-a-navigation-menu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/comm.engineering.asu.edu\\\/pitchfork\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/01\\\/admin-find-navmenu-835x1024.png\",\"datePublished\":\"2023-01-06T22:10:39+00:00\",\"dateModified\":\"2023-01-09T19:32:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/comm.engineering.asu.edu\\\/pitchfork\\\/docs\\\/creating-a-navigation-menu\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/comm.engineering.asu.edu\\\/pitchfork\\\/docs\\\/creating-a-navigation-menu\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/comm.engineering.asu.edu\\\/pitchfork\\\/docs\\\/creating-a-navigation-menu\\\/#primaryimage\",\"url\":\"https:\\\/\\\/comm.engineering.asu.edu\\\/pitchfork\\\/wp-content\\\/uploads\\\/sites\\\/79\\\/2023\\\/01\\\/admin-find-navmenu.png\",\"contentUrl\":\"https:\\\/\\\/comm.engineering.asu.edu\\\/pitchfork\\\/wp-content\\\/uploads\\\/sites\\\/79\\\/2023\\\/01\\\/admin-find-navmenu.png\",\"width\":916,\"height\":1124},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/comm.engineering.asu.edu\\\/pitchfork\\\/docs\\\/creating-a-navigation-menu\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/comm.engineering.asu.edu\\\/pitchfork\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documents\",\"item\":\"https:\\\/\\\/comm.engineering.asu.edu\\\/pitchfork\\\/docs\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Creating a navigation menu\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/comm.engineering.asu.edu\\\/pitchfork\\\/#website\",\"url\":\"https:\\\/\\\/comm.engineering.asu.edu\\\/pitchfork\\\/\",\"name\":\"Pitchfork Theme for WordPress\",\"description\":\"an ASU Engineering theme for WordPress\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/comm.engineering.asu.edu\\\/pitchfork\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Creating a navigation menu - Pitchfork Theme for WordPress","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:\/\/comm.engineering.asu.edu\/pitchfork\/docs\/creating-a-navigation-menu\/","og_locale":"en_US","og_type":"article","og_title":"Creating a navigation menu - Pitchfork Theme for WordPress","og_description":"The man navigation for your website can contain links, dropdown menus mega-menus depending on the complexity of the site. Call to action buttons can also be included to further aid your visitors to the proper course of action.","og_url":"https:\/\/comm.engineering.asu.edu\/pitchfork\/docs\/creating-a-navigation-menu\/","og_site_name":"Pitchfork Theme for WordPress","article_modified_time":"2023-01-09T19:32:04+00:00","og_image":[{"width":916,"height":1124,"url":"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/admin-find-navmenu.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/comm.engineering.asu.edu\/pitchfork\/docs\/creating-a-navigation-menu\/","url":"https:\/\/comm.engineering.asu.edu\/pitchfork\/docs\/creating-a-navigation-menu\/","name":"Creating a navigation menu - Pitchfork Theme for WordPress","isPartOf":{"@id":"https:\/\/comm.engineering.asu.edu\/pitchfork\/#website"},"primaryImageOfPage":{"@id":"https:\/\/comm.engineering.asu.edu\/pitchfork\/docs\/creating-a-navigation-menu\/#primaryimage"},"image":{"@id":"https:\/\/comm.engineering.asu.edu\/pitchfork\/docs\/creating-a-navigation-menu\/#primaryimage"},"thumbnailUrl":"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/2\/2023\/01\/admin-find-navmenu-835x1024.png","datePublished":"2023-01-06T22:10:39+00:00","dateModified":"2023-01-09T19:32:04+00:00","breadcrumb":{"@id":"https:\/\/comm.engineering.asu.edu\/pitchfork\/docs\/creating-a-navigation-menu\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/comm.engineering.asu.edu\/pitchfork\/docs\/creating-a-navigation-menu\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/comm.engineering.asu.edu\/pitchfork\/docs\/creating-a-navigation-menu\/#primaryimage","url":"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/admin-find-navmenu.png","contentUrl":"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-content\/uploads\/sites\/79\/2023\/01\/admin-find-navmenu.png","width":916,"height":1124},{"@type":"BreadcrumbList","@id":"https:\/\/comm.engineering.asu.edu\/pitchfork\/docs\/creating-a-navigation-menu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/comm.engineering.asu.edu\/pitchfork\/"},{"@type":"ListItem","position":2,"name":"Documents","item":"https:\/\/comm.engineering.asu.edu\/pitchfork\/docs\/"},{"@type":"ListItem","position":3,"name":"Creating a navigation menu"}]},{"@type":"WebSite","@id":"https:\/\/comm.engineering.asu.edu\/pitchfork\/#website","url":"https:\/\/comm.engineering.asu.edu\/pitchfork\/","name":"Pitchfork Theme for WordPress","description":"an ASU Engineering theme for WordPress","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/comm.engineering.asu.edu\/pitchfork\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-json\/wp\/v2\/pitchfork-docs\/66","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-json\/wp\/v2\/pitchfork-docs"}],"about":[{"href":"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-json\/wp\/v2\/types\/pitchfork-docs"}],"wp:attachment":[{"href":"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-json\/wp\/v2\/media?parent=66"}],"wp:term":[{"taxonomy":"pitchfork-docs-category","embeddable":true,"href":"https:\/\/comm.engineering.asu.edu\/pitchfork\/wp-json\/wp\/v2\/pitchfork-docs-category?post=66"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}