{"id":123,"date":"2013-03-18T19:23:33","date_gmt":"2013-03-18T19:23:33","guid":{"rendered":"http:\/\/www.webninjataylor.com\/library\/?p=123"},"modified":"2014-06-24T21:48:10","modified_gmt":"2014-06-24T21:48:10","slug":"wordpress-theme-basics","status":"publish","type":"post","link":"https:\/\/webninjataylor.com\/library\/wordpress-theme-basics\/","title":{"rendered":"WordPress Theme Basics"},"content":{"rendered":"<ul>\n<li>Installing online (via admin interface browsing to a zip file) is the same as uploading the unzipped theme directly<\/li>\n<li>Theme files can be edited directly within the admin interface<\/li>\n<li><strong>style.css<\/strong> holds all the meta info the site needs<\/li>\n<li><strong>functions.php<\/strong> is the heart of the theme<\/li>\n<li>Link to theme images using PHP to keep everything relative for theme sharing &#8230;\n<pre>&lt;img src=\"&lt;?php bloginfo('template_url'); ?&gt;\/images\/image.jpg\"&gt;\r\n... or\u00a0&lt;?php echo get_template_directory_uri(); ?&gt;\r\n... images\/image.jpg for CSS URL references<\/pre>\n<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Installing online (via admin interface browsing to a zip file) is the same as uploading the unzipped theme directly Theme files can be edited directly within the admin interface style.css holds all the meta info the site needs functions.php is the heart of the theme Link to theme images using PHP to keep everything relative [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[144],"tags":[5],"class_list":["post-123","post","type-post","status-publish","format-standard","hentry","category-web-shots","tag-wordpress"],"_links":{"self":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/123","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/comments?post=123"}],"version-history":[{"count":8,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/123\/revisions"}],"predecessor-version":[{"id":3397,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/123\/revisions\/3397"}],"wp:attachment":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/media?parent=123"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/categories?post=123"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/tags?post=123"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}