{"id":268,"date":"2019-08-23T10:52:15","date_gmt":"2019-08-23T10:52:15","guid":{"rendered":"https:\/\/www.webhozz.com\/code\/?p=268"},"modified":"2019-09-03T10:48:24","modified_gmt":"2019-09-03T10:48:24","slug":"bootstrap-fixed-layout","status":"publish","type":"post","link":"https:\/\/www.webhozz.com\/code\/bootstrap-fixed-layout\/","title":{"rendered":"Bootstrap : Fixed Layout"},"content":{"rendered":"\n<h5 class=\"wp-block-heading\">Membuat Fixed Layout dengan Bootstrap<\/h5>\n\n\n\n<p>Dengan Bootstrap 4 kalian masih dapat membuat layout halaman\nweb berdasarkan jumlah piksel tetap, namun lebar kontainer bervariasi\ntergantung pada lebar viewport dan layout responsifnya juga.<\/p>\n\n\n\n<p>Proses menciptakan fixed layout namun responsif pada dasarnya dimulai dengan kelas <strong><em>.container<\/em><\/strong>. Setelah itu kalian dapat membuat baris dengan kelas <strong><em>.row<\/em><\/strong> untuk wrap grup kolom horizontal. Baris harus ditempatkan di dalam <strong><em>.container<\/em><\/strong> untuk alignment dan padding yang tepat.<\/p>\n\n\n\n<p>Kolom lebih lanjut dapat dibuat di dalam baris menggunakan grid class yang telah ditentukan sebelumnya seperti .<strong><em>col-*, .col-sm-*, .col-md-*, .col-lg-*<\/em><\/strong> dan <strong><em>.col-xl-*<\/em><\/strong> di mana <strong><em>*<\/em><\/strong> mewakili nomor grid dan harus dari 1 hingga 12. Silakan periksa tutorial Bootstrap grid system untuk mempelajari lebih lanjut tentang grid class.<\/p>\n\n\n\n<p><strong><em>Catatan:<\/em><\/strong> Konten aktual seperti teks, gambar, video, tabel, dll. Harus ditempatkan dalam kolom, dan hanya kolom yang merupakan anak-anak langsung dari baris (turunannya).<\/p>\n\n\n\n<p>Contoh berikut membuat fixed width responsive layout yaitu 720px piksel lebar pada perangkat menengah yang memiliki lebar layar lebih besar atau sama dengan 768px seperti tablet, sedangkan lebar 960px pada perangkat besar memiliki lebar layar lebih besar dari atau sama dengan 992px seperti laptop kecil, dan 1140px lebar pada perangkat ekstra besar yang memiliki lebar layar lebih besar dari atau sama dengan 1200px seperti desktop.<\/p>\n\n\n\n<p>Namun, jika lebar viewport perangkat kurang dari 768px tetapi lebih besar dari atau sama dengan 576px layout akan menjadi lebar 540px. Untuk lebar viewport kurang dari 576px layout akan mencakup lebar 100%. Juga, kolom akan ditumpuk secara vertikal navbar akan diciutkan dalam kedua kasus tersebut.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;!DOCTYPE html&gt;\n&lt;html lang=&quot;en&quot;&gt;\n&lt;head&gt;\n&lt;meta charset=&quot;utf-8&quot;&gt;\n&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1, shrink-to-fit=no&quot;&gt;\n&lt;title&gt;Bootstrap 4 Fixed Layout Example&lt;\/title&gt;\n&lt;link rel=&quot;stylesheet&quot; href=&quot;css\/bootstrap.min.css&quot;&gt;\n&lt;script src=&quot;http:\/\/code.jquery.com\/jquery-3.3.1.min.js&quot;&gt;&lt;\/script&gt;\n&lt;script src=&quot;js\/bootstrap.min.js&quot;&gt;&lt;\/script&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n&lt;nav class=&quot;navbar navbar-expand-md navbar-dark bg-dark mb-3&quot;&gt;\n    &lt;div class=&quot;container&quot;&gt;\n        &lt;a href=&quot;#&quot; class=&quot;navbar-brand mr-3&quot;&gt;Tutorial Republic&lt;\/a&gt;\n        &lt;button type=&quot;button&quot; class=&quot;navbar-toggler&quot; data-toggle=&quot;collapse&quot; data-target=&quot;#navbarCollapse&quot;&gt;\n            &lt;span class=&quot;navbar-toggler-icon&quot;&gt;&lt;\/span&gt;\n        &lt;\/button&gt;\n        &lt;div class=&quot;collapse navbar-collapse&quot; id=&quot;navbarCollapse&quot;&gt;\n            &lt;div class=&quot;navbar-nav&quot;&gt;\n                &lt;a href=&quot;#&quot; class=&quot;nav-item nav-link active&quot;&gt;Home&lt;\/a&gt;\n                &lt;a href=&quot;#&quot; class=&quot;nav-item nav-link&quot;&gt;Services&lt;\/a&gt;\n                &lt;a href=&quot;#&quot; class=&quot;nav-item nav-link&quot;&gt;About&lt;\/a&gt;\n                &lt;a href=&quot;#&quot; class=&quot;nav-item nav-link&quot;&gt;Contact&lt;\/a&gt;\n            &lt;\/div&gt;\n            &lt;div class=&quot;navbar-nav ml-auto&quot;&gt;\n                &lt;a href=&quot;#&quot; class=&quot;nav-item nav-link&quot;&gt;Register&lt;\/a&gt;\n                &lt;a href=&quot;#&quot; class=&quot;nav-item nav-link&quot;&gt;Login&lt;\/a&gt;\n            &lt;\/div&gt;\n        &lt;\/div&gt;\n    &lt;\/div&gt;    \n&lt;\/nav&gt;\n&lt;div class=&quot;container&quot;&gt;\n    &lt;div class=&quot;jumbotron&quot;&gt;\n        &lt;h1&gt;Learn to Create Websites&lt;\/h1&gt;\n        &lt;p class=&quot;lead&quot;&gt;In today's world internet is the most popular way of connecting with the people. At &lt;a href=&quot;https:\/\/www.tutorialrepublic.com&quot; target=&quot;_blank&quot;&gt;tutorialrepublic.com&lt;\/a&gt; you will learn the essential web development technologies along with real life practice examples, so that you can create your own website to connect with the people around the world.&lt;\/p&gt;\n        &lt;p&gt;&lt;a href=&quot;https:\/\/www.tutorialrepublic.com&quot; target=&quot;_blank&quot; class=&quot;btn btn-success btn-lg&quot;&gt;Get started today&lt;\/a&gt;&lt;\/p&gt;\n    &lt;\/div&gt;\n    &lt;div class=&quot;row&quot;&gt;\n        &lt;div class=&quot;col-md-4&quot;&gt;\n            &lt;h2&gt;HTML&lt;\/h2&gt;\n            &lt;p&gt;HTML is the standard markup language for describing the structure of the web pages. Our HTML tutorials will help you to understand the basics of latest HTML5 language, so that you can create your own web pages or website.&lt;\/p&gt;\n            &lt;p&gt;&lt;a href=&quot;https:\/\/www.tutorialrepublic.com\/html-tutorial\/&quot; target=&quot;_blank&quot; class=&quot;btn btn-success&quot;&gt;Learn More \u00bb&lt;\/a&gt;&lt;\/p&gt;\n        &lt;\/div&gt;\n        &lt;div class=&quot;col-md-4&quot;&gt;\n            &lt;h2&gt;CSS&lt;\/h2&gt;\n            &lt;p&gt;CSS is used for describing the presentation of web pages. CSS can save a lot of time and effort. Our CSS tutorials will help you to learn the essentials of latest CSS3, so that you can control the style and layout of your website.&lt;\/p&gt;\n            &lt;p&gt;&lt;a href=&quot;https:\/\/www.tutorialrepublic.com\/css-tutorial\/&quot; target=&quot;_blank&quot; class=&quot;btn btn-success&quot;&gt;Learn More \u00bb&lt;\/a&gt;&lt;\/p&gt;\n        &lt;\/div&gt;\n        &lt;div class=&quot;col-md-4&quot;&gt;\n            &lt;h2&gt;Bootstrap&lt;\/h2&gt;\n            &lt;p&gt;Bootstrap is a powerful front-end framework for faster and easier web development. Our Bootstrap tutorials will help you to learn all the features of latest Bootstrap 4 framework so that you can easily create responsive websites.&lt;\/p&gt;\n            &lt;p&gt;&lt;a href=&quot;https:\/\/www.tutorialrepublic.com\/twitter-bootstrap-tutorial\/&quot; target=&quot;_blank&quot; class=&quot;btn btn-success&quot;&gt;Learn More \u00bb&lt;\/a&gt;&lt;\/p&gt;\n        &lt;\/div&gt;\n    &lt;\/div&gt;\n    &lt;hr&gt;\n    &lt;footer&gt;\n        &lt;div class=&quot;row&quot;&gt;\n            &lt;div class=&quot;col-md-6&quot;&gt;\n                &lt;p&gt;Copyright \u00a9 2019 Tutorial Republic&lt;\/p&gt;\n            &lt;\/div&gt;\n            &lt;div class=&quot;col-md-6 text-md-right&quot;&gt;\n                &lt;a href=&quot;#&quot; class=&quot;text-dark&quot;&gt;Terms of Use&lt;\/a&gt; \n                &lt;span class=&quot;text-muted mx-2&quot;&gt;|&lt;\/span&gt; \n                &lt;a href=&quot;#&quot; class=&quot;text-dark&quot;&gt;Privacy Policy&lt;\/a&gt;\n            &lt;\/div&gt;\n        &lt;\/div&gt;\n    &lt;\/footer&gt;\n&lt;\/div&gt;\n&lt;\/body&gt;\n&lt;\/html&gt;\n<\/pre><\/div>\n\n\n<p>Output dari contoh di atas akan terlihat seperti ini:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.tutorialrepublic.com\/lib\/images\/bootstrap-4\/bootstrap-fixed-layout.png\" alt=\"Bootstrap Fixed Layout\"\/><\/figure>\n\n\n\n<p>Kita telah menggunakan kelas margin utility seperti <strong><em>.mb-3,\n.ml-auto, mx-2<\/em><\/strong> dll untuk menyesuaikan jarak antar elemen. Sedangkan\nkelas <strong><em>.text-dark, .text-mute, .text-md-right<\/em><\/strong> adalah kelas utilitas\nteks untuk menyesuaikan warna dan alignment teks. kalian akan mempelajarinya di\nbab-bab selanjutnya.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Membuat Fixed Layout dengan Bootstrap Dengan Bootstrap 4 kalian masih dapat membuat layout halaman web berdasarkan jumlah piksel tetap, namun lebar kontainer bervariasi tergantung pada<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-268","post","type-post","status-publish","format-standard","hentry","category-bootstrap"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Belajar Bootstrap : Fixed Layout - WebHozz Code<\/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:\/\/www.webhozz.com\/code\/bootstrap-fixed-layout\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Belajar Bootstrap : Fixed Layout - WebHozz Code\" \/>\n<meta property=\"og:description\" content=\"Membuat Fixed Layout dengan Bootstrap Dengan Bootstrap 4 kalian masih dapat membuat layout halaman web berdasarkan jumlah piksel tetap, namun lebar kontainer bervariasi tergantung pada\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.webhozz.com\/code\/bootstrap-fixed-layout\/\" \/>\n<meta property=\"og:site_name\" content=\"WebHozz Code\" \/>\n<meta property=\"article:published_time\" content=\"2019-08-23T10:52:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-09-03T10:48:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.tutorialrepublic.com\/lib\/images\/bootstrap-4\/bootstrap-fixed-layout.png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\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:\\\/\\\/www.webhozz.com\\\/code\\\/bootstrap-fixed-layout\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.webhozz.com\\\/code\\\/bootstrap-fixed-layout\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/www.webhozz.com\\\/code\\\/#\\\/schema\\\/person\\\/3b2b79dc317236b0dde4b1fda37263e1\"},\"headline\":\"Bootstrap : Fixed Layout\",\"datePublished\":\"2019-08-23T10:52:15+00:00\",\"dateModified\":\"2019-09-03T10:48:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.webhozz.com\\\/code\\\/bootstrap-fixed-layout\\\/\"},\"wordCount\":293,\"image\":{\"@id\":\"https:\\\/\\\/www.webhozz.com\\\/code\\\/bootstrap-fixed-layout\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.tutorialrepublic.com\\\/lib\\\/images\\\/bootstrap-4\\\/bootstrap-fixed-layout.png\",\"articleSection\":[\"Bootstrap\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.webhozz.com\\\/code\\\/bootstrap-fixed-layout\\\/\",\"url\":\"https:\\\/\\\/www.webhozz.com\\\/code\\\/bootstrap-fixed-layout\\\/\",\"name\":\"Belajar Bootstrap : Fixed Layout - WebHozz Code\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.webhozz.com\\\/code\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.webhozz.com\\\/code\\\/bootstrap-fixed-layout\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.webhozz.com\\\/code\\\/bootstrap-fixed-layout\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.tutorialrepublic.com\\\/lib\\\/images\\\/bootstrap-4\\\/bootstrap-fixed-layout.png\",\"datePublished\":\"2019-08-23T10:52:15+00:00\",\"dateModified\":\"2019-09-03T10:48:24+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.webhozz.com\\\/code\\\/#\\\/schema\\\/person\\\/3b2b79dc317236b0dde4b1fda37263e1\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.webhozz.com\\\/code\\\/bootstrap-fixed-layout\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.webhozz.com\\\/code\\\/bootstrap-fixed-layout\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.webhozz.com\\\/code\\\/bootstrap-fixed-layout\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.tutorialrepublic.com\\\/lib\\\/images\\\/bootstrap-4\\\/bootstrap-fixed-layout.png\",\"contentUrl\":\"https:\\\/\\\/www.tutorialrepublic.com\\\/lib\\\/images\\\/bootstrap-4\\\/bootstrap-fixed-layout.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.webhozz.com\\\/code\\\/bootstrap-fixed-layout\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.webhozz.com\\\/code\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bootstrap : Fixed Layout\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.webhozz.com\\\/code\\\/#website\",\"url\":\"https:\\\/\\\/www.webhozz.com\\\/code\\\/\",\"name\":\"WebHozz Code\",\"description\":\"Tutorial Web &amp; Pemrograman Indonesia\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.webhozz.com\\\/code\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.webhozz.com\\\/code\\\/#\\\/schema\\\/person\\\/3b2b79dc317236b0dde4b1fda37263e1\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f222cb0ed38f2100d666bb262fd38d4f0d8e5673698208e40ff83118f10a4e8e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f222cb0ed38f2100d666bb262fd38d4f0d8e5673698208e40ff83118f10a4e8e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f222cb0ed38f2100d666bb262fd38d4f0d8e5673698208e40ff83118f10a4e8e?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\\\/\\\/www.webhozz.com\\\/code\\\/author\\\/dody\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Belajar Bootstrap : Fixed Layout - WebHozz Code","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:\/\/www.webhozz.com\/code\/bootstrap-fixed-layout\/","og_locale":"en_US","og_type":"article","og_title":"Belajar Bootstrap : Fixed Layout - WebHozz Code","og_description":"Membuat Fixed Layout dengan Bootstrap Dengan Bootstrap 4 kalian masih dapat membuat layout halaman web berdasarkan jumlah piksel tetap, namun lebar kontainer bervariasi tergantung pada","og_url":"https:\/\/www.webhozz.com\/code\/bootstrap-fixed-layout\/","og_site_name":"WebHozz Code","article_published_time":"2019-08-23T10:52:15+00:00","article_modified_time":"2019-09-03T10:48:24+00:00","og_image":[{"url":"https:\/\/www.tutorialrepublic.com\/lib\/images\/bootstrap-4\/bootstrap-fixed-layout.png","type":"","width":"","height":""}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.webhozz.com\/code\/bootstrap-fixed-layout\/#article","isPartOf":{"@id":"https:\/\/www.webhozz.com\/code\/bootstrap-fixed-layout\/"},"author":{"name":"admin","@id":"https:\/\/www.webhozz.com\/code\/#\/schema\/person\/3b2b79dc317236b0dde4b1fda37263e1"},"headline":"Bootstrap : Fixed Layout","datePublished":"2019-08-23T10:52:15+00:00","dateModified":"2019-09-03T10:48:24+00:00","mainEntityOfPage":{"@id":"https:\/\/www.webhozz.com\/code\/bootstrap-fixed-layout\/"},"wordCount":293,"image":{"@id":"https:\/\/www.webhozz.com\/code\/bootstrap-fixed-layout\/#primaryimage"},"thumbnailUrl":"https:\/\/www.tutorialrepublic.com\/lib\/images\/bootstrap-4\/bootstrap-fixed-layout.png","articleSection":["Bootstrap"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.webhozz.com\/code\/bootstrap-fixed-layout\/","url":"https:\/\/www.webhozz.com\/code\/bootstrap-fixed-layout\/","name":"Belajar Bootstrap : Fixed Layout - WebHozz Code","isPartOf":{"@id":"https:\/\/www.webhozz.com\/code\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.webhozz.com\/code\/bootstrap-fixed-layout\/#primaryimage"},"image":{"@id":"https:\/\/www.webhozz.com\/code\/bootstrap-fixed-layout\/#primaryimage"},"thumbnailUrl":"https:\/\/www.tutorialrepublic.com\/lib\/images\/bootstrap-4\/bootstrap-fixed-layout.png","datePublished":"2019-08-23T10:52:15+00:00","dateModified":"2019-09-03T10:48:24+00:00","author":{"@id":"https:\/\/www.webhozz.com\/code\/#\/schema\/person\/3b2b79dc317236b0dde4b1fda37263e1"},"breadcrumb":{"@id":"https:\/\/www.webhozz.com\/code\/bootstrap-fixed-layout\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.webhozz.com\/code\/bootstrap-fixed-layout\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.webhozz.com\/code\/bootstrap-fixed-layout\/#primaryimage","url":"https:\/\/www.tutorialrepublic.com\/lib\/images\/bootstrap-4\/bootstrap-fixed-layout.png","contentUrl":"https:\/\/www.tutorialrepublic.com\/lib\/images\/bootstrap-4\/bootstrap-fixed-layout.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.webhozz.com\/code\/bootstrap-fixed-layout\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.webhozz.com\/code\/"},{"@type":"ListItem","position":2,"name":"Bootstrap : Fixed Layout"}]},{"@type":"WebSite","@id":"https:\/\/www.webhozz.com\/code\/#website","url":"https:\/\/www.webhozz.com\/code\/","name":"WebHozz Code","description":"Tutorial Web &amp; Pemrograman Indonesia","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.webhozz.com\/code\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.webhozz.com\/code\/#\/schema\/person\/3b2b79dc317236b0dde4b1fda37263e1","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f222cb0ed38f2100d666bb262fd38d4f0d8e5673698208e40ff83118f10a4e8e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f222cb0ed38f2100d666bb262fd38d4f0d8e5673698208e40ff83118f10a4e8e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f222cb0ed38f2100d666bb262fd38d4f0d8e5673698208e40ff83118f10a4e8e?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/www.webhozz.com\/code\/author\/dody\/"}]}},"_links":{"self":[{"href":"https:\/\/www.webhozz.com\/code\/wp-json\/wp\/v2\/posts\/268","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.webhozz.com\/code\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.webhozz.com\/code\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.webhozz.com\/code\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.webhozz.com\/code\/wp-json\/wp\/v2\/comments?post=268"}],"version-history":[{"count":3,"href":"https:\/\/www.webhozz.com\/code\/wp-json\/wp\/v2\/posts\/268\/revisions"}],"predecessor-version":[{"id":342,"href":"https:\/\/www.webhozz.com\/code\/wp-json\/wp\/v2\/posts\/268\/revisions\/342"}],"wp:attachment":[{"href":"https:\/\/www.webhozz.com\/code\/wp-json\/wp\/v2\/media?parent=268"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.webhozz.com\/code\/wp-json\/wp\/v2\/categories?post=268"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.webhozz.com\/code\/wp-json\/wp\/v2\/tags?post=268"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}