{"id":1768,"date":"2015-07-25T15:46:22","date_gmt":"2015-07-25T20:46:22","guid":{"rendered":"http:\/\/nuovo.jacobmartella.com\/?page_id=1768"},"modified":"2015-07-25T15:46:22","modified_gmt":"2015-07-25T20:46:22","slug":"how-tos","status":"publish","type":"page","link":"https:\/\/demo.jacobmartella.com\/nuovo\/how-tos\/","title":{"rendered":"How To&#8217;s"},"content":{"rendered":"<h3>Setting up a Child Theme<\/h3>\n<p>When customizing a theme, the best practice is to create a child theme. This way, when you update the parent theme, all of your changes will still remain intact. Creating a child theme is very simple if you use the steps below.<\/p>\n<ul>\n<li>Using your preferred FTP client, navigate to the &#8220;themes&#8221; directy inside the &#8220;wp-content&#8221; directory and create a directory titled &#8220;nuovo-child&#8221;.<\/li>\n<li>Once there, create a style.css file and add the following lines of code in there and save.\n<pre>\/*\nTheme Name: Nuovo Child\nDescription: Child theme for Nuovo theme\nAuthor: &lt;your name&gt; \nTemplate: nuovo\n*\/<\/pre>\n<\/li>\n<li>Then create a functions.php file and add the following code and save.\n<pre>&lt;?php function nuovo_child_theme_styles() {\n        wp_2_enqueue_style( 'child-theme-css', get_stylesheet_directory_uri() . '\/style.css' );\n}\nadd_action( 'wp_2_enqueue_scripts', 'nuovo_child_theme_styles' ); ?&gt;<\/pre>\n<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Setting up a Child Theme When customizing a theme, the best practice is to create a child theme. This way, when you update the parent theme, all of your changes will still remain intact. Creating a child theme is very simple if you use the steps below. Using your preferred FTP client, navigate to the &hellip; <a href=\"https:\/\/demo.jacobmartella.com\/nuovo\/how-tos\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;How To&#8217;s&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-1768","page","type-page","status-publish","hentry"],"featured_image_src":null,"featured_image_src_square":null,"_links":{"self":[{"href":"https:\/\/demo.jacobmartella.com\/nuovo\/wp-json\/wp\/v2\/pages\/1768","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/demo.jacobmartella.com\/nuovo\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/demo.jacobmartella.com\/nuovo\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/demo.jacobmartella.com\/nuovo\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/demo.jacobmartella.com\/nuovo\/wp-json\/wp\/v2\/comments?post=1768"}],"version-history":[{"count":0,"href":"https:\/\/demo.jacobmartella.com\/nuovo\/wp-json\/wp\/v2\/pages\/1768\/revisions"}],"wp:attachment":[{"href":"https:\/\/demo.jacobmartella.com\/nuovo\/wp-json\/wp\/v2\/media?parent=1768"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}