{"id":265,"date":"2016-03-23T19:51:47","date_gmt":"2016-03-23T19:51:47","guid":{"rendered":"https:\/\/wplook.com\/docs\/?p=265"},"modified":"2026-03-14T13:55:28","modified_gmt":"2026-03-14T13:55:28","slug":"permalinks","status":"publish","type":"post","link":"https:\/\/wplook.com\/docs\/wordpress-basics\/wordpress-settings\/permalinks\/","title":{"rendered":"Permalinks"},"content":{"rendered":"\n<p><b>Permalinks<\/b>&nbsp;are the permanent URLs to your individual pages and blog posts, as well as your category and tag archives. A permalink is the web address used to link to your content. The URL to each post should be permanent, and never change \u2014 hence the name permalink.<\/p>\n\n\n\n<p>The&nbsp;<strong>Settings<\/strong> \u2192&nbsp;<strong>Permalinks<\/strong> screen&nbsp;allows you to choose your default permalink structure. You can choose from common settings or create custom URL structures. You must click the Save Changes button at the bottom of the screen for new settings to take effect.<\/p>\n\n\n\n<p>By default, WordPress uses web URLs which have day and name in them; however, WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links.<\/p>\n\n\n\n<figure class=\"wp-block-image alignnone size-full wp-image-268\"><img loading=\"lazy\" decoding=\"async\" width=\"1261\" height=\"874\" src=\"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/03\/options-permalinks.png\" alt=\"Settings Permalinks\" class=\"wp-image-268\" srcset=\"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/03\/options-permalinks.png 1261w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/03\/options-permalinks-300x208.png 300w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/03\/options-permalinks-768x532.png 768w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/03\/options-permalinks-1024x710.png 1024w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/03\/options-permalinks-450x312.png 450w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/03\/options-permalinks-600x416.png 600w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/03\/options-permalinks-1200x832.png 1200w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/03\/options-permalinks-900x624.png 900w\" sizes=\"auto, (max-width: 1261px) 100vw, 1261px\" \/><figcaption>The <strong>Settings<\/strong> \u2192 <strong>Permalinks<\/strong> screen.<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"common-settings\">Common settings<\/h2>\n\n\n\n<p>Check one of the radio buttons corresponding to the correct Permalink Structure for your blog.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Default<\/strong>:&nbsp;An example of the default structure is&nbsp;<code>http:\/\/www.sample.com\/?p=123<\/code>, where the number represents the post ID.<\/li><li><strong>Day and name<\/strong>:&nbsp;An example of the day and name based structure is&nbsp;<code>http:\/\/www.sample.com\/2008\/03\/31\/sample-post\/<\/code>.<\/li><li><strong>Month and name<\/strong>:&nbsp;An example of the month and name based structure is&nbsp;<code>http:\/\/www.sample.com\/2008\/03\/sample-post\/<\/code>.<\/li><li><strong>Numeric<\/strong>:&nbsp;An example of the numeric structure is&nbsp;<code>http:\/\/www.sample.com\/archives\/123<\/code>.<\/li><li><strong>Post name<\/strong>:&nbsp;An example of the post name structure is&nbsp;<code>http:\/\/www.sample.com\/sample-post<\/code>.<\/li><li><strong>Custom structure<\/strong>:&nbsp;In the box specify the custom structure you desire to use. One example is&nbsp;<code>\/archives\/%year%\/%monthnum%\/%day%\/%postname%\/<\/code>.<\/li><\/ul>\n\n\n\n<p>While it&#8217;s most likely one of the default structures will be sufficient for your site, you can read about custom structures in the <a href=\"https:\/\/codex.wordpress.org\/Using_Permalinks#Structure_Tags\">Structure Tags<\/a> section of the WordPress documentation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"optional\">Optional<\/h2>\n\n\n\n<p>You may enter custom bases for your category and tag URLs here. For example, using&nbsp;<b>\/topics\/<\/b>&nbsp;as your category base would make your category links like&nbsp;<b>http:\/\/example.org\/topics\/uncategorized\/<\/b>. If you leave these blank the defaults will be used.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Category base<\/strong>:&nbsp;Enter a custom prefix for your category URLs here.<\/li><li><strong>Tag base<\/strong>:&nbsp;Enter a custom prefix for your tag URLs here.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"saving-your-changes\">Saving your changes<\/h2>\n\n\n\n<p>Click the&nbsp;Save Changes&nbsp;button to ensure any changes you have made to your Settings are saved to your database. Once you click the button, a confirmation text box will appear at the top of the page telling you your settings have been saved. After you&#8217;ve clicked this button, you should receive one of two messages depending on whether your&nbsp;.htaccess&nbsp;file is writeable. For information on how to make&nbsp;.htaccess&nbsp;writeable, see&nbsp;Changing File Permissions.<\/p>\n\n\n\n<p class=\"has-text-color has-background has-very-light-gray-color has-vivid-cyan-blue-background-color\">If\u00a0.htaccess\u00a0is writeable, you will get a message that says &#8220;Permalink structure updated.&#8221; You&#8217;re all set; WordPress has been able to do everything for you automatically.<\/p>\n\n\n\n<p class=\"has-text-color has-background has-very-light-gray-color has-vivid-red-background-color\">If\u00a0.htaccess\u00a0is\u00a0not\u00a0writeable, you will see a message at the top of the screen that says &#8220;You should update your .htaccess now.&#8221;.<\/p>\n\n\n\n<p>Near the bottom of the screen you will see <strong>&#8220;If your .htaccess file were writable, we could do this automatically, but it isn&#8217;t so these are the mod_rewrite rules you should have in your&nbsp;.htaccess&nbsp;file. Click in the field and press CTRL + a to select all.<\/strong>&#8221; This means you&#8217;ll have to do one extra step yourself. In the text box at the bottom of the Screen, WordPress displays several lines of&nbsp;rewrite&nbsp;rules associated with the Permalink Structure you designated above. You need to manually copy everything in this text box into your&nbsp;.htaccess&nbsp;file to make your new Permalinks work.<\/p>\n\n\n\n<p class=\"has-text-color has-background has-very-light-gray-color has-vivid-cyan-blue-background-color\">Visiting the Permalinks screen triggers a flush of rewrite rules. There is no need to save just to flush the rewrite rules.<\/p>\n\n\n\n<p class=\"has-text-color has-background has-very-light-gray-color has-vivid-cyan-blue-background-color\">If you&#8217;re writing your\u00a0.htaccess\u00a0file on your own local computer, remember, some operating systems do not allow the creation of a file named &#8220;.htaccess&#8221; because of the initial dot (&#8220;.&#8221;). You can always name the file without the initial dot or with a standard extension (e.g. &#8220;htaccess.txt&#8221;). Once the file is uploaded to your weblog&#8217;s directory, rename it with your\u00a0FTP\u00a0software. Most\u00a0FTP Clients\u00a0should provide you a way to rename files this.<\/p>\n\n\n\n<p class=\"has-text-color has-background has-very-light-gray-color has-vivid-cyan-blue-background-color\">Files that begin with a dot (&#8220;.&#8221;) like &#8220;.htaccess&#8221; are hidden on most servers by default. Consult the userguide or FAQ of the FTP software you use to find out how to have the software display these hidden files, and also how to use the software to change file permissions, rename files, etc.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Permalinks&nbsp;are the permanent URLs to your individual pages and blog posts, as well as your category and tag archives. A permalink is the web address used to link to your content. The URL to each post should be permanent, and never change \u2014 hence the name permalink. The&nbsp;Settings \u2192&nbsp;Permalinks screen&nbsp;allows you to choose your default [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"menu_order":2,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_focuskw":"wordpress permalinks","_yoast_wpseo_title":"Permalinks - WPlook Docs","_yoast_wpseo_metadesc":"How to configure WordPress permalinks for SEO-friendly URLs. Choose the best permalink structure for your site.","_docs_gsc_clicks":0,"_docs_gsc_impressions":225,"_docs_gsc_ctr":0,"_docs_gsc_position":7.6,"_docs_gsc_queries":"[{\"query\":\"wordpress permalinks documentation\",\"clicks\":0,\"impressions\":4,\"ctr\":0,\"position\":5.8},{\"query\":\"wordpress permalinks official documentation\",\"clicks\":0,\"impressions\":2,\"ctr\":0,\"position\":7},{\"query\":\"wordpress permalinks support documentation\",\"clicks\":0,\"impressions\":1,\"ctr\":0,\"position\":9}]","_docs_gsc_updated":"2026-04-24T02:00:12+00:00","footnotes":""},"categories":[39],"tags":[],"class_list":["post-265","post","type-post","status-publish","format-standard","hentry","category-wordpress-settings"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Permalinks - WPlook Docs<\/title>\n<meta name=\"description\" content=\"How to configure WordPress permalinks for SEO-friendly URLs. Choose the best permalink structure for your site.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wplook.com\/docs\/wordpress-basics\/wordpress-settings\/permalinks\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Permalinks - WPlook Docs\" \/>\n<meta property=\"og:description\" content=\"How to configure WordPress permalinks for SEO-friendly URLs. Choose the best permalink structure for your site.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wplook.com\/docs\/wordpress-basics\/wordpress-settings\/permalinks\/\" \/>\n<meta property=\"og:site_name\" content=\"WPlook Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2016-03-23T19:51:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-14T13:55:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/03\/options-permalinks.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1261\" \/>\n\t<meta property=\"og:image:height\" content=\"874\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"victor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"victor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/wordpress-basics\\\/wordpress-settings\\\/permalinks\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/wordpress-basics\\\/wordpress-settings\\\/permalinks\\\/\"},\"author\":{\"name\":\"victor\",\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/#\\\/schema\\\/person\\\/fc8d151db0c9e2c25b035ebe379e1f4d\"},\"headline\":\"Permalinks\",\"datePublished\":\"2016-03-23T19:51:47+00:00\",\"dateModified\":\"2026-03-14T13:55:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/wordpress-basics\\\/wordpress-settings\\\/permalinks\\\/\"},\"wordCount\":745,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/wordpress-basics\\\/wordpress-settings\\\/permalinks\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wplook.com\\\/docs\\\/wp-content\\\/uploads\\\/2016\\\/03\\\/options-permalinks.png\",\"articleSection\":[\"WordPress Settings\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wplook.com\\\/docs\\\/wordpress-basics\\\/wordpress-settings\\\/permalinks\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/wordpress-basics\\\/wordpress-settings\\\/permalinks\\\/\",\"url\":\"https:\\\/\\\/wplook.com\\\/docs\\\/wordpress-basics\\\/wordpress-settings\\\/permalinks\\\/\",\"name\":\"Permalinks - WPlook Docs\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/wordpress-basics\\\/wordpress-settings\\\/permalinks\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/wordpress-basics\\\/wordpress-settings\\\/permalinks\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wplook.com\\\/docs\\\/wp-content\\\/uploads\\\/2016\\\/03\\\/options-permalinks.png\",\"datePublished\":\"2016-03-23T19:51:47+00:00\",\"dateModified\":\"2026-03-14T13:55:28+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/#\\\/schema\\\/person\\\/fc8d151db0c9e2c25b035ebe379e1f4d\"},\"description\":\"How to configure WordPress permalinks for SEO-friendly URLs. Choose the best permalink structure for your site.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/wordpress-basics\\\/wordpress-settings\\\/permalinks\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wplook.com\\\/docs\\\/wordpress-basics\\\/wordpress-settings\\\/permalinks\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/wordpress-basics\\\/wordpress-settings\\\/permalinks\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wplook.com\\\/docs\\\/wp-content\\\/uploads\\\/2016\\\/03\\\/options-permalinks.png\",\"contentUrl\":\"https:\\\/\\\/wplook.com\\\/docs\\\/wp-content\\\/uploads\\\/2016\\\/03\\\/options-permalinks.png\",\"width\":1261,\"height\":874,\"caption\":\"Settings \u2192 Permalinks\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/wordpress-basics\\\/wordpress-settings\\\/permalinks\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wplook.com\\\/docs\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Permalinks\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/#website\",\"url\":\"https:\\\/\\\/wplook.com\\\/docs\\\/\",\"name\":\"WPlook Documentation\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wplook.com\\\/docs\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/#\\\/schema\\\/person\\\/fc8d151db0c9e2c25b035ebe379e1f4d\",\"name\":\"victor\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb41ac1e0e55658eefcabc9713daa2f4625fca4cd13ea7c99eb4c61965f650ef?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb41ac1e0e55658eefcabc9713daa2f4625fca4cd13ea7c99eb4c61965f650ef?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb41ac1e0e55658eefcabc9713daa2f4625fca4cd13ea7c99eb4c61965f650ef?s=96&d=mm&r=g\",\"caption\":\"victor\"},\"url\":\"https:\\\/\\\/wplook.com\\\/docs\\\/author\\\/victor\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Permalinks - WPlook Docs","description":"How to configure WordPress permalinks for SEO-friendly URLs. Choose the best permalink structure for your site.","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:\/\/wplook.com\/docs\/wordpress-basics\/wordpress-settings\/permalinks\/","og_locale":"en_US","og_type":"article","og_title":"Permalinks - WPlook Docs","og_description":"How to configure WordPress permalinks for SEO-friendly URLs. Choose the best permalink structure for your site.","og_url":"https:\/\/wplook.com\/docs\/wordpress-basics\/wordpress-settings\/permalinks\/","og_site_name":"WPlook Documentation","article_published_time":"2016-03-23T19:51:47+00:00","article_modified_time":"2026-03-14T13:55:28+00:00","og_image":[{"width":1261,"height":874,"url":"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/03\/options-permalinks.png","type":"image\/png"}],"author":"victor","twitter_card":"summary_large_image","twitter_misc":{"Written by":"victor","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wplook.com\/docs\/wordpress-basics\/wordpress-settings\/permalinks\/#article","isPartOf":{"@id":"https:\/\/wplook.com\/docs\/wordpress-basics\/wordpress-settings\/permalinks\/"},"author":{"name":"victor","@id":"https:\/\/wplook.com\/docs\/#\/schema\/person\/fc8d151db0c9e2c25b035ebe379e1f4d"},"headline":"Permalinks","datePublished":"2016-03-23T19:51:47+00:00","dateModified":"2026-03-14T13:55:28+00:00","mainEntityOfPage":{"@id":"https:\/\/wplook.com\/docs\/wordpress-basics\/wordpress-settings\/permalinks\/"},"wordCount":745,"commentCount":0,"image":{"@id":"https:\/\/wplook.com\/docs\/wordpress-basics\/wordpress-settings\/permalinks\/#primaryimage"},"thumbnailUrl":"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/03\/options-permalinks.png","articleSection":["WordPress Settings"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wplook.com\/docs\/wordpress-basics\/wordpress-settings\/permalinks\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wplook.com\/docs\/wordpress-basics\/wordpress-settings\/permalinks\/","url":"https:\/\/wplook.com\/docs\/wordpress-basics\/wordpress-settings\/permalinks\/","name":"Permalinks - WPlook Docs","isPartOf":{"@id":"https:\/\/wplook.com\/docs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wplook.com\/docs\/wordpress-basics\/wordpress-settings\/permalinks\/#primaryimage"},"image":{"@id":"https:\/\/wplook.com\/docs\/wordpress-basics\/wordpress-settings\/permalinks\/#primaryimage"},"thumbnailUrl":"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/03\/options-permalinks.png","datePublished":"2016-03-23T19:51:47+00:00","dateModified":"2026-03-14T13:55:28+00:00","author":{"@id":"https:\/\/wplook.com\/docs\/#\/schema\/person\/fc8d151db0c9e2c25b035ebe379e1f4d"},"description":"How to configure WordPress permalinks for SEO-friendly URLs. Choose the best permalink structure for your site.","breadcrumb":{"@id":"https:\/\/wplook.com\/docs\/wordpress-basics\/wordpress-settings\/permalinks\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wplook.com\/docs\/wordpress-basics\/wordpress-settings\/permalinks\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wplook.com\/docs\/wordpress-basics\/wordpress-settings\/permalinks\/#primaryimage","url":"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/03\/options-permalinks.png","contentUrl":"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/03\/options-permalinks.png","width":1261,"height":874,"caption":"Settings \u2192 Permalinks"},{"@type":"BreadcrumbList","@id":"https:\/\/wplook.com\/docs\/wordpress-basics\/wordpress-settings\/permalinks\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wplook.com\/docs\/"},{"@type":"ListItem","position":2,"name":"Permalinks"}]},{"@type":"WebSite","@id":"https:\/\/wplook.com\/docs\/#website","url":"https:\/\/wplook.com\/docs\/","name":"WPlook Documentation","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wplook.com\/docs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/wplook.com\/docs\/#\/schema\/person\/fc8d151db0c9e2c25b035ebe379e1f4d","name":"victor","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/bb41ac1e0e55658eefcabc9713daa2f4625fca4cd13ea7c99eb4c61965f650ef?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/bb41ac1e0e55658eefcabc9713daa2f4625fca4cd13ea7c99eb4c61965f650ef?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/bb41ac1e0e55658eefcabc9713daa2f4625fca4cd13ea7c99eb4c61965f650ef?s=96&d=mm&r=g","caption":"victor"},"url":"https:\/\/wplook.com\/docs\/author\/victor\/"}]}},"_links":{"self":[{"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/posts\/265","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/comments?post=265"}],"version-history":[{"count":5,"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/posts\/265\/revisions"}],"predecessor-version":[{"id":4093,"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/posts\/265\/revisions\/4093"}],"wp:attachment":[{"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/media?parent=265"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/categories?post=265"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/tags?post=265"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}