{"id":5006,"date":"2024-01-11T16:40:00","date_gmt":"2024-01-11T16:40:00","guid":{"rendered":"https:\/\/codehim.com\/?p=5006"},"modified":"2024-01-22T14:44:52","modified_gmt":"2024-01-22T09:44:52","slug":"simple-bootstrap-login-form","status":"publish","type":"post","link":"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/","title":{"rendered":"Simple Bootstrap Login Form with Demo"},"content":{"rendered":"<p>Do you want to create a simple login form using Bootstrap? Yes! here is a step by step guide for creating a basic login form. You can also download this project directly to implement this form into your project.<\/p>\n<h2>How to Create a Simple Login Form using Bootstrap<\/h2>\n<p>1. First of all, load the <a href=\"https:\/\/getbootstrap.com\/docs\/4.5\/getting-started\/download\/\" target=\"_blank\" rel=\"noopener noreferrer\">Bootstrap framework<\/a> into your HTML page.<\/p>\n<pre class=\"prettyprint linenums lang-html\">&lt;!-- Bootstrap CSS --&gt;\r\n&lt;link rel=\"stylesheet\" href=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css\" integrity=\"sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z\" crossorigin=\"anonymous\"&gt;\r\n&lt;!-- Bootstrap JS --&gt;\r\n&lt;script src=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/js\/bootstrap.min.js\" integrity=\"sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8\/KUEfYiJOMMV+rV\" crossorigin=\"anonymous\"&gt;&lt;\/script&gt;\r\n<\/pre>\n<p>2. After that, create an HTML structure for your login form as follows:<\/p>\n<pre class=\"prettyprint linenums lang-html\">&lt;div class=\"wrapper\"&gt;\r\n   &lt;form class=\"form-signin\"&gt;\r\n      &lt;h2 class=\"form-signin-heading\"&gt;Please login&lt;\/h2&gt;\r\n      &lt;input type=\"text\" class=\"form-control\" name=\"username\" placeholder=\"Email Address\" required=\"\" autofocus=\"\" \/&gt;\r\n      &lt;input type=\"password\" class=\"form-control\" name=\"password\" placeholder=\"Password\" required=\"\"\/&gt;      \r\n      &lt;label class=\"checkbox\"&gt;\r\n      &lt;input type=\"checkbox\" value=\"remember-me\" id=\"rememberMe\" name=\"rememberMe\"&gt; Remember me\r\n      &lt;\/label&gt;\r\n      &lt;button class=\"btn btn-lg btn-primary btn-block\" type=\"submit\"&gt;Login&lt;\/button&gt;   \r\n   &lt;\/form&gt;\r\n&lt;\/div&gt;\r\n<\/pre>\n<p>3. At last, style your login form with the following CSS.<\/p>\n<pre class=\"prettyprint linenums lang-css\">.wrapper {\r\n\tmargin-top: 80px;\r\n\tmargin-bottom: 80px;\r\n}\r\n\r\n.form-signin {\r\n\tmax-width: 380px;\r\n\tpadding: 15px 35px 45px;\r\n\tmargin: 0 auto;\r\n\tbackground-color: #fff;\r\n\tborder: 1px solid rgba(0, 0, 0, 0.1);\r\n}\r\n\r\n.form-signin .form-signin-heading,\r\n.form-signin .checkbox {\r\n\tmargin-bottom: 30px;\r\n}\r\n\r\n.form-signin .checkbox {\r\n\tfont-weight: normal;\r\n}\r\n\r\n.form-signin .form-control {\r\n\tposition: relative;\r\n\tfont-size: 16px;\r\n\theight: auto;\r\n\tpadding: 10px;\r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n}\r\n\r\n.form-signin .form-control:focus {\r\n\tz-index: 2;\r\n}\r\n\r\n.form-signin input[type=\"text\"] {\r\n\tmargin-bottom: -1px;\r\n\tborder-bottom-left-radius: 0;\r\n\tborder-bottom-right-radius: 0;\r\n}\r\n\r\n.form-signin input[type=\"password\"] {\r\n\tmargin-bottom: 20px;\r\n\tborder-top-left-radius: 0;\r\n\tborder-top-right-radius: 0;\r\n}\r\n<\/pre>\n<p>You have all done! Feel free to customize this <a href=\"https:\/\/codehim.com\/tag\/login-form\/\" target=\"_blank\" rel=\"noopener noreferrer\">login form<\/a> according to your needs. If you need any further help, let me know by comment below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Do you want to create a simple login form using Bootstrap? Yes! here is a step by step guide for&#8230;<\/p>\n","protected":false},"author":1,"featured_media":5008,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[123,134],"tags":[151],"class_list":["post-5006","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-bootstrap","category-bootstrap-forms","tag-login-forms"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Simple Bootstrap Login Form with Demo &#8212; CodeHim<\/title>\n<meta name=\"description\" content=\"Here is a code example to create a simple login form for Bootstrap 3\/4\/5. You can view the demo and download this Bootstrap login form.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Simple Bootstrap Login Form with Demo &#8212; CodeHim\" \/>\n<meta property=\"og:description\" content=\"Here is a code example to create a simple login form for Bootstrap 3\/4\/5. You can view the demo and download this Bootstrap login form.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/\" \/>\n<meta property=\"og:site_name\" content=\"CodeHim\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/codehimofficial\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-11T16:40:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-22T09:44:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codehim.com\/wp-content\/uploads\/2020\/08\/simple-bootstrap-login-form.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1159\" \/>\n\t<meta property=\"og:image:height\" content=\"871\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Asif Mughal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:site\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Asif Mughal\" \/>\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:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/\"},\"author\":{\"name\":\"Asif Mughal\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\"},\"headline\":\"Simple Bootstrap Login Form with Demo\",\"datePublished\":\"2024-01-11T16:40:00+00:00\",\"dateModified\":\"2024-01-22T09:44:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/\"},\"wordCount\":114,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2020\/08\/simple-bootstrap-login-form.png\",\"keywords\":[\"Login Forms\"],\"articleSection\":[\"Bootstrap\",\"Bootstrap Forms\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/\",\"url\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/\",\"name\":\"Simple Bootstrap Login Form with Demo &#8212; CodeHim\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2020\/08\/simple-bootstrap-login-form.png\",\"datePublished\":\"2024-01-11T16:40:00+00:00\",\"dateModified\":\"2024-01-22T09:44:52+00:00\",\"description\":\"Here is a code example to create a simple login form for Bootstrap 3\/4\/5. You can view the demo and download this Bootstrap login form.\",\"breadcrumb\":{\"@id\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/#primaryimage\",\"url\":\"https:\/\/codehim.com\/wp-content\/uploads\/2020\/08\/simple-bootstrap-login-form.png\",\"contentUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2020\/08\/simple-bootstrap-login-form.png\",\"width\":1159,\"height\":871,\"caption\":\"Simple Bootstrap Login Form with Demo\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/codehim.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bootstrap\",\"item\":\"https:\/\/codehim.com\/category\/bootstrap\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Bootstrap Forms\",\"item\":\"https:\/\/codehim.com\/category\/bootstrap\/bootstrap-forms\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Simple Bootstrap Login Form with Demo\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/codehim.com\/#website\",\"url\":\"https:\/\/codehim.com\/\",\"name\":\"CodeHim\",\"description\":\"Web Design Code Snippets\",\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"alternateName\":\"Web Design Codes\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/codehim.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/codehim.com\/#organization\",\"name\":\"CodeHim - Web Design Code & Scripts\",\"url\":\"https:\/\/codehim.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"contentUrl\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"width\":280,\"height\":280,\"caption\":\"CodeHim - Web Design Code & Scripts\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/codehimofficial\",\"https:\/\/x.com\/CodeHimOfficial\",\"https:\/\/www.instagram.com\/codehim\/\",\"https:\/\/www.linkedin.com\/company\/codehim\",\"https:\/\/co.pinterest.com\/codehim\/\",\"https:\/\/www.youtube.com\/@codehim\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\",\"name\":\"Asif Mughal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"caption\":\"Asif Mughal\"},\"description\":\"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.\",\"sameAs\":[\"https:\/\/codehim.com\"],\"url\":\"https:\/\/codehim.com\/author\/asif-mughal\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Simple Bootstrap Login Form with Demo &#8212; CodeHim","description":"Here is a code example to create a simple login form for Bootstrap 3\/4\/5. You can view the demo and download this Bootstrap login form.","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:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/","og_locale":"en_US","og_type":"article","og_title":"Simple Bootstrap Login Form with Demo &#8212; CodeHim","og_description":"Here is a code example to create a simple login form for Bootstrap 3\/4\/5. You can view the demo and download this Bootstrap login form.","og_url":"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/","og_site_name":"CodeHim","article_publisher":"https:\/\/www.facebook.com\/codehimofficial","article_published_time":"2024-01-11T16:40:00+00:00","article_modified_time":"2024-01-22T09:44:52+00:00","og_image":[{"width":1159,"height":871,"url":"https:\/\/codehim.com\/wp-content\/uploads\/2020\/08\/simple-bootstrap-login-form.png","type":"image\/png"}],"author":"Asif Mughal","twitter_card":"summary_large_image","twitter_creator":"@CodeHimOfficial","twitter_site":"@CodeHimOfficial","twitter_misc":{"Written by":"Asif Mughal","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/#article","isPartOf":{"@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/"},"author":{"name":"Asif Mughal","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed"},"headline":"Simple Bootstrap Login Form with Demo","datePublished":"2024-01-11T16:40:00+00:00","dateModified":"2024-01-22T09:44:52+00:00","mainEntityOfPage":{"@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/"},"wordCount":114,"commentCount":0,"publisher":{"@id":"https:\/\/codehim.com\/#organization"},"image":{"@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2020\/08\/simple-bootstrap-login-form.png","keywords":["Login Forms"],"articleSection":["Bootstrap","Bootstrap Forms"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/","url":"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/","name":"Simple Bootstrap Login Form with Demo &#8212; CodeHim","isPartOf":{"@id":"https:\/\/codehim.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/#primaryimage"},"image":{"@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2020\/08\/simple-bootstrap-login-form.png","datePublished":"2024-01-11T16:40:00+00:00","dateModified":"2024-01-22T09:44:52+00:00","description":"Here is a code example to create a simple login form for Bootstrap 3\/4\/5. You can view the demo and download this Bootstrap login form.","breadcrumb":{"@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/#primaryimage","url":"https:\/\/codehim.com\/wp-content\/uploads\/2020\/08\/simple-bootstrap-login-form.png","contentUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2020\/08\/simple-bootstrap-login-form.png","width":1159,"height":871,"caption":"Simple Bootstrap Login Form with Demo"},{"@type":"BreadcrumbList","@id":"https:\/\/codehim.com\/bootstrap\/bootstrap-forms\/simple-bootstrap-login-form\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codehim.com\/"},{"@type":"ListItem","position":2,"name":"Bootstrap","item":"https:\/\/codehim.com\/category\/bootstrap\/"},{"@type":"ListItem","position":3,"name":"Bootstrap Forms","item":"https:\/\/codehim.com\/category\/bootstrap\/bootstrap-forms\/"},{"@type":"ListItem","position":4,"name":"Simple Bootstrap Login Form with Demo"}]},{"@type":"WebSite","@id":"https:\/\/codehim.com\/#website","url":"https:\/\/codehim.com\/","name":"CodeHim","description":"Web Design Code Snippets","publisher":{"@id":"https:\/\/codehim.com\/#organization"},"alternateName":"Web Design Codes","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codehim.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codehim.com\/#organization","name":"CodeHim - Web Design Code & Scripts","url":"https:\/\/codehim.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/","url":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","contentUrl":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","width":280,"height":280,"caption":"CodeHim - Web Design Code & Scripts"},"image":{"@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/codehimofficial","https:\/\/x.com\/CodeHimOfficial","https:\/\/www.instagram.com\/codehim\/","https:\/\/www.linkedin.com\/company\/codehim","https:\/\/co.pinterest.com\/codehim\/","https:\/\/www.youtube.com\/@codehim"]},{"@type":"Person","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed","name":"Asif Mughal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","caption":"Asif Mughal"},"description":"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.","sameAs":["https:\/\/codehim.com"],"url":"https:\/\/codehim.com\/author\/asif-mughal\/"}]}},"views":20343,"_links":{"self":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/5006","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/comments?post=5006"}],"version-history":[{"count":0,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/5006\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media\/5008"}],"wp:attachment":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media?parent=5006"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/categories?post=5006"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/tags?post=5006"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}