Skip to content

Instantly share code, notes, and snippets.

@kadamwhite
Created December 30, 2015 21:30
Show Gist options
  • Save kadamwhite/01a13ccaef5b86d7f0be to your computer and use it in GitHub Desktop.
Save kadamwhite/01a13ccaef5b86d7f0be to your computer and use it in GitHub Desktop.
[{
"id": 1178,
"date": "2013-01-11T20:22:19",
"date_gmt": "2013-01-12T03:22:19",
"guid": {
"rendered": "http:\/\/wptest.io\/demo\/?p=919"
},
"modified": "2013-01-11T20:22:19",
"modified_gmt": "2013-01-12T03:22:19",
"slug": "markup-html-tags-and-formatting",
"type": "post",
"link": "http:\/\/wpapi.loc\/2013\/01\/markup-html-tags-and-formatting",
"title": {
"rendered": "Markup: HTML Tags and Formatting"
},
"content": {
"rendered": "<h2>Headings<\/h2>\n<h1>Header one<\/h1>\n<h2>Header two<\/h2>\n<h3>Header three<\/h3>\n<h4>Header four<\/h4>\n<h5>Header five<\/h5>\n<h6>Header six<\/h6>\n<h2>Blockquotes<\/h2>\n<p>Single line blockquote:<\/p>\n<blockquote><p>Stay hungry. Stay foolish.<\/p><\/blockquote>\n<p>Multi line blockquote with a cite reference:<\/p>\n<blockquote><p>People think focus means saying yes to the thing you&#8217;ve got to focus on. But that&#8217;s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I&#8217;m actually as proud of the things we haven&#8217;t done as the things I have done. Innovation is saying no to 1,000 things. <\/p><\/blockquote>\n<p><cite>Steve Jobs<\/cite> &#8211; Apple Worldwide Developers&#8217; Conference, 1997<\/p>\n<h2>Tables<\/h2>\n<table>\n<thead>\n<tr>\n<th>Employee<\/th>\n<th>Salary<\/th>\n<th><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th><a href=\"http:\/\/example.org\/\">John Doe<\/a><\/th>\n<td>$1<\/td>\n<td>Because that&#8217;s all Steve Jobs needed for a salary.<\/td>\n<\/tr>\n<tr>\n<th><a href=\"http:\/\/example.org\/\">Jane Doe<\/a><\/th>\n<td>$100K<\/td>\n<td>For all the blogging she does.<\/td>\n<\/tr>\n<tr>\n<th><a href=\"http:\/\/example.org\/\">Fred Bloggs<\/a><\/th>\n<td>$100M<\/td>\n<td>Pictures are worth a thousand words, right? So Jane x 1,000.<\/td>\n<\/tr>\n<tr>\n<th><a href=\"http:\/\/example.org\/\">Jane Bloggs<\/a><\/th>\n<td>$100B<\/td>\n<td>With hair like that?! Enough said&#8230;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Definition Lists<\/h2>\n<dl>\n<dt>Definition List Title<\/dt>\n<dd>Definition list division.<\/dd>\n<dt>Startup<\/dt>\n<dd>A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.<\/dd>\n<dt>#dowork<\/dt>\n<dd>Coined by Rob Dyrdek and his personal body guard Christopher &#8220;Big Black&#8221; Boykins, &#8220;Do Work&#8221; works as a self motivator, to motivating your friends.<\/dd>\n<dt>Do It Live<\/dt>\n<dd>I&#8217;ll let Bill O&#8217;Reilly will <a title=\"We'll Do It Live\" href=\"https:\/\/www.youtube.com\/watch?v=O_HyZ5aW76c\">explain<\/a> this one.<\/dd>\n<\/dl>\n<h2>Unordered Lists (Nested)<\/h2>\n<ul>\n<li>List item one\n<ul>\n<li>List item one\n<ul>\n<li>List item one<\/li>\n<li>List item two<\/li>\n<li>List item three<\/li>\n<li>List item four<\/li>\n<\/ul>\n<\/li>\n<li>List item two<\/li>\n<li>List item three<\/li>\n<li>List item four<\/li>\n<\/ul>\n<\/li>\n<li>List item two<\/li>\n<li>List item three<\/li>\n<li>List item four<\/li>\n<\/ul>\n<h2>Ordered List (Nested)<\/h2>\n<ol>\n<li>List item one\n<ol>\n<li>List item one\n<ol>\n<li>List item one<\/li>\n<li>List item two<\/li>\n<li>List item three<\/li>\n<li>List item four<\/li>\n<\/ol>\n<\/li>\n<li>List item two<\/li>\n<li>List item three<\/li>\n<li>List item four<\/li>\n<\/ol>\n<\/li>\n<li>List item two<\/li>\n<li>List item three<\/li>\n<li>List item four<\/li>\n<\/ol>\n<h2>HTML Tags<\/h2>\n<p>These supported tags come from the WordPress.com code <a title=\"Code\" href=\"http:\/\/en.support.wordpress.com\/code\/\">FAQ<\/a>.<\/p>\n<p><strong>Address Tag<\/strong><\/p>\n<address>1 Infinite Loop<br \/>\nCupertino, CA 95014<br \/>\nUnited States<\/address>\n<p><strong>Anchor Tag (aka. Link)<\/strong><\/p>\n<p>This is an example of a <a title=\"Apple\" href=\"http:\/\/apple.com\">link<\/a>.<\/p>\n<p><strong>Abbreviation Tag<\/strong><\/p>\n<p>The abbreviation <abbr title=\"Seriously\">srsly<\/abbr> stands for &#8220;seriously&#8221;.<\/p>\n<p><strong>Acronym Tag (<em>deprecated in HTML5<\/em>)<\/strong><\/p>\n<p>The acronym <acronym title=\"For The Win\">ftw<\/acronym> stands for &#8220;for the win&#8221;.<\/p>\n<p><strong>Big Tag\u00a0<strong>(<em>deprecated in HTML5<\/em>)<\/strong><\/strong><\/p>\n<p>These tests are a <big>big<\/big> deal, but this tag is no longer supported in HTML5.<\/p>\n<p><strong>Cite Tag<\/strong><\/p>\n<p>&#8220;Code is poetry.&#8221; &#8212;<cite>Automattic<\/cite><\/p>\n<p><strong>Code Tag<\/strong><\/p>\n<p>You will learn later on in these tests that <code>word-wrap: break-word;<\/code> will be your best friend.<\/p>\n<p><strong>Delete Tag<\/strong><\/p>\n<p>This tag will let you <del>strikeout text<\/del>, but this tag is no longer supported in HTML5 (use the <code>&lt;strike&gt;<\/code> instead).<\/p>\n<p><strong>Emphasize Tag<\/strong><\/p>\n<p>The emphasize tag should <em>italicize<\/em> text.<\/p>\n<p><strong>Insert Tag<\/strong><\/p>\n<p>This tag should denote <ins>inserted<\/ins> text.<\/p>\n<p><strong>Keyboard Tag<\/strong><\/p>\n<p>This scarcely known tag emulates <kbd>keyboard text<\/kbd>, which is usually styled like the <code>&lt;code&gt;<\/code> tag.<\/p>\n<p><strong>Preformatted Tag<\/strong><\/p>\n<p>This tag styles large blocks of code.<\/p>\n<pre>.post-title {\n\tmargin: 0 0 5px;\n\tfont-weight: bold;\n\tfont-size: 38px;\n\tline-height: 1.2;\n\tand here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;\n}<\/pre>\n<p><strong>Quote Tag<\/strong><\/p>\n<p><q>Developers, developers, developers&#8230;<\/q> &#8211;Steve Ballmer<\/p>\n<p><strong>Strike Tag\u00a0<strong>(<em>deprecated in HTML5<\/em>)<\/strong><\/strong><\/p>\n<p>This tag shows <span style=\"text-decoration:line-through;\">strike-through text<\/span><\/p>\n<p><strong>Strong Tag<\/strong><\/p>\n<p>This tag shows <strong>bold<strong> text.<\/strong><\/strong><\/p>\n<p><strong>Subscript Tag<\/strong><\/p>\n<p>Getting our science styling on with H<sub>2<\/sub>O, which should push the &#8220;2&#8221; down.<\/p>\n<p><strong>Superscript Tag<\/strong><\/p>\n<p>Still sticking with science and Isaac Newton&#8217;s E = MC<sup>2<\/sup>, which should lift the 2 up.<\/p>\n<p><strong>Teletype Tag\u00a0<strong>(<em>deprecated in HTML5<\/em>)<\/strong><\/strong><\/p>\n<p>This rarely used tag emulates <tt>teletype text<\/tt>, which is usually styled like the <code>&lt;code&gt;<\/code> tag.<\/p>\n<p><strong>Variable Tag<\/strong><\/p>\n<p>This allows you to denote <var>variables<\/var>.<\/p>\n"
},
"excerpt": {
"rendered": "<p>Headings Header one Header two Header three Header four Header five Header six Blockquotes Single line blockquote: Stay hungry. Stay foolish. Multi line blockquote with a cite reference: People think focus means saying yes to the thing you&#8217;ve got to focus on. But that&#8217;s not what it means at all. It means saying no to &hellip; <a href=\"http:\/\/wpapi.loc\/2013\/01\/markup-html-tags-and-formatting\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Markup: HTML Tags and Formatting&#8221;<\/span><\/a><\/p>\n"
},
"author": 2,
"featured_image": 0,
"comment_status": "closed",
"ping_status": "closed",
"sticky": false,
"format": "standard",
"_links": {
"self": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1178"
}],
"collection": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts"
}],
"about": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/types\/post"
}],
"author": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/users\/2"
}],
"replies": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/comments?post=1178"
}],
"version-history": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1178\/revisions"
}],
"https:\/\/api.w.org\/attachment": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/media?parent=1178"
}],
"https:\/\/api.w.org\/term": [{
"taxonomy": "category",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1178\/categories"
}, {
"taxonomy": "post_tag",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1178\/tags"
}, {
"taxonomy": "post_format",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1178\/post_format"
}],
"https:\/\/api.w.org\/meta": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1178\/meta"
}]
}
}, {
"id": 1177,
"date": "2013-01-10T20:15:40",
"date_gmt": "2013-01-11T03:15:40",
"guid": {
"rendered": "http:\/\/wptest.io\/demo\/?p=903"
},
"modified": "2013-01-10T20:15:40",
"modified_gmt": "2013-01-11T03:15:40",
"slug": "markup-image-alignment",
"type": "post",
"link": "http:\/\/wpapi.loc\/2013\/01\/markup-image-alignment",
"title": {
"rendered": "Markup: Image Alignment"
},
"content": {
"rendered": "<p>Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let&#8217;s get started.<\/p>\n<p>On the topic of alignment, it should be noted that users can choose from the options of\u00a0<em>None<\/em>,\u00a0<em>Left<\/em>,\u00a0<em>Right, <\/em>and\u00a0<em>Center<\/em>. In addition, they also get the options of\u00a0<em>Thumbnail<\/em>,\u00a0<em>Medium<\/em>,\u00a0<em>Large<\/em>\u00a0&amp;\u00a0<em>Fullsize<\/em>.<\/p>\n<p style=\"text-align:center;\"><img class=\"size-full wp-image-906 aligncenter\" title=\"Image Alignment 580x300\" alt=\"Image Alignment 580x300\" src=\"http:\/\/wpapi.loc\/content\/uploads\/2013\/03\/image-alignment-580x300-14.jpg\" width=\"580\" height=\"300\" \/><\/p>\n<p>The image above happens to be\u00a0<em><strong>centered<\/strong><\/em>.<\/p>\n<p><strong><img class=\"size-full wp-image-904 alignleft\" title=\"Image Alignment 150x150\" alt=\"Image Alignment 150x150\" src=\"http:\/\/wpapi.loc\/content\/uploads\/2013\/03\/image-alignment-150x150-14.jpg\" width=\"150\" height=\"150\" \/><\/strong>The rest of this paragraph is filler\u00a0for the sake of seeing the text wrap around the 150&#215;150 image, which is <em><strong>left aligned<\/strong><\/em>.\u00a0<strong><\/strong><\/p>\n<p>As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more\u00a0sentence\u00a0here, we&#8217;ll see that the text moves from the right of the image down below the image in\u00a0seamless\u00a0transition. Again, letting the do it&#8217;s thang.\u00a0Mission accomplished!<\/p>\n<p>And now for a <em><strong>massively large image<\/strong><\/em>. It also has <em><strong>no alignment<\/strong><\/em>.<\/p>\n<p><img class=\"alignnone wp-image-907\" title=\"Image Alignment 1200x400\" alt=\"Image Alignment 1200x400\" src=\"http:\/\/wpapi.loc\/content\/uploads\/2013\/03\/image-alignment-1200x4002-14.jpg\" width=\"1200\" height=\"400\" \/><\/p>\n<p>The image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.<\/p>\n<p><img class=\"size-full wp-image-905 alignright\" title=\"Image Alignment 300x200\" alt=\"Image Alignment 300x200\" src=\"http:\/\/wpapi.loc\/content\/uploads\/2013\/03\/image-alignment-300x200-14.jpg\" width=\"300\" height=\"200\" \/><\/p>\n<p>And now we&#8217;re going to shift things to the <em><strong>right align<\/strong><\/em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there&#8230; Hey guy! Way to rock that right side. I don&#8217;t care what the left aligned image says, you look great. Don&#8217;t let anyone else tell you differently.<\/p>\n<p>In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty.\u00a0Yeah&#8230; Just like that. It never felt so good to be right.<\/p>\n<p>And just when you thought we were done, we&#8217;re going to do them all over again with captions!<\/p>\n<figure id=\"attachment_906\" style=\"width: 580px\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-906 \" title=\"Image Alignment 580x300\" alt=\"Image Alignment 580x300\" src=\"http:\/\/wpapi.loc\/content\/uploads\/2013\/03\/image-alignment-580x300-14.jpg\" width=\"580\" height=\"300\" \/><figcaption class=\"wp-caption-text\">Look at 580&#215;300 getting some <a title=\"Image Settings\" href=\"http:\/\/en.support.wordpress.com\/images\/image-settings\/\">caption<\/a> love.<\/figcaption><\/figure>\n<p>The image above happens to be\u00a0<em><strong>centered<\/strong><\/em>. The caption also has a link in it, just to see if it does anything funky.<\/p>\n<figure id=\"attachment_904\" style=\"width: 150px\" class=\"wp-caption alignleft\"><img class=\"size-full wp-image-904 \" title=\"Image Alignment 150x150\" alt=\"Image Alignment 150x150\" src=\"http:\/\/wpapi.loc\/content\/uploads\/2013\/03\/image-alignment-150x150-14.jpg\" width=\"150\" height=\"150\" \/><figcaption class=\"wp-caption-text\">Itty-bitty caption.<\/figcaption><\/figure>\n<p><strong><\/strong>The rest of this paragraph is filler\u00a0for the sake of seeing the text wrap around the 150&#215;150 image, which is <em><strong>left aligned<\/strong><\/em>.\u00a0<strong><\/strong><\/p>\n<p>As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more\u00a0sentence\u00a0here, we&#8217;ll see that the text moves from the right of the image down below the image in\u00a0seamless\u00a0transition. Again, letting the do it&#8217;s thang. Mission accomplished!<\/p>\n<p>And now for a <em><strong>massively large image<\/strong><\/em>. It also has <em><strong>no alignment<\/strong><\/em>.<\/p>\n<figure id=\"attachment_907\" style=\"width: 1200px\" class=\"wp-caption alignnone\"><img class=\" wp-image-907\" title=\"Image Alignment 1200x400\" alt=\"Image Alignment 1200x400\" src=\"http:\/\/wpapi.loc\/content\/uploads\/2013\/03\/image-alignment-1200x4002-14.jpg\" width=\"1200\" height=\"400\" \/><figcaption class=\"wp-caption-text\">Massive image comment for your eyeballs.<\/figcaption><\/figure>\n<p>The image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.<\/p>\n<figure id=\"attachment_905\" style=\"width: 300px\" class=\"wp-caption alignright\"><img class=\"size-full wp-image-905 \" title=\"Image Alignment 300x200\" alt=\"Image Alignment 300x200\" src=\"http:\/\/wpapi.loc\/content\/uploads\/2013\/03\/image-alignment-300x200-14.jpg\" width=\"300\" height=\"200\" \/><figcaption class=\"wp-caption-text\">Feels good to be right all the time.<\/figcaption><\/figure>\n<p>And now we&#8217;re going to shift things to the <em><strong>right align<\/strong><\/em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there&#8230; Hey guy! Way to rock that right side. I don&#8217;t care what the left aligned image says, you look great. Don&#8217;t let anyone else tell you differently.<\/p>\n<p>In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah&#8230; Just like that. It never felt so good to be right.<\/p>\n<p>And that&#8217;s a wrap, yo! You survived the\u00a0tumultuous\u00a0waters of alignment. Image alignment achievement unlocked!<\/p>\n"
},
"excerpt": {
"rendered": "<p>Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let&#8217;s get started. On the topic of alignment, it should be noted that users can choose from the options of\u00a0None,\u00a0Left,\u00a0Right, and\u00a0Center. In &hellip; <a href=\"http:\/\/wpapi.loc\/2013\/01\/markup-image-alignment\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Markup: Image Alignment&#8221;<\/span><\/a><\/p>\n"
},
"author": 2,
"featured_image": 1023,
"comment_status": "closed",
"ping_status": "closed",
"sticky": false,
"format": "standard",
"_links": {
"self": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1177"
}],
"collection": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts"
}],
"about": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/types\/post"
}],
"author": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/users\/2"
}],
"replies": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/comments?post=1177"
}],
"version-history": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1177\/revisions"
}],
"https:\/\/api.w.org\/featuredmedia": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/media\/1023"
}],
"https:\/\/api.w.org\/attachment": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/media?parent=1177"
}],
"https:\/\/api.w.org\/term": [{
"taxonomy": "category",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1177\/categories"
}, {
"taxonomy": "post_tag",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1177\/tags"
}, {
"taxonomy": "post_format",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1177\/post_format"
}],
"https:\/\/api.w.org\/meta": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1177\/meta"
}]
}
}, {
"id": 1176,
"date": "2013-01-09T09:00:39",
"date_gmt": "2013-01-09T16:00:39",
"guid": {
"rendered": "http:\/\/wptest.io\/demo\/?p=895"
},
"modified": "2013-01-09T09:00:39",
"modified_gmt": "2013-01-09T16:00:39",
"slug": "markup-text-alignment",
"type": "post",
"link": "http:\/\/wpapi.loc\/2013\/01\/markup-text-alignment",
"title": {
"rendered": "Markup: Text Alignment"
},
"content": {
"rendered": "<h3>Default<\/h3>\n<p>This is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just freaking is. It likes where it is. It does not feel compelled to pick a side. Leave him be. It will just be better that way. Trust me.<\/p>\n<h3>Left Align<\/h3>\n<p style=\"text-align:left;\">This is a paragraph. It is left aligned. Because of this, it is a bit more liberal in it&#8217;s views. It&#8217;s favorite color is green. Left align tends to be more eco-friendly, but it provides no concrete evidence that it really is. Even though it likes share the wealth evenly, it leaves the equal distribution up to justified alignment.<\/p>\n<h3>Center Align<\/h3>\n<p style=\"text-align:center;\">This is a paragraph. It is center aligned. Center is, but nature, a fence sitter. A flip flopper. It has a difficult time making up its mind. It wants to pick a side. Really, it does. It has the best intentions, but it tends to complicate matters more than help. The best you can do is try to win it over and hope for the best. I hear center align does take bribes.<\/p>\n<h3>Right Align<\/h3>\n<p style=\"text-align:right;\">This is a paragraph. It is right aligned. It is a bit more conservative in it&#8217;s views. It&#8217;s prefers to not be told what to do or how to do it. Right align totally owns a slew of guns and loves to head to the range for some practice. Which is cool and all. I mean, it&#8217;s a pretty good shot from at least four or five football fields away. Dead on. So boss.<\/p>\n<h3>Justify Align<\/h3>\n<p style=\"text-align:justify;\">This is a paragraph. It is justify aligned. It gets really mad when people associate it with Justin Timberlake. Typically, justified is pretty straight laced. It likes everything to be in it&#8217;s place and not all cattywampus\u00a0like the rest of the aligns. I am not saying that makes it better than the rest of the aligns, but it does tend to put off more of an\u00a0elitist\u00a0attitude.<\/p>\n"
},
"excerpt": {
"rendered": "<p>Default This is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just freaking is. It likes where &hellip; <a href=\"http:\/\/wpapi.loc\/2013\/01\/markup-text-alignment\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Markup: Text Alignment&#8221;<\/span><\/a><\/p>\n"
},
"author": 2,
"featured_image": 0,
"comment_status": "closed",
"ping_status": "closed",
"sticky": false,
"format": "standard",
"_links": {
"self": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1176"
}],
"collection": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts"
}],
"about": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/types\/post"
}],
"author": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/users\/2"
}],
"replies": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/comments?post=1176"
}],
"version-history": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1176\/revisions"
}],
"https:\/\/api.w.org\/attachment": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/media?parent=1176"
}],
"https:\/\/api.w.org\/term": [{
"taxonomy": "category",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1176\/categories"
}, {
"taxonomy": "post_tag",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1176\/tags"
}, {
"taxonomy": "post_format",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1176\/post_format"
}],
"https:\/\/api.w.org\/meta": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1176\/meta"
}]
}
}, {
"id": 1174,
"date": "2013-01-05T11:00:20",
"date_gmt": "2013-01-05T18:00:20",
"guid": {
"rendered": "http:\/\/wptest.io\/demo\/?p=867"
},
"modified": "2013-01-05T11:00:20",
"modified_gmt": "2013-01-05T18:00:20",
"slug": "title-with-special-characters",
"type": "post",
"link": "http:\/\/wpapi.loc\/2013\/01\/title-with-special-characters",
"title": {
"rendered": "Markup: Title With Special Characters"
},
"content": {
"rendered": "<p>Putting special characters in the title should have no adverse effect on the layout or functionality.<\/p>\n<p>Special characters in the post title have been known to cause issues with JavaScript when it is minified, especially in the admin when editing the post itself (ie. issues with metaboxes, media upload, etc.).<\/p>\n<h2>Latin Character Tests<\/h2>\n<p>This is a test to see if the fonts used in this theme support basic Latin characters.<\/p>\n<table>\n<tbody>\n<tr>\n<td>!<\/td>\n<td>&#8220;<\/td>\n<td>#<\/td>\n<td>$<\/td>\n<td>%<\/td>\n<td>&amp;<\/td>\n<td>&#8216;<\/td>\n<td>(<\/td>\n<td>)<\/td>\n<td>*<\/td>\n<\/tr>\n<tr>\n<td>+<\/td>\n<td>,<\/td>\n<td>&#8211;<\/td>\n<td>.<\/td>\n<td>\/<\/td>\n<td>0<\/td>\n<td>1<\/td>\n<td>2<\/td>\n<td>3<\/td>\n<td>4<\/td>\n<\/tr>\n<tr>\n<td>5<\/td>\n<td>6<\/td>\n<td>7<\/td>\n<td>8<\/td>\n<td>9<\/td>\n<td>:<\/td>\n<td>;<\/td>\n<td>&gt;<\/td>\n<td>=<\/td>\n<td>&lt;<\/td>\n<\/tr>\n<tr>\n<td>?<\/td>\n<td>@<\/td>\n<td>A<\/td>\n<td>B<\/td>\n<td>C<\/td>\n<td>D<\/td>\n<td>E<\/td>\n<td>F<\/td>\n<td>G<\/td>\n<td>H<\/td>\n<\/tr>\n<tr>\n<td>I<\/td>\n<td>J<\/td>\n<td>K<\/td>\n<td>L<\/td>\n<td>M<\/td>\n<td>N<\/td>\n<td>O<\/td>\n<td>P<\/td>\n<td>Q<\/td>\n<td>R<\/td>\n<\/tr>\n<tr>\n<td>S<\/td>\n<td>T<\/td>\n<td>U<\/td>\n<td>V<\/td>\n<td>W<\/td>\n<td>X<\/td>\n<td>Y<\/td>\n<td>Z<\/td>\n<td>[<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>]<\/td>\n<td>^<\/td>\n<td>_<\/td>\n<td>`<\/td>\n<td>a<\/td>\n<td>b<\/td>\n<td>c<\/td>\n<td>d<\/td>\n<td>e<\/td>\n<td>f<\/td>\n<\/tr>\n<tr>\n<td>g<\/td>\n<td>h<\/td>\n<td>i<\/td>\n<td>j<\/td>\n<td>k<\/td>\n<td>l<\/td>\n<td>m<\/td>\n<td>n<\/td>\n<td>o<\/td>\n<td>p<\/td>\n<\/tr>\n<tr>\n<td>q<\/td>\n<td>r<\/td>\n<td>s<\/td>\n<td>t<\/td>\n<td>u<\/td>\n<td>v<\/td>\n<td>w<\/td>\n<td>x<\/td>\n<td>y<\/td>\n<td>z<\/td>\n<\/tr>\n<tr>\n<td>{<\/td>\n<td>|<\/td>\n<td>}<\/td>\n<td>~<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n"
},
"excerpt": {
"rendered": "<p>Putting special characters in the title should have no adverse effect on the layout or functionality. Special characters in the post title have been known to cause issues with JavaScript when it is minified, especially in the admin when editing the post itself (ie. issues with metaboxes, media upload, etc.). Latin Character Tests This is &hellip; <a href=\"http:\/\/wpapi.loc\/2013\/01\/title-with-special-characters\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Markup: Title With Special Characters&#8221;<\/span><\/a><\/p>\n"
},
"author": 2,
"featured_image": 0,
"comment_status": "closed",
"ping_status": "closed",
"sticky": false,
"format": "standard",
"_links": {
"self": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1174"
}],
"collection": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts"
}],
"about": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/types\/post"
}],
"author": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/users\/2"
}],
"replies": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/comments?post=1174"
}],
"version-history": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1174\/revisions"
}],
"https:\/\/api.w.org\/attachment": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/media?parent=1174"
}],
"https:\/\/api.w.org\/term": [{
"taxonomy": "category",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1174\/categories"
}, {
"taxonomy": "post_tag",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1174\/tags"
}, {
"taxonomy": "post_format",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1174\/post_format"
}],
"https:\/\/api.w.org\/meta": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1174\/meta"
}]
}
}, {
"id": 1173,
"date": "2013-01-05T10:00:49",
"date_gmt": "2013-01-05T17:00:49",
"guid": {
"rendered": "http:\/\/wptest.io\/demo\/?p=861"
},
"modified": "2013-01-05T10:00:49",
"modified_gmt": "2013-01-05T17:00:49",
"slug": "markup-title-with-markup",
"type": "post",
"link": "http:\/\/wpapi.loc\/2013\/01\/markup-title-with-markup",
"title": {
"rendered": "Markup: Title With Markup"
},
"content": {
"rendered": "<p>Verify that:<\/p>\n<ul>\n<li><span style=\"line-height:1.714285714;font-size:1rem;\">The post title renders the word &#8220;with&#8221; in <\/span><em style=\"line-height:1.714285714;font-size:1rem;\">italics<\/em><span style=\"line-height:1.714285714;font-size:1rem;\"> and the word &#8220;markup&#8221; in <\/span><strong style=\"line-height:1.714285714;font-size:1rem;\">bold<\/strong><span style=\"line-height:1.714285714;font-size:1rem;\">.<\/span><\/li>\n<li><span style=\"line-height:1.714285714;font-size:1rem;\">The post title markup should be removed from the browser window \/ tab.<\/span><\/li>\n<\/ul>\n"
},
"excerpt": {
"rendered": "<p>Verify that: The post title renders the word &#8220;with&#8221; in italics and the word &#8220;markup&#8221; in bold. The post title markup should be removed from the browser window \/ tab.<\/p>\n"
},
"author": 2,
"featured_image": 0,
"comment_status": "closed",
"ping_status": "closed",
"sticky": false,
"format": "standard",
"_links": {
"self": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1173"
}],
"collection": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts"
}],
"about": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/types\/post"
}],
"author": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/users\/2"
}],
"replies": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/comments?post=1173"
}],
"version-history": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1173\/revisions"
}],
"https:\/\/api.w.org\/attachment": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/media?parent=1173"
}],
"https:\/\/api.w.org\/term": [{
"taxonomy": "category",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1173\/categories"
}, {
"taxonomy": "post_tag",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1173\/tags"
}, {
"taxonomy": "post_format",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1173\/post_format"
}],
"https:\/\/api.w.org\/meta": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1173\/meta"
}]
}
}, {
"id": 1016,
"date": "2012-03-15T15:36:32",
"date_gmt": "2012-03-15T22:36:32",
"guid": {
"rendered": "http:\/\/wptest.io\/demo\/?p=1016"
},
"modified": "2012-03-15T15:36:32",
"modified_gmt": "2012-03-15T22:36:32",
"slug": "template-featured-image-vertical",
"type": "post",
"link": "http:\/\/wpapi.loc\/2012\/03\/template-featured-image-vertical",
"title": {
"rendered": "Template: Featured Image (Vertical)"
},
"content": {
"rendered": "<p>This post should display a\u00a0<a title=\"Featured Images\" href=\"http:\/\/en.support.wordpress.com\/featured-images\/#setting-a-featured-image\" target=\"_blank\">featured image<\/a>, if the theme\u00a0<a title=\"Post Thumbnails\" href=\"http:\/\/codex.wordpress.org\/Post_Thumbnails\" target=\"_blank\">supports it<\/a>.<\/p>\n<p>Non-square images can provide some unique styling issues.<\/p>\n<p>This post tests a vertical featured image.<\/p>\n"
},
"excerpt": {
"rendered": "<p>This post should display a\u00a0featured image, if the theme\u00a0supports it. Non-square images can provide some unique styling issues. This post tests a vertical featured image.<\/p>\n"
},
"author": 2,
"featured_image": 1027,
"comment_status": "closed",
"ping_status": "closed",
"sticky": false,
"format": "standard",
"_links": {
"self": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1016"
}],
"collection": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts"
}],
"about": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/types\/post"
}],
"author": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/users\/2"
}],
"replies": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/comments?post=1016"
}],
"version-history": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1016\/revisions"
}],
"https:\/\/api.w.org\/featuredmedia": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/media\/1027"
}],
"https:\/\/api.w.org\/attachment": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/media?parent=1016"
}],
"https:\/\/api.w.org\/term": [{
"taxonomy": "category",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1016\/categories"
}, {
"taxonomy": "post_tag",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1016\/tags"
}, {
"taxonomy": "post_format",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1016\/post_format"
}],
"https:\/\/api.w.org\/meta": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1016\/meta"
}]
}
}, {
"id": 1011,
"date": "2012-03-15T15:15:12",
"date_gmt": "2012-03-15T22:15:12",
"guid": {
"rendered": "http:\/\/wptest.io\/demo\/?p=1011"
},
"modified": "2012-03-15T15:15:12",
"modified_gmt": "2012-03-15T22:15:12",
"slug": "template-featured-image-horizontal",
"type": "post",
"link": "http:\/\/wpapi.loc\/2012\/03\/template-featured-image-horizontal",
"title": {
"rendered": "Template: Featured Image (Horizontal)"
},
"content": {
"rendered": "<p>This post should display a <a title=\"Featured Images\" href=\"http:\/\/en.support.wordpress.com\/featured-images\/#setting-a-featured-image\" target=\"_blank\">featured image<\/a>, if the theme <a title=\"Post Thumbnails\" href=\"http:\/\/codex.wordpress.org\/Post_Thumbnails\" target=\"_blank\">supports it<\/a>.<\/p>\n<p>Non-square images can provide some unique styling issues.<\/p>\n<p>This post tests a horizontal featured image.<\/p>\n"
},
"excerpt": {
"rendered": "<p>This post should display a featured image, if the theme supports it. Non-square images can provide some unique styling issues. This post tests a horizontal featured image.<\/p>\n"
},
"author": 2,
"featured_image": 1022,
"comment_status": "closed",
"ping_status": "closed",
"sticky": false,
"format": "standard",
"_links": {
"self": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1011"
}],
"collection": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts"
}],
"about": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/types\/post"
}],
"author": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/users\/2"
}],
"replies": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/comments?post=1011"
}],
"version-history": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1011\/revisions"
}],
"https:\/\/api.w.org\/featuredmedia": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/media\/1022"
}],
"https:\/\/api.w.org\/attachment": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/media?parent=1011"
}],
"https:\/\/api.w.org\/term": [{
"taxonomy": "category",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1011\/categories"
}, {
"taxonomy": "post_tag",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1011\/tags"
}, {
"taxonomy": "post_format",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1011\/post_format"
}],
"https:\/\/api.w.org\/meta": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1011\/meta"
}]
}
}, {
"id": 996,
"date": "2012-03-15T14:41:11",
"date_gmt": "2012-03-15T21:41:11",
"guid": {
"rendered": "http:\/\/wptest.io\/demo\/?p=996"
},
"modified": "2012-03-15T14:41:11",
"modified_gmt": "2012-03-15T21:41:11",
"slug": "template-more-tag",
"type": "post",
"link": "http:\/\/wpapi.loc\/2012\/03\/template-more-tag",
"title": {
"rendered": "Template: More Tag"
},
"content": {
"rendered": "<p>This content is before the <a title=\"The More Tag\" href=\"http:\/\/en.support.wordpress.com\/splitting-content\/more-tag\/\" target=\"_blank\">more tag<\/a>.<\/p>\n<p>Right after this\u00a0sentence\u00a0should be a &#8220;continue reading&#8221; button of some sort.<\/p>\n<p><!--more--><\/p>\n<p>And this content is after the more tag.<\/p>\n"
},
"excerpt": {
"rendered": "<p>This content is before the more tag. Right after this\u00a0sentence\u00a0should be a &#8220;continue reading&#8221; button of some sort.<\/p>\n"
},
"author": 2,
"featured_image": 0,
"comment_status": "closed",
"ping_status": "closed",
"sticky": false,
"format": "standard",
"_links": {
"self": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/996"
}],
"collection": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts"
}],
"about": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/types\/post"
}],
"author": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/users\/2"
}],
"replies": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/comments?post=996"
}],
"version-history": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/996\/revisions"
}],
"https:\/\/api.w.org\/attachment": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/media?parent=996"
}],
"https:\/\/api.w.org\/term": [{
"taxonomy": "category",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/996\/categories"
}, {
"taxonomy": "post_tag",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/996\/tags"
}, {
"taxonomy": "post_format",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/996\/post_format"
}],
"https:\/\/api.w.org\/meta": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/996\/meta"
}]
}
}, {
"id": 993,
"date": "2012-03-15T14:38:08",
"date_gmt": "2012-03-15T21:38:08",
"guid": {
"rendered": "http:\/\/wptest.io\/demo\/?p=993"
},
"modified": "2012-03-15T14:38:08",
"modified_gmt": "2012-03-15T21:38:08",
"slug": "template-excerpt-defined",
"type": "post",
"link": "http:\/\/wpapi.loc\/2012\/03\/template-excerpt-defined",
"title": {
"rendered": "Template: Excerpt (Defined)"
},
"content": {
"rendered": "<p>This is the post content. It should be displayed in place of the user-defined excerpt in single-page views.<\/p>\n"
},
"excerpt": {
"rendered": "<p>This is a user-defined post excerpt. It should be displayed in place of the post content in archive-index pages.<\/p>\n"
},
"author": 2,
"featured_image": 0,
"comment_status": "closed",
"ping_status": "closed",
"sticky": false,
"format": "standard",
"_links": {
"self": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/993"
}],
"collection": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts"
}],
"about": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/types\/post"
}],
"author": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/users\/2"
}],
"replies": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/comments?post=993"
}],
"version-history": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/993\/revisions"
}],
"https:\/\/api.w.org\/attachment": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/media?parent=993"
}],
"https:\/\/api.w.org\/term": [{
"taxonomy": "category",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/993\/categories"
}, {
"taxonomy": "post_tag",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/993\/tags"
}, {
"taxonomy": "post_format",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/993\/post_format"
}],
"https:\/\/api.w.org\/meta": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/993\/meta"
}]
}
}, {
"id": 1446,
"date": "2012-03-14T09:49:22",
"date_gmt": "2012-03-14T16:49:22",
"guid": {
"rendered": "http:\/\/wpthemetestdata.wordpress.com\/?p=1446"
},
"modified": "2012-03-14T09:49:22",
"modified_gmt": "2012-03-14T16:49:22",
"slug": "template-excerpt-generated",
"type": "post",
"link": "http:\/\/wpapi.loc\/2012\/03\/template-excerpt-generated",
"title": {
"rendered": "Template: Excerpt (Generated)"
},
"content": {
"rendered": "<p>This is the post content. It should be displayed in place of the auto-generated excerpt in single-page views. Archive-index pages should display an auto-generated excerpt of this content. Depending on Theme-defined filters, the length of the auto-generated excerpt will vary from Theme-to-Theme. The default length for auto-generated excerpts is 55 words, so to test the excerpt auto-generation, this post must have more than 55 words.<\/p>\n<p>Be sure to test the formatting of the auto-generated excerpt, to ensure that it doesn&#8217;t create any layout problems. Also, ensure that any filters applied to the excerpt, such as &lt;code&gt;excerpt_length&lt;\/code&gt; and &lt;code&gt;excerpt_more&lt;\/code&gt;, display properly.<\/p>\n"
},
"excerpt": {
"rendered": "<p>This is the post content. It should be displayed in place of the auto-generated excerpt in single-page views. Archive-index pages should display an auto-generated excerpt of this content. Depending on Theme-defined filters, the length of the auto-generated excerpt will vary from Theme-to-Theme. The default length for auto-generated excerpts is 55 words, so to test the &hellip; <a href=\"http:\/\/wpapi.loc\/2012\/03\/template-excerpt-generated\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Template: Excerpt (Generated)&#8221;<\/span><\/a><\/p>\n"
},
"author": 2,
"featured_image": 0,
"comment_status": "closed",
"ping_status": "closed",
"sticky": false,
"format": "standard",
"_links": {
"self": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1446"
}],
"collection": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts"
}],
"about": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/types\/post"
}],
"author": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/users\/2"
}],
"replies": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/comments?post=1446"
}],
"version-history": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1446\/revisions"
}],
"https:\/\/api.w.org\/attachment": [{
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/media?parent=1446"
}],
"https:\/\/api.w.org\/term": [{
"taxonomy": "category",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1446\/categories"
}, {
"taxonomy": "post_tag",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1446\/tags"
}, {
"taxonomy": "post_format",
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1446\/post_format"
}],
"https:\/\/api.w.org\/meta": [{
"embeddable": true,
"href": "http:\/\/wpapi.loc\/wp-json\/wp\/v2\/posts\/1446\/meta"
}]
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment