{"id":149320,"date":"2023-11-21T14:40:40","date_gmt":"2023-11-21T14:40:40","guid":{"rendered":"https:\/\/developer.wordpress.org\/?post_type=theme-handbook&#038;p=149320"},"modified":"2024-01-22T14:02:11","modified_gmt":"2024-01-22T14:02:11","slug":"quick-start-guide","status":"publish","type":"theme-handbook","link":"https:\/\/developer.wordpress.org\/themes\/getting-started\/quick-start-guide\/","title":{"rendered":"Quick-Start Guide"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">The first step is always the hardest to take. Now that you\u2019ve made it this far into the Getting Started chapter, you\u2019ve already taken several steps. Congratulations on getting through all of the necessary setup.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In a way, actually building your first theme can feel like another first step, but you are ready to trek out into the wilderness and beyond. Don\u2019t worry\u2014this guide will walk with you as you set out on this journey.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Activating your first theme<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of the best ways to understand how to build themes is to look at and study existing themes.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Even in advanced development circles, one of the cornerstones of sound development is to reuse code. This is because developers understand that this is the most efficient way to get things done, and many try to abide by the \u201cdon\u2019t reinvent the wheel\u201d mantra.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Regardless of whether you are a developer, this is sound advice. You don\u2019t need to build everything from scratch. There\u2019s a good chance that most of what you want to do has already been created by someone else.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So, your next step is to activate an existing theme.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Choosing a theme to learn from<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Packaged in every version of WordPress since version 3.0 (and named after the year they were released in), the default themes are some of the best to study how themes are built. This is because they are designed with broad use in mind and fully adhere to WordPress coding standards.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Because this handbook primarily focuses on modern, block theming, you should choose one of the newest default themes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/wordpress.org\/themes\/twentytwentyfour\/\">Twenty Twenty-Four<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/wordpress.org\/themes\/twentytwentythree\/\">Twenty Twenty-Three<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/wordpress.org\/themes\/twentytwentytwo\/\">Twenty Twenty-Two<\/a>&nbsp;<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">It\u2019s typically best to use the latest default theme. This is because it will be built with the most up-to-date features in mind. Plus, it should already be activated if you\u2019ve recently installed WordPress:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-activated.jpg?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1064\" src=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-activated.jpg?resize=2048%2C1064&#038;ssl=1\" alt=\"WordPress Appearance &gt; Theme admin screen, showing the Twenty Twenty-Four theme activated.\" class=\"wp-image-149321\" srcset=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-activated.jpg?w=2048&amp;ssl=1 2048w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-activated.jpg?resize=300%2C156&amp;ssl=1 300w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-activated.jpg?resize=1024%2C532&amp;ssl=1 1024w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-activated.jpg?resize=768%2C399&amp;ssl=1 768w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-activated.jpg?resize=1536%2C798&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">You can also choose any theme from the official <a href=\"https:\/\/wordpress.org\/themes\/\">Theme Directory<\/a> to learn from, but for the purposes of this guide, it should be a <a href=\"https:\/\/wordpress.org\/themes\/tags\/full-site-editing\/\">block theme<\/a>. For more information on installing and activating themes, read the <a href=\"https:\/\/wordpress.org\/documentation\/article\/work-with-themes\/\">Work with themes<\/a> documentation.<\/p>\n\n\n\n<div class=\"wp-block-wporg-notice is-info-notice\"><div class=\"wp-block-wporg-notice__icon\"><\/div><div class=\"wp-block-wporg-notice__content\"><p>If your interests lie in classic WordPress, you should jump forward to the <a href=\"https:\/\/developer.wordpress.org\/themes\/classic-themes\/\">Classic Themes<\/a> chapter for more details on building classic themes.<\/p><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Customizing your theme<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Once you\u2019ve activated a block theme, take some time to simply have fun exploring and tinkering with the available options in the <a href=\"https:\/\/wordpress.org\/documentation\/article\/site-editor\/\">Site Editor<\/a>. Essentially, this is an editable, visual representation of your theme in the WordPress admin.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And, as promised earlier in the Getting Started chapter, you can build your theme entirely from this interface without touching a single line of code.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can locate the Site Editor via <strong>Appearance &gt; Editor <\/strong>in the WordPress admin menu. Once opened, your screen should look similar to this:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-editor.jpg?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1064\" src=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-editor.jpg?resize=2048%2C1064&#038;ssl=1\" alt=\"WordPress Site Editor with the Design menu shown in the left panel. In the preview panel is the homepage of the Twenty Twenty-Four theme.\" class=\"wp-image-149322\" srcset=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-editor.jpg?w=2048&amp;ssl=1 2048w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-editor.jpg?resize=300%2C156&amp;ssl=1 300w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-editor.jpg?resize=1024%2C532&amp;ssl=1 1024w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-editor.jpg?resize=768%2C399&amp;ssl=1 768w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-editor.jpg?resize=1536%2C798&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">There are a lot of pieces to this, and you can find yourself lost for hours just tinkering around in the Site Editor. It can be fun, and you\u2019ll learn more about how this integrates with your theme as you read through this handbook. For now, let\u2019s get to the basics of \u201ccreating\u201d a theme.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This part of the journey can be entirely self-directed, so feel free to do this at your own pace and in your own way. But most people will want to begin by adjusting their design.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can do this by first selecting the <strong>Styles<\/strong> item in the menu panel:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-styles.jpg?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1064\" src=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-styles.jpg?resize=2048%2C1064&#038;ssl=1\" alt=\"WordPress Styles screen under the Site Editor in the admin. The left panel shows several style variation options.\" class=\"wp-image-149323\" srcset=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-styles.jpg?w=2048&amp;ssl=1 2048w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-styles.jpg?resize=300%2C156&amp;ssl=1 300w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-styles.jpg?resize=1024%2C532&amp;ssl=1 1024w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-styles.jpg?resize=768%2C399&amp;ssl=1 768w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-styles.jpg?resize=1536%2C798&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The Twenty Twenty-Four theme (and many other block themes) include pre-designed style variations, which you can see in the sidebar in the above screenshot. You will learn more about these variations in the <a href=\"https:\/\/developer.wordpress.org\/themes\/global-settings-and-styles\/\">Global Settings and Styles<\/a> chapter, but feel free to use one as a starting point for your own customizations.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The next step is to select the <strong>Style Book<\/strong> icon (it looks like an eye). Opening this screen will give you full access to modifying the global styles of the site:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-style-book.jpg?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1064\" src=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-style-book.jpg?resize=2048%2C1064&#038;ssl=1\" alt=\"Style Book screen under the WordPress Site Editor in the admin. It shows a tabbed overlay with various blocks.\" class=\"wp-image-149324\" srcset=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-style-book.jpg?w=2048&amp;ssl=1 2048w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-style-book.jpg?resize=300%2C156&amp;ssl=1 300w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-style-book.jpg?resize=1024%2C532&amp;ssl=1 1024w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-style-book.jpg?resize=768%2C399&amp;ssl=1 768w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-style-book.jpg?resize=1536%2C798&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">At this point, <em>the world is your oyster<\/em>\u2014in other words, feel free to let your creativity run wild. But most importantly, get a feel for what settings and styles are available in the interface. This familiarity will come in hand as you dive into more advanced sections of the handbook.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For a deeper dive into using the Style Book, read this guide from the WordPress Developer Blog: <a href=\"https:\/\/developer.wordpress.org\/news\/2023\/06\/the-style-book-a-one-stop-shop-for-styling-block-themes\/\">The Style Book: a one-stop shop for styling block themes<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Exporting your theme<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Once you\u2019ve customized the theme to your liking, be sure to hit the <strong>Save<\/strong> button. When you\u2019re ready, you will \u201ccreate\u201d your first theme.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You have two options for doing this. The first is to use the built-in exporter from the Site Editor in WordPress. The second is to use the <a href=\"https:\/\/wordpress.org\/plugins\/create-block-theme\/\">Create Block Theme<\/a> plugin, which has more extensive options available. There are instructions for both methods below.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Exporting from the Styles interface<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To export your theme from the Site Editor interface, click the <strong>\u22ee (Options)<\/strong> button in the header area. You will see a dropdown of available options. Click the <strong>Export<\/strong> option, as shown below:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-export.jpg?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1064\" src=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-export.jpg?resize=2048%2C1064&#038;ssl=1\" alt=\"WordPress Site Editor with the Options menu dropdown open. The Export option is highlighted.\" class=\"wp-image-149325\" srcset=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-export.jpg?w=2048&amp;ssl=1 2048w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-export.jpg?resize=300%2C156&amp;ssl=1 300w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-export.jpg?resize=1024%2C532&amp;ssl=1 1024w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-export.jpg?resize=768%2C399&amp;ssl=1 768w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-export.jpg?resize=1536%2C798&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">This will give you a ZIP file with your complete theme in it. The filename will match that of the theme you were working from. In the case of the default Twenty Twenty-Four theme, it will be <code>twentytwentyfour.zip<\/code>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><em>Congratulations!<\/em><\/strong> You have now successfully created your first WordPress theme.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You were assured that you could create a theme without touching code. That was the truth. You have built a theme that can be uploaded to any WordPress website just like any other theme.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But there was a <em>fib<\/em>\u2014a harmless white lie\u2014mixed in with that truth about there being no code involved.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The theme you downloaded is still named \u201cTwenty Twenty-Four,\u201d and it\u2019s best to rename it so that it\u2019s representative of what you\u2019ve created. To do this, unzip the <code>twentytwentyfour.zip<\/code> folder and rename it to <code>your-theme-name<\/code>.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Then, open the <code>style.css<\/code> file within that folder. You should see something like this at the top of the file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"css\" class=\"language-css\">\/*\nTheme Name: Twenty Twenty-Four\nTheme URI: https:\/\/wordpress.org\/themes\/twentytwentyfour\/\nAuthor: the WordPress team\nAuthor URI: https:\/\/wordpress.org\n...<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">At the very least, you should adjust those first four lines, particularly the <code>Theme Name<\/code> value. And that\u2019s all the code you <em>really<\/em> have to touch.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As a final step, zip the file again with whatever utility program you have on your computer for creating ZIP files.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Using the Create Block Theme plugin<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The <a href=\"https:\/\/wordpress.org\/plugins\/create-block-theme\/\">Create Block Theme<\/a> plugin is an official, first-party plugin that WordPress contributors maintain. Often, you will see new ideas for exporting themes tried and tested here before they land in WordPress.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The plugin is more robust than what you will find in core WordPress, meaning that it has many more options for exporting your theme. This guide will only cover the basics of exporting your theme, but feel free to explore the plugin\u2019s features in more detail.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Once you\u2019ve activated Create Block Theme, you should see a new button in the Site Editor that is displayed as a wrench icon. Click this button to open the <strong>Create Block Theme<\/strong> menu.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You will see several options for saving changes, exporting a ZIP, editing theme info, and creating a new theme:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-create-block-theme-menu.jpg?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1064\" src=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-create-block-theme-menu.jpg?resize=2048%2C1064&#038;ssl=1\" alt=\"WordPress Site Editor with a &quot;tool&quot; icon in the top right. A menu is open titled &quot;Create Block Theme&quot; and has several options.\" class=\"wp-image-149326\" srcset=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-create-block-theme-menu.jpg?w=2048&amp;ssl=1 2048w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-create-block-theme-menu.jpg?resize=300%2C156&amp;ssl=1 300w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-create-block-theme-menu.jpg?resize=1024%2C532&amp;ssl=1 1024w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-create-block-theme-menu.jpg?resize=768%2C399&amp;ssl=1 768w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-create-block-theme-menu.jpg?resize=1536%2C798&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">You can use the <strong>Export ZIP<\/strong> option to export the theme as you did earlier.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But Create Block Theme offers more customization options that you\u2019ll want to use for truly creating a custom theme. Click on the <strong>Create Theme<\/strong> option:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-create-block-theme-customize.jpg?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1064\" src=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-create-block-theme-customize.jpg?resize=2048%2C1064&#038;ssl=1\" alt=\"WordPress Site Editor with the Create Block Theme &gt; Create Theme menu open. Several fields are shown within the menu panel.\" class=\"wp-image-149327\" srcset=\"https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-create-block-theme-customize.jpg?w=2048&amp;ssl=1 2048w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-create-block-theme-customize.jpg?resize=300%2C156&amp;ssl=1 300w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-create-block-theme-customize.jpg?resize=1024%2C532&amp;ssl=1 1024w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-create-block-theme-customize.jpg?resize=768%2C399&amp;ssl=1 768w, https:\/\/i0.wp.com\/developer.wordpress.org\/files\/2023\/11\/tt4-create-block-theme-customize.jpg?resize=1536%2C798&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">From there, you\u2019ll be able to customize all of the information about your theme to make it unique. Once finished, click the <strong>Export Theme<\/strong> button for your new theme.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The one thing that Create Block Theme does not yet do is let you upload a custom screenshot. You\u2019ll still need to add a unique <code>screenshot.[png|jpg]<\/code> file in your theme if you intend to distribute to others.<\/p>\n","protected":false},"author":20482,"featured_media":0,"parent":5794,"menu_order":50,"template":"","meta":{"_crdt_document":"","footnotes":""},"class_list":["post-149320","theme-handbook","type-theme-handbook","status-publish","hentry","type-handbook"],"revision_note":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/developer.wordpress.org\/wp-json\/wp\/v2\/theme-handbook\/149320","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developer.wordpress.org\/wp-json\/wp\/v2\/theme-handbook"}],"about":[{"href":"https:\/\/developer.wordpress.org\/wp-json\/wp\/v2\/types\/theme-handbook"}],"author":[{"embeddable":true,"href":"https:\/\/developer.wordpress.org\/wp-json\/wp\/v2\/users\/20482"}],"version-history":[{"count":5,"href":"https:\/\/developer.wordpress.org\/wp-json\/wp\/v2\/theme-handbook\/149320\/revisions"}],"predecessor-version":[{"id":152044,"href":"https:\/\/developer.wordpress.org\/wp-json\/wp\/v2\/theme-handbook\/149320\/revisions\/152044"}],"up":[{"embeddable":true,"href":"https:\/\/developer.wordpress.org\/wp-json\/wp\/v2\/theme-handbook\/5794"}],"wp:attachment":[{"href":"https:\/\/developer.wordpress.org\/wp-json\/wp\/v2\/media?parent=149320"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}