{"id":1442,"date":"2017-02-23T00:09:31","date_gmt":"2017-02-23T00:09:31","guid":{"rendered":"https:\/\/pishondesigns.org\/Dbase\/?p=1442"},"modified":"2020-04-26T14:33:05","modified_gmt":"2020-04-26T14:33:05","slug":"simplest-way-create-a-child-theme-wordpress","status":"publish","type":"post","link":"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/","title":{"rendered":"Simplest Way to Create A Child Theme In WordPress"},"content":{"rendered":"<p>At some point in my career as a designer, I kept on seeing the term, Child Theme, and I had absolutely no idea what it was. It wasn&#8217;t until much later I figured out that if I needed to go far with WordPress, I needed to familiarize myself with the term asap. So let me teach you how to create a child theme in WordPress.<\/p>\n<h3>First, definitions as usual. What is a Child Theme?<\/h3>\n<blockquote><p>A WordPress <b>child theme<\/b> is a WordPress <b>theme<\/b> that inherits its functionality from another WordPress <b>theme<\/b>, the parent <b>theme<\/b>.\u00a0<b>Child themes<\/b> are often used when you want to customize or tweak an existing WordPress <b>theme<\/b> without losing the ability to upgrade that <b>theme<\/b>. &#8211; WP Beginner.<\/p><\/blockquote>\n<p><!--more--><\/p>\n<p>A child theme is a theme that inherits the functionality and styling of another theme, called the parent theme. Child themes are the recommended way of modifying an existing theme. &#8211; <a href=\"https:\/\/codex.wordpress.org\/Child_Themes\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress Codex<\/a><\/p>\n<h3>Why Do I Need To Create A Child Theme?<\/h3>\n<ul>\n<li>If you modify a theme directly and it is updated, then your modifications may be lost. By using a child theme you will ensure that your modifications are preserved.<\/li>\n<li>Using a child theme can speed up development time.<\/li>\n<\/ul>\n<h3>Let&#8217;s get Started. Create A Child Theme for Any Theme. Steps?<\/h3>\n<p>A child theme consists of at least one directory (the child theme directory) and two files (style.css and functions.php), which you will need to create.<\/p>\n<p>So, <strong>step 1 is to create a new folder for your child theme<\/strong> which will be placed in <tt>wp-content\/themes.<\/tt> Name it something like \/themename-child\/. Within your new theme folder, create a file called <em>style.css<\/em> and fill in the information as outlined below. The theme Name, URI, Description and Author are totally up to you.<\/p>\n<blockquote><p>Make sure that there are no spaces in your child theme directory name, which may result in errors.<\/p><\/blockquote>\n<p>See the screenshot below: (I will use the twentyfifteen theme as an example).<\/p>\n<p>[snippet slug=chdthm1 lang=abap]<\/p>\n<p>so that&#8217;s step 1. <strong>Next,\u00a0is to enqueue the parent and child theme stylesheets.<\/strong>\u00a0The correct method of enqueuing the parent theme stylesheet is to add a <tt><a title=\"Plugin API\/Action Reference\/wp enqueue scripts\" href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Action_Reference\/wp_enqueue_scripts\" target=\"_blank\" rel=\"noopener noreferrer\">wp_enqueue_scripts action<\/a><\/tt> and use <tt><a title=\"Function Reference\/wp enqueue style\" href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_enqueue_style\" target=\"_blank\" rel=\"noopener noreferrer\">wp_enqueue_style()<\/a><\/tt> in your child theme&#8217;s <em>functions.php.\u00a0<\/em><\/p>\n<blockquote><p>The previous method was to import the parent theme stylesheet using <em>@import<\/em>: this is no longer best practice, as it increases the amount of time it takes style sheets to load.<\/p><\/blockquote>\n<p><em>Functions.php<\/em> is where a theme\u2019s main functions are typically stored. A parent theme\u2019s functions are always loaded with the child theme, but if you need to add more custom functions to your theme then you can do so by creating a new <em>functions.php<\/em> file within your child theme folder.<\/p>\n<p>This is what the code will look like:<\/p>\n<p>[snippet slug=chdthm2 lang=abap]<\/p>\n<p>Finally,\u00a0<strong>activate the child theme.\u00a0<\/strong>Uploading and activating a child theme is no different than a normal theme, simply upload it via the <strong>Appearances &gt;<\/strong> Themes page in your WordPress Dashboard and activate it.\u00a0Make sure that your parent theme is also uploaded so that the child theme can work.<\/p>\n<p><b>Note:<\/b> You may need to re-save your menu (Appearance &gt; Menus) and theme options (including background and header images) after activating the child theme.<\/p>\n<p>Z<\/p>\n","protected":false},"excerpt":{"rendered":"<p>At some point in my career as a designer, I kept on seeing the term, Child Theme, and I had absolutely no idea what it was. It wasn&#8217;t until much later I figured out that if I needed to go far with WordPress, I needed to familiarize myself with the term asap. So let me [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1445,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[270,241,357],"tags":[490,488,489,227],"class_list":["post-1442","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-general","category-web-design-corner","category-wordpress","tag-beginner","tag-child-theme","tag-codex","tag-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Simplest Way to Create A Child Theme In WordPress &#8226; Pishon Design Studio | More than Web Design.<\/title>\n<meta name=\"description\" content=\"Modifying any WordPress theme shouldn&#039;t be difficult. Let us show you one of the easiest ways you can create a child theme in a few easy steps.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Simplest Way to Create A Child Theme In WordPress &#8226; Pishon Design Studio | More than Web Design.\" \/>\n<meta property=\"og:description\" content=\"Modifying any WordPress theme shouldn&#039;t be difficult. Let us show you one of the easiest ways you can create a child theme in a few easy steps.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"Pishon Design Studio | More than Web Design.\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/pishondesigns\" \/>\n<meta property=\"article:author\" content=\"https:\/\/facebook.com\/pishondesigns\" \/>\n<meta property=\"article:published_time\" content=\"2017-02-23T00:09:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-04-26T14:33:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pishondesigns.org\/Dbase\/wp-content\/uploads\/2017\/02\/child-theme.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Pishon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/pishonde\" \/>\n<meta name=\"twitter:site\" content=\"@pishonde\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pishon\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/\"},\"author\":{\"name\":\"Pishon\",\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/#\/schema\/person\/9522335eeeafcdc47a32dcc0fca0d394\"},\"headline\":\"Simplest Way to Create A Child Theme In WordPress\",\"datePublished\":\"2017-02-23T00:09:31+00:00\",\"dateModified\":\"2020-04-26T14:33:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/\"},\"wordCount\":555,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/#organization\"},\"image\":{\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/pishondesigns.org\/Dbase\/wp-content\/uploads\/2017\/02\/child-theme.jpg\",\"keywords\":[\"beginner\",\"child theme\",\"codex\",\"wordpress\"],\"articleSection\":[\"General\/News\",\"Web Design\",\"WordPress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/\",\"url\":\"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/\",\"name\":\"Simplest Way to Create A Child Theme In WordPress &#8226; Pishon Design Studio | More than Web Design.\",\"isPartOf\":{\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/pishondesigns.org\/Dbase\/wp-content\/uploads\/2017\/02\/child-theme.jpg\",\"datePublished\":\"2017-02-23T00:09:31+00:00\",\"dateModified\":\"2020-04-26T14:33:05+00:00\",\"description\":\"Modifying any WordPress theme shouldn't be difficult. Let us show you one of the easiest ways you can create a child theme in a few easy steps.\",\"breadcrumb\":{\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/#primaryimage\",\"url\":\"https:\/\/pishondesigns.org\/Dbase\/wp-content\/uploads\/2017\/02\/child-theme.jpg\",\"contentUrl\":\"https:\/\/pishondesigns.org\/Dbase\/wp-content\/uploads\/2017\/02\/child-theme.jpg\",\"width\":1600,\"height\":900},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/pishondesigns.org\/Dbase\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Simplest Way to Create A Child Theme In WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/#website\",\"url\":\"https:\/\/pishondesigns.org\/Dbase\/\",\"name\":\"Web Designer Abuja Pishon Design Studio\",\"description\":\"Your Digital Partner.\",\"publisher\":{\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/pishondesigns.org\/Dbase\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/#organization\",\"name\":\"Pishon Design Studio\",\"url\":\"https:\/\/pishondesigns.org\/Dbase\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/pishondesigns.org\/Dbase\/wp-content\/uploads\/2020\/04\/p2fav.png\",\"contentUrl\":\"https:\/\/pishondesigns.org\/Dbase\/wp-content\/uploads\/2020\/04\/p2fav.png\",\"width\":1000,\"height\":1000,\"caption\":\"Pishon Design Studio\"},\"image\":{\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/pishondesigns\",\"https:\/\/x.com\/pishonde\",\"https:\/\/instagram.com\/pishondesignstudio\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/#\/schema\/person\/9522335eeeafcdc47a32dcc0fca0d394\",\"name\":\"Pishon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pishondesigns.org\/Dbase\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/78de55fa131a344cfd6c1ac01726ef22ca20d5989eb466f9e128c60340eccd0c?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/78de55fa131a344cfd6c1ac01726ef22ca20d5989eb466f9e128c60340eccd0c?s=96&r=g\",\"caption\":\"Pishon\"},\"description\":\"Pishon Design Studio is an A-list Web Design &amp; Branding Company. This blog focuses on latest trends in technology &amp; social media. Follow on Instagram!\",\"sameAs\":[\"https:\/\/pishondesigns.org\",\"https:\/\/facebook.com\/pishondesigns\",\"https:\/\/instagram.com\/pishondesignstudio\",\"https:\/\/www.linkedin.com\/company\/35601858\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/pishonde\"],\"url\":\"https:\/\/pishondesigns.org\/Dbase\/author\/zainab\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Simplest Way to Create A Child Theme In WordPress &#8226; Pishon Design Studio | More than Web Design.","description":"Modifying any WordPress theme shouldn't be difficult. Let us show you one of the easiest ways you can create a child theme in a few easy steps.","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:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"Simplest Way to Create A Child Theme In WordPress &#8226; Pishon Design Studio | More than Web Design.","og_description":"Modifying any WordPress theme shouldn't be difficult. Let us show you one of the easiest ways you can create a child theme in a few easy steps.","og_url":"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/","og_site_name":"Pishon Design Studio | More than Web Design.","article_publisher":"https:\/\/facebook.com\/pishondesigns","article_author":"https:\/\/facebook.com\/pishondesigns","article_published_time":"2017-02-23T00:09:31+00:00","article_modified_time":"2020-04-26T14:33:05+00:00","og_image":[{"width":1600,"height":900,"url":"https:\/\/pishondesigns.org\/Dbase\/wp-content\/uploads\/2017\/02\/child-theme.jpg","type":"image\/jpeg"}],"author":"Pishon","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/pishonde","twitter_site":"@pishonde","twitter_misc":{"Written by":"Pishon","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/#article","isPartOf":{"@id":"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/"},"author":{"name":"Pishon","@id":"https:\/\/pishondesigns.org\/Dbase\/#\/schema\/person\/9522335eeeafcdc47a32dcc0fca0d394"},"headline":"Simplest Way to Create A Child Theme In WordPress","datePublished":"2017-02-23T00:09:31+00:00","dateModified":"2020-04-26T14:33:05+00:00","mainEntityOfPage":{"@id":"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/"},"wordCount":555,"commentCount":0,"publisher":{"@id":"https:\/\/pishondesigns.org\/Dbase\/#organization"},"image":{"@id":"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/pishondesigns.org\/Dbase\/wp-content\/uploads\/2017\/02\/child-theme.jpg","keywords":["beginner","child theme","codex","wordpress"],"articleSection":["General\/News","Web Design","WordPress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/","url":"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/","name":"Simplest Way to Create A Child Theme In WordPress &#8226; Pishon Design Studio | More than Web Design.","isPartOf":{"@id":"https:\/\/pishondesigns.org\/Dbase\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/pishondesigns.org\/Dbase\/wp-content\/uploads\/2017\/02\/child-theme.jpg","datePublished":"2017-02-23T00:09:31+00:00","dateModified":"2020-04-26T14:33:05+00:00","description":"Modifying any WordPress theme shouldn't be difficult. Let us show you one of the easiest ways you can create a child theme in a few easy steps.","breadcrumb":{"@id":"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/#primaryimage","url":"https:\/\/pishondesigns.org\/Dbase\/wp-content\/uploads\/2017\/02\/child-theme.jpg","contentUrl":"https:\/\/pishondesigns.org\/Dbase\/wp-content\/uploads\/2017\/02\/child-theme.jpg","width":1600,"height":900},{"@type":"BreadcrumbList","@id":"https:\/\/pishondesigns.org\/Dbase\/simplest-way-create-a-child-theme-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pishondesigns.org\/Dbase\/"},{"@type":"ListItem","position":2,"name":"Simplest Way to Create A Child Theme In WordPress"}]},{"@type":"WebSite","@id":"https:\/\/pishondesigns.org\/Dbase\/#website","url":"https:\/\/pishondesigns.org\/Dbase\/","name":"Web Designer Abuja Pishon Design Studio","description":"Your Digital Partner.","publisher":{"@id":"https:\/\/pishondesigns.org\/Dbase\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pishondesigns.org\/Dbase\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pishondesigns.org\/Dbase\/#organization","name":"Pishon Design Studio","url":"https:\/\/pishondesigns.org\/Dbase\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pishondesigns.org\/Dbase\/#\/schema\/logo\/image\/","url":"https:\/\/pishondesigns.org\/Dbase\/wp-content\/uploads\/2020\/04\/p2fav.png","contentUrl":"https:\/\/pishondesigns.org\/Dbase\/wp-content\/uploads\/2020\/04\/p2fav.png","width":1000,"height":1000,"caption":"Pishon Design Studio"},"image":{"@id":"https:\/\/pishondesigns.org\/Dbase\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/pishondesigns","https:\/\/x.com\/pishonde","https:\/\/instagram.com\/pishondesignstudio"]},{"@type":"Person","@id":"https:\/\/pishondesigns.org\/Dbase\/#\/schema\/person\/9522335eeeafcdc47a32dcc0fca0d394","name":"Pishon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pishondesigns.org\/Dbase\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/78de55fa131a344cfd6c1ac01726ef22ca20d5989eb466f9e128c60340eccd0c?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/78de55fa131a344cfd6c1ac01726ef22ca20d5989eb466f9e128c60340eccd0c?s=96&r=g","caption":"Pishon"},"description":"Pishon Design Studio is an A-list Web Design &amp; Branding Company. This blog focuses on latest trends in technology &amp; social media. Follow on Instagram!","sameAs":["https:\/\/pishondesigns.org","https:\/\/facebook.com\/pishondesigns","https:\/\/instagram.com\/pishondesignstudio","https:\/\/www.linkedin.com\/company\/35601858\/","https:\/\/x.com\/https:\/\/twitter.com\/pishonde"],"url":"https:\/\/pishondesigns.org\/Dbase\/author\/zainab\/"}]}},"_links":{"self":[{"href":"https:\/\/pishondesigns.org\/Dbase\/wp-json\/wp\/v2\/posts\/1442","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pishondesigns.org\/Dbase\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pishondesigns.org\/Dbase\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pishondesigns.org\/Dbase\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pishondesigns.org\/Dbase\/wp-json\/wp\/v2\/comments?post=1442"}],"version-history":[{"count":0,"href":"https:\/\/pishondesigns.org\/Dbase\/wp-json\/wp\/v2\/posts\/1442\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/pishondesigns.org\/Dbase\/wp-json\/wp\/v2\/media\/1445"}],"wp:attachment":[{"href":"https:\/\/pishondesigns.org\/Dbase\/wp-json\/wp\/v2\/media?parent=1442"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pishondesigns.org\/Dbase\/wp-json\/wp\/v2\/categories?post=1442"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pishondesigns.org\/Dbase\/wp-json\/wp\/v2\/tags?post=1442"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}