{"id":353,"date":"2013-04-03T03:33:32","date_gmt":"2013-04-03T03:33:32","guid":{"rendered":"http:\/\/a1webdesignteam.com\/blog\/?p=353"},"modified":"2013-04-03T03:33:32","modified_gmt":"2013-04-03T03:33:32","slug":"wordpress-page-excerpt","status":"publish","type":"post","link":"https:\/\/a1webdesignteam.com\/blog\/wordpress-page-excerpt\/","title":{"rendered":"WordPress page excerpt"},"content":{"rendered":"<div>\n<p>WordPress out of the box allows you to create excerpts for posts but not pages, to add a excerpt meta field to your pages, all you need is to add the following code to your functions.php file:<\/p>\n<p>{code type=\u201dphp\u201d}<br \/>\nadd_post_type_support(\u2018page\u2019, \u2018excerpt\u2019);<br \/>\n{\/code}<\/p>\n<p>The above code work with WordPress 3.0 and above.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>WordPress out of the box allows you to create excerpts for posts but not pages, to add a excerpt meta field to your pages, all you need is to add the following code to your functions.php file: {code type=\u201dphp\u201d} add_post_type_support(\u2018page\u2019, \u2018excerpt\u2019); {\/code} The above code work with WordPress 3.0 and above.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0},"categories":[7,4],"tags":[],"_links":{"self":[{"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/posts\/353"}],"collection":[{"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/comments?post=353"}],"version-history":[{"count":0,"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/posts\/353\/revisions"}],"wp:attachment":[{"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/media?parent=353"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/categories?post=353"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/a1webdesignteam.com\/blog\/wp-json\/wp\/v2\/tags?post=353"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}