Advertisement
Guest User

Untitled

a guest
Feb 18th, 2016
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.77 KB | None | 0 0
  1.  
  2. WP_Query Object
  3. (
  4. [query] => Array
  5. (
  6. [s] => test
  7. )
  8.  
  9. [query_vars] => Array
  10. (
  11. [s] => test
  12. [error] =>
  13. [m] =>
  14. [p] => 0
  15. [post_parent] =>
  16. [subpost] =>
  17. [subpost_id] =>
  18. [attachment] =>
  19. [attachment_id] => 0
  20. [name] =>
  21. [static] =>
  22. [pagename] =>
  23. [page_id] => 0
  24. [second] =>
  25. [minute] =>
  26. [hour] =>
  27. [day] => 0
  28. [monthnum] => 0
  29. [year] => 0
  30. [w] => 0
  31. [category_name] =>
  32. [tag] =>
  33. [cat] =>
  34. [tag_id] =>
  35. [author] =>
  36. [author_name] =>
  37. [feed] =>
  38. [tb] =>
  39. [paged] => 0
  40. [comments_popup] =>
  41. [meta_key] =>
  42. [meta_value] =>
  43. [preview] =>
  44. [sentence] =>
  45. [fields] =>
  46. [menu_order] =>
  47. [category__in] => Array
  48. (
  49. )
  50.  
  51. [category__not_in] => Array
  52. (
  53. )
  54.  
  55. [category__and] => Array
  56. (
  57. )
  58.  
  59. [post__in] => Array
  60. (
  61. )
  62.  
  63. [post__not_in] => Array
  64. (
  65. )
  66.  
  67. [tag__in] => Array
  68. (
  69. )
  70.  
  71. [tag__not_in] => Array
  72. (
  73. )
  74.  
  75. [tag__and] => Array
  76. (
  77. )
  78.  
  79. [tag_slug__in] => Array
  80. (
  81. )
  82.  
  83. [tag_slug__and] => Array
  84. (
  85. )
  86.  
  87. [post_parent__in] => Array
  88. (
  89. )
  90.  
  91. [post_parent__not_in] => Array
  92. (
  93. )
  94.  
  95. [author__in] => Array
  96. (
  97. )
  98.  
  99. [author__not_in] => Array
  100. (
  101. )
  102.  
  103. [ignore_sticky_posts] =>
  104. [suppress_filters] =>
  105. [cache_results] => 1
  106. [update_post_term_cache] => 1
  107. [update_post_meta_cache] => 1
  108. [post_type] => any
  109. [posts_per_page] => 10
  110. [nopaging] =>
  111. [comments_per_page] => 50
  112. [no_found_rows] =>
  113. [search_terms_count] => 1
  114. [search_terms] => Array
  115. (
  116. [0] => test
  117. )
  118.  
  119. [search_orderby_title] => Array
  120. (
  121. [0] => wp_posts.post_title LIKE '%test%'
  122. )
  123.  
  124. [order] => DESC
  125. )
  126.  
  127. [tax_query] => WP_Tax_Query Object
  128. (
  129. [queries] => Array
  130. (
  131. )
  132.  
  133. [relation] => AND
  134. [table_aliases:protected] => Array
  135. (
  136. )
  137.  
  138. [queried_terms] => Array
  139. (
  140. )
  141.  
  142. [primary_table] => wp_posts
  143. [primary_id_column] => ID
  144. )
  145.  
  146. [meta_query] => WP_Meta_Query Object
  147. (
  148. [queries] => Array
  149. (
  150. )
  151.  
  152. [relation] =>
  153. [meta_table] =>
  154. [meta_id_column] =>
  155. [primary_table] =>
  156. [primary_id_column] =>
  157. [table_aliases:protected] => Array
  158. (
  159. )
  160.  
  161. [clauses:protected] => Array
  162. (
  163. )
  164.  
  165. [has_or_relation:protected] =>
  166. )
  167.  
  168. [date_query] =>
  169. [request] => SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND (((wp_posts.post_title LIKE '%test%') OR (wp_posts.post_content LIKE '%test%'))) AND wp_posts.post_type IN ('post', 'page', 'attachment') AND (wp_posts.post_status = 'publish' OR wp_posts.post_author = 1 AND wp_posts.post_status = 'private') ORDER BY wp_posts.post_title LIKE '%test%' DESC, wp_posts.post_date DESC LIMIT 0, 10
  170. [posts] => Array
  171. (
  172. [0] => WP_Post Object
  173. (
  174. [ID] => 6
  175. [post_author] => 1
  176. [post_date] => 2010-07-25 19:40:01
  177. [post_date_gmt] => 2010-07-26 02:40:01
  178. [post_content] => This site is using the standard WordPress Theme Unit Test Data for content. The Theme Unit Test is a series of posts and pages that match up with a checklist on the WordPress codex. You can use the data and checklist together to test your theme.
  179.  
  180. <h2>WordPress Theme Development Resources</h2>
  181.  
  182. <ol>
  183. <li>See <a href="http://codex.wordpress.org/Theme_Development">Theme Development</a> for <a href="http://codex.wordpress.org/Theme_Development#Code_Standards">code standards</a>, examples of best practices, and <a href="http://codex.wordpress.org/Theme_Development#Resources_and_References">resources for Theme development</a>.</li>
  184. <li>See <a href="http://codex.wordpress.org/Theme_Unit_Test">Theme Unit Test</a> for a robust test suite for your Theme and get the latest version of the test data you see here.</li>
  185. <li>See <a href="http://codex.wordpress.org/Theme_Review">Theme Review</a> for a guide to submitting your Theme to the <a href="http://wordpress.org/extend/themes/">Themes Directory</a>.</li>
  186. </ol>
  187. [post_title] => About The Tests
  188. [post_excerpt] =>
  189. [post_status] => publish
  190. [comment_status] => closed
  191. [ping_status] => closed
  192. [post_password] =>
  193. [post_name] => about
  194. [to_ping] =>
  195. [pinged] =>
  196. [post_modified] => 2010-07-25 19:40:01
  197. [post_modified_gmt] => 2010-07-26 02:40:01
  198. [post_content_filtered] =>
  199. [post_parent] => 0
  200. [guid] => http://wpthemetestdata.wordpress.com/about/
  201. [menu_order] => 1
  202. [post_type] => page
  203. [post_mime_type] =>
  204. [comment_count] => 0
  205. [filter] => raw
  206. )
  207.  
  208. [1] => WP_Post Object
  209. (
  210. [ID] => 1134
  211. [post_author] => 1
  212. [post_date] => 2013-03-15 18:20:05
  213. [post_date_gmt] => 2013-03-15 23:20:05
  214. [post_content] => <strong>Headings</strong>
  215. <h1>Header one</h1>
  216. <h2>Header two</h2>
  217. <h3>Header three</h3>
  218. <h4>Header four</h4>
  219. <h5>Header five</h5>
  220. <h6>Header six</h6>
  221. <h2>Blockquotes</h2>
  222. Single line blockquote:
  223. <blockquote>Stay hungry. Stay foolish.</blockquote>
  224. Multi line blockquote with a cite reference:
  225. <blockquote>People think focus means saying yes to the thing you've got to focus on. But that'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'm actually as proud of the things we haven't done as the things I have done. Innovation is saying no to 1,000 things. <cite>Steve Jobs - Apple Worldwide Developers' Conference, 1997</cite></blockquote>
  226. <h2>Tables</h2>
  227. <table>
  228. <tbody>
  229. <tr>
  230. <th>Employee</th>
  231. <th class="views">Salary</th>
  232. <th></th>
  233. </tr>
  234. <tr class="odd">
  235. <td><a href="http://example.com/">Jane</a></td>
  236. <td>$1</td>
  237. <td>Because that's all Steve Job' needed for a salary.</td>
  238. </tr>
  239. <tr class="even">
  240. <td><a href="http://example.com">John</a></td>
  241. <td>$100K</td>
  242. <td>For all the blogging he does.</td>
  243. </tr>
  244. <tr class="odd">
  245. <td><a href="http://example.com/">Jane</a></td>
  246. <td>$100M</td>
  247. <td>Pictures are worth a thousand words, right? So Tom x 1,000.</td>
  248. </tr>
  249. <tr class="even">
  250. <td><a href="http://example.com/">Jane</a></td>
  251. <td>$100B</td>
  252. <td>With hair like that?! Enough said...</td>
  253. </tr>
  254. </tbody>
  255. </table>
  256. <h2>Definition Lists</h2>
  257. <dl><dt>Definition List Title</dt><dd>Definition list division.</dd><dt>Startup</dt><dd>A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.</dd><dt>#dowork</dt><dd>Coined by Rob Dyrdek and his personal body guard Christopher "Big Black" Boykins, "Do Work" works as a self motivator, to motivating your friends.</dd><dt>Do It Live</dt><dd>I'll let Bill O'Reilly will <a title="We'll Do It Live" href="https://www.youtube.com/watch?v=O_HyZ5aW76c">explain</a> this one.</dd></dl>
  258. <h2>Unordered Lists (Nested)</h2>
  259. <ul>
  260. <li>List item one
  261. <ul>
  262. <li>List item one
  263. <ul>
  264. <li>List item one</li>
  265. <li>List item two</li>
  266. <li>List item three</li>
  267. <li>List item four</li>
  268. </ul>
  269. </li>
  270. <li>List item two</li>
  271. <li>List item three</li>
  272. <li>List item four</li>
  273. </ul>
  274. </li>
  275. <li>List item two</li>
  276. <li>List item three</li>
  277. <li>List item four</li>
  278. </ul>
  279. <h2>Ordered List (Nested)</h2>
  280. <ol>
  281. <li>List item one
  282. <ol>
  283. <li>List item one
  284. <ol>
  285. <li>List item one</li>
  286. <li>List item two</li>
  287. <li>List item three</li>
  288. <li>List item four</li>
  289. </ol>
  290. </li>
  291. <li>List item two</li>
  292. <li>List item three</li>
  293. <li>List item four</li>
  294. </ol>
  295. </li>
  296. <li>List item two</li>
  297. <li>List item three</li>
  298. <li>List item four</li>
  299. </ol>
  300. <h2>HTML Tags</h2>
  301. These supported tags come from the WordPress.com code <a title="Code" href="http://en.support.wordpress.com/code/">FAQ</a>.
  302.  
  303. <strong>Address Tag</strong>
  304.  
  305. <address>1 Infinite Loop
  306. Cupertino, CA 95014
  307. United States</address><strong>Anchor Tag (aka. Link)</strong>
  308.  
  309. This is an example of a <a title="Apple" href="http://apple.com">link</a>.
  310.  
  311. <strong>Abbreviation Tag</strong>
  312.  
  313. The abbreviation <abbr title="Seriously">srsly</abbr> stands for "seriously".
  314.  
  315. <strong>Acronym Tag</strong>
  316.  
  317. The acronym <acronym title="For The Win">ftw</acronym> stands for "for the win".
  318.  
  319. <strong>Big Tag</strong>
  320.  
  321. These tests are a <big>big</big> deal, but this tag is no longer supported in HTML5.
  322.  
  323. <strong>Cite Tag</strong>
  324.  
  325. "Code is poetry." --<cite>Automattic</cite>
  326.  
  327. <strong>Code Tag</strong>
  328.  
  329. You will learn later on in these tests that <code>word-wrap: break-word;</code> will be your best friend.
  330.  
  331. <strong>Delete Tag</strong>
  332.  
  333. 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).
  334.  
  335. <strong>Emphasize Tag</strong>
  336.  
  337. The emphasize tag should <em>italicize</em> text.
  338.  
  339. <strong>Insert Tag</strong>
  340.  
  341. This tag should denote <ins>inserted</ins> text.
  342.  
  343. <strong>Keyboard Tag</strong>
  344.  
  345. This scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the <code>&lt;code&gt;</code> tag.
  346.  
  347. <strong>Preformatted Tag</strong>
  348.  
  349. This tag styles large blocks of code.
  350. <pre>.post-title {
  351. margin: 0 0 5px;
  352. font-weight: bold;
  353. font-size: 38px;
  354. line-height: 1.2;
  355. }</pre>
  356. <strong>Quote Tag</strong>
  357.  
  358. <q>Developers, developers, developers...</q> --Steve Ballmer
  359.  
  360. <strong>Strong Tag</strong>
  361.  
  362. This tag shows <strong>bold<strong> text.</strong></strong>
  363.  
  364. <strong>Subscript Tag</strong>
  365.  
  366. Getting our science styling on with H<sub>2</sub>O, which should push the "2" down.
  367.  
  368. <strong>Superscript Tag</strong>
  369.  
  370. Still sticking with science and Isaac Newton's E = MC<sup>2</sup>, which should lift the 2 up.
  371.  
  372. <strong>Teletype Tag</strong>
  373.  
  374. This rarely used tag emulates <tt>teletype text</tt>, which is usually styled like the <code>&lt;code&gt;</code> tag.
  375.  
  376. <strong>Variable Tag</strong>
  377.  
  378. This allows you to denote <var>variables</var>.
  379. [post_title] => Page Markup And Formatting
  380. [post_excerpt] =>
  381. [post_status] => publish
  382. [comment_status] => open
  383. [ping_status] => open
  384. [post_password] =>
  385. [post_name] => page-markup-and-formatting
  386. [to_ping] =>
  387. [pinged] =>
  388. [post_modified] => 2013-03-15 18:20:05
  389. [post_modified_gmt] => 2013-03-15 23:20:05
  390. [post_content_filtered] =>
  391. [post_parent] => 6
  392. [guid] => http://wptest.io/demo/?page_id=1083
  393. [menu_order] => 0
  394. [post_type] => page
  395. [post_mime_type] =>
  396. [comment_count] => 0
  397. [filter] => raw
  398. )
  399.  
  400. [2] => WP_Post Object
  401. (
  402. [ID] => 1178
  403. [post_author] => 1
  404. [post_date] => 2013-01-11 20:22:19
  405. [post_date_gmt] => 2013-01-12 03:22:19
  406. [post_content] => <h2>Headings</h2>
  407. <h1>Header one</h1>
  408. <h2>Header two</h2>
  409. <h3>Header three</h3>
  410. <h4>Header four</h4>
  411. <h5>Header five</h5>
  412. <h6>Header six</h6>
  413. <h2>Blockquotes</h2>
  414. Single line blockquote:
  415. <blockquote>Stay hungry. Stay foolish.</blockquote>
  416. Multi line blockquote with a cite reference:
  417. <blockquote>People think focus means saying yes to the thing you've got to focus on. But that'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'm actually as proud of the things we haven't done as the things I have done. Innovation is saying no to 1,000 things. </blockquote>
  418. <cite>Steve Jobs</cite> - Apple Worldwide Developers' Conference, 1997
  419. <h2>Tables</h2>
  420. <table>
  421. <thead>
  422. <tr>
  423. <th>Employee</th>
  424. <th>Salary</th>
  425. <th></th>
  426. </tr>
  427. </thead>
  428. <tbody>
  429. <tr>
  430. <th><a href="http://example.org/">John Doe</a></th>
  431. <td>$1</td>
  432. <td>Because that's all Steve Jobs needed for a salary.</td>
  433. </tr>
  434. <tr>
  435. <th><a href="http://example.org/">Jane Doe</a></th>
  436. <td>$100K</td>
  437. <td>For all the blogging she does.</td>
  438. </tr>
  439. <tr>
  440. <th><a href="http://example.org/">Fred Bloggs</a></th>
  441. <td>$100M</td>
  442. <td>Pictures are worth a thousand words, right? So Jane x 1,000.</td>
  443. </tr>
  444. <tr>
  445. <th><a href="http://example.org/">Jane Bloggs</a></th>
  446. <td>$100B</td>
  447. <td>With hair like that?! Enough said...</td>
  448. </tr>
  449. </tbody>
  450. </table>
  451. <h2>Definition Lists</h2>
  452. <dl><dt>Definition List Title</dt><dd>Definition list division.</dd><dt>Startup</dt><dd>A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.</dd><dt>#dowork</dt><dd>Coined by Rob Dyrdek and his personal body guard Christopher "Big Black" Boykins, "Do Work" works as a self motivator, to motivating your friends.</dd><dt>Do It Live</dt><dd>I'll let Bill O'Reilly will <a title="We'll Do It Live" href="https://www.youtube.com/watch?v=O_HyZ5aW76c">explain</a> this one.</dd></dl>
  453. <h2>Unordered Lists (Nested)</h2>
  454. <ul>
  455. <li>List item one
  456. <ul>
  457. <li>List item one
  458. <ul>
  459. <li>List item one</li>
  460. <li>List item two</li>
  461. <li>List item three</li>
  462. <li>List item four</li>
  463. </ul>
  464. </li>
  465. <li>List item two</li>
  466. <li>List item three</li>
  467. <li>List item four</li>
  468. </ul>
  469. </li>
  470. <li>List item two</li>
  471. <li>List item three</li>
  472. <li>List item four</li>
  473. </ul>
  474. <h2>Ordered List (Nested)</h2>
  475. <ol>
  476. <li>List item one
  477. <ol>
  478. <li>List item one
  479. <ol>
  480. <li>List item one</li>
  481. <li>List item two</li>
  482. <li>List item three</li>
  483. <li>List item four</li>
  484. </ol>
  485. </li>
  486. <li>List item two</li>
  487. <li>List item three</li>
  488. <li>List item four</li>
  489. </ol>
  490. </li>
  491. <li>List item two</li>
  492. <li>List item three</li>
  493. <li>List item four</li>
  494. </ol>
  495. <h2>HTML Tags</h2>
  496. These supported tags come from the WordPress.com code <a title="Code" href="http://en.support.wordpress.com/code/">FAQ</a>.
  497.  
  498. <strong>Address Tag</strong>
  499.  
  500. <address>1 Infinite Loop
  501. Cupertino, CA 95014
  502. United States</address><strong>Anchor Tag (aka. Link)</strong>
  503.  
  504. This is an example of a <a title="Apple" href="http://apple.com">link</a>.
  505.  
  506. <strong>Abbreviation Tag</strong>
  507.  
  508. The abbreviation <abbr title="Seriously">srsly</abbr> stands for "seriously".
  509.  
  510. <strong>Acronym Tag (<em>deprecated in HTML5</em>)</strong>
  511.  
  512. The acronym <acronym title="For The Win">ftw</acronym> stands for "for the win".
  513.  
  514. <strong>Big Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>
  515.  
  516. These tests are a <big>big</big> deal, but this tag is no longer supported in HTML5.
  517.  
  518. <strong>Cite Tag</strong>
  519.  
  520. "Code is poetry." --<cite>Automattic</cite>
  521.  
  522. <strong>Code Tag</strong>
  523.  
  524. You will learn later on in these tests that <code>word-wrap: break-word;</code> will be your best friend.
  525.  
  526. <strong>Delete Tag</strong>
  527.  
  528. 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).
  529.  
  530. <strong>Emphasize Tag</strong>
  531.  
  532. The emphasize tag should <em>italicize</em> text.
  533.  
  534. <strong>Insert Tag</strong>
  535.  
  536. This tag should denote <ins>inserted</ins> text.
  537.  
  538. <strong>Keyboard Tag</strong>
  539.  
  540. This scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the <code>&lt;code&gt;</code> tag.
  541.  
  542. <strong>Preformatted Tag</strong>
  543.  
  544. This tag styles large blocks of code.
  545. <pre>.post-title {
  546. margin: 0 0 5px;
  547. font-weight: bold;
  548. font-size: 38px;
  549. line-height: 1.2;
  550. and 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;
  551. }</pre>
  552. <strong>Quote Tag</strong>
  553.  
  554. <q>Developers, developers, developers...</q> --Steve Ballmer
  555.  
  556. <strong>Strike Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>
  557.  
  558. This tag shows <span style="text-decoration:line-through;">strike-through text</span>
  559.  
  560. <strong>Strong Tag</strong>
  561.  
  562. This tag shows <strong>bold<strong> text.</strong></strong>
  563.  
  564. <strong>Subscript Tag</strong>
  565.  
  566. Getting our science styling on with H<sub>2</sub>O, which should push the "2" down.
  567.  
  568. <strong>Superscript Tag</strong>
  569.  
  570. Still sticking with science and Isaac Newton's E = MC<sup>2</sup>, which should lift the 2 up.
  571.  
  572. <strong>Teletype Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>
  573.  
  574. This rarely used tag emulates <tt>teletype text</tt>, which is usually styled like the <code>&lt;code&gt;</code> tag.
  575.  
  576. <strong>Variable Tag</strong>
  577.  
  578. This allows you to denote <var>variables</var>.
  579. [post_title] => Markup: HTML Tags and Formatting
  580. [post_excerpt] =>
  581. [post_status] => publish
  582. [comment_status] => closed
  583. [ping_status] => closed
  584. [post_password] =>
  585. [post_name] => markup-html-tags-and-formatting
  586. [to_ping] =>
  587. [pinged] =>
  588. [post_modified] => 2013-01-11 20:22:19
  589. [post_modified_gmt] => 2013-01-12 03:22:19
  590. [post_content_filtered] =>
  591. [post_parent] => 0
  592. [guid] => http://wptest.io/demo/?p=919
  593. [menu_order] => 0
  594. [post_type] => post
  595. [post_mime_type] =>
  596. [comment_count] => 0
  597. [filter] => raw
  598. )
  599.  
  600. [3] => WP_Post Object
  601. (
  602. [ID] => 1174
  603. [post_author] => 1
  604. [post_date] => 2013-01-05 11:00:20
  605. [post_date_gmt] => 2013-01-05 18:00:20
  606. [post_content] => Putting special characters in the title should have no adverse effect on the layout or functionality.
  607.  
  608. 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.).
  609. <h2>Latin Character Tests</h2>
  610. This is a test to see if the fonts used in this theme support basic Latin characters.
  611. <table>
  612. <tbody>
  613. <tr>
  614. <td>!</td>
  615. <td>"</td>
  616. <td>#</td>
  617. <td>$</td>
  618. <td>%</td>
  619. <td>&amp;</td>
  620. <td>'</td>
  621. <td>(</td>
  622. <td>)</td>
  623. <td>*</td>
  624. </tr>
  625. <tr>
  626. <td>+</td>
  627. <td>,</td>
  628. <td>-</td>
  629. <td>.</td>
  630. <td>/</td>
  631. <td>0</td>
  632. <td>1</td>
  633. <td>2</td>
  634. <td>3</td>
  635. <td>4</td>
  636. </tr>
  637. <tr>
  638. <td>5</td>
  639. <td>6</td>
  640. <td>7</td>
  641. <td>8</td>
  642. <td>9</td>
  643. <td>:</td>
  644. <td>;</td>
  645. <td>&gt;</td>
  646. <td>=</td>
  647. <td>&lt;</td>
  648. </tr>
  649. <tr>
  650. <td>?</td>
  651. <td>@</td>
  652. <td>A</td>
  653. <td>B</td>
  654. <td>C</td>
  655. <td>D</td>
  656. <td>E</td>
  657. <td>F</td>
  658. <td>G</td>
  659. <td>H</td>
  660. </tr>
  661. <tr>
  662. <td>I</td>
  663. <td>J</td>
  664. <td>K</td>
  665. <td>L</td>
  666. <td>M</td>
  667. <td>N</td>
  668. <td>O</td>
  669. <td>P</td>
  670. <td>Q</td>
  671. <td>R</td>
  672. </tr>
  673. <tr>
  674. <td>S</td>
  675. <td>T</td>
  676. <td>U</td>
  677. <td>V</td>
  678. <td>W</td>
  679. <td>X</td>
  680. <td>Y</td>
  681. <td>Z</td>
  682. <td>[</td>
  683. <td></td>
  684. </tr>
  685. <tr>
  686. <td>]</td>
  687. <td>^</td>
  688. <td>_</td>
  689. <td>`</td>
  690. <td>a</td>
  691. <td>b</td>
  692. <td>c</td>
  693. <td>d</td>
  694. <td>e</td>
  695. <td>f</td>
  696. </tr>
  697. <tr>
  698. <td>g</td>
  699. <td>h</td>
  700. <td>i</td>
  701. <td>j</td>
  702. <td>k</td>
  703. <td>l</td>
  704. <td>m</td>
  705. <td>n</td>
  706. <td>o</td>
  707. <td>p</td>
  708. </tr>
  709. <tr>
  710. <td>q</td>
  711. <td>r</td>
  712. <td>s</td>
  713. <td>t</td>
  714. <td>u</td>
  715. <td>v</td>
  716. <td>w</td>
  717. <td>x</td>
  718. <td>y</td>
  719. <td>z</td>
  720. </tr>
  721. <tr>
  722. <td>{</td>
  723. <td>|</td>
  724. <td>}</td>
  725. <td>~</td>
  726. <td></td>
  727. <td></td>
  728. <td></td>
  729. <td></td>
  730. <td></td>
  731. <td></td>
  732. </tr>
  733. </tbody>
  734. </table>
  735. [post_title] => Markup: Title With Special Characters
  736. [post_excerpt] =>
  737. [post_status] => publish
  738. [comment_status] => closed
  739. [ping_status] => closed
  740. [post_password] =>
  741. [post_name] => title-with-special-characters
  742. [to_ping] =>
  743. [pinged] =>
  744. [post_modified] => 2013-01-05 11:00:20
  745. [post_modified_gmt] => 2013-01-05 18:00:20
  746. [post_content_filtered] =>
  747. [post_parent] => 0
  748. [guid] => http://wptest.io/demo/?p=867
  749. [menu_order] => 0
  750. [post_type] => post
  751. [post_mime_type] =>
  752. [comment_count] => 0
  753. [filter] => raw
  754. )
  755.  
  756. [4] => WP_Post Object
  757. (
  758. [ID] => 1016
  759. [post_author] => 1
  760. [post_date] => 2012-03-15 15:36:32
  761. [post_date_gmt] => 2012-03-15 22:36:32
  762. [post_content] => 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>.
  763.  
  764. Non-square images can provide some unique styling issues.
  765.  
  766. This post tests a vertical featured image.
  767. [post_title] => Template: Featured Image (Vertical)
  768. [post_excerpt] =>
  769. [post_status] => publish
  770. [comment_status] => closed
  771. [ping_status] => closed
  772. [post_password] =>
  773. [post_name] => template-featured-image-vertical
  774. [to_ping] =>
  775. [pinged] =>
  776. [post_modified] => 2012-03-15 15:36:32
  777. [post_modified_gmt] => 2012-03-15 22:36:32
  778. [post_content_filtered] =>
  779. [post_parent] => 0
  780. [guid] => http://wptest.io/demo/?p=1016
  781. [menu_order] => 0
  782. [post_type] => post
  783. [post_mime_type] =>
  784. [comment_count] => 0
  785. [filter] => raw
  786. )
  787.  
  788. [5] => WP_Post Object
  789. (
  790. [ID] => 1011
  791. [post_author] => 1
  792. [post_date] => 2012-03-15 15:15:12
  793. [post_date_gmt] => 2012-03-15 22:15:12
  794. [post_content] => 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>.
  795.  
  796. Non-square images can provide some unique styling issues.
  797.  
  798. This post tests a horizontal featured image.
  799. [post_title] => Template: Featured Image (Horizontal)
  800. [post_excerpt] =>
  801. [post_status] => publish
  802. [comment_status] => closed
  803. [ping_status] => closed
  804. [post_password] =>
  805. [post_name] => template-featured-image-horizontal
  806. [to_ping] =>
  807. [pinged] =>
  808. [post_modified] => 2012-03-15 15:15:12
  809. [post_modified_gmt] => 2012-03-15 22:15:12
  810. [post_content_filtered] =>
  811. [post_parent] => 0
  812. [guid] => http://wptest.io/demo/?p=1011
  813. [menu_order] => 0
  814. [post_type] => post
  815. [post_mime_type] =>
  816. [comment_count] => 0
  817. [filter] => raw
  818. )
  819.  
  820. [6] => WP_Post Object
  821. (
  822. [ID] => 1446
  823. [post_author] => 1
  824. [post_date] => 2012-03-14 09:49:22
  825. [post_date_gmt] => 2012-03-14 16:49:22
  826. [post_content] => 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.
  827.  
  828. Be sure to test the formatting of the auto-generated excerpt, to ensure that it doesn'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.
  829. [post_title] => Template: Excerpt (Generated)
  830. [post_excerpt] =>
  831. [post_status] => publish
  832. [comment_status] => closed
  833. [ping_status] => closed
  834. [post_password] =>
  835. [post_name] => template-excerpt-generated
  836. [to_ping] =>
  837. [pinged] =>
  838. [post_modified] => 2012-03-14 09:49:22
  839. [post_modified_gmt] => 2012-03-14 16:49:22
  840. [post_content_filtered] =>
  841. [post_parent] => 0
  842. [guid] => http://wpthemetestdata.wordpress.com/?p=1446
  843. [menu_order] => 0
  844. [post_type] => post
  845. [post_mime_type] =>
  846. [comment_count] => 0
  847. [filter] => raw
  848. )
  849.  
  850. [7] => WP_Post Object
  851. (
  852. [ID] => 1148
  853. [post_author] => 1
  854. [post_date] => 2012-01-03 10:11:37
  855. [post_date_gmt] => 2012-01-03 17:11:37
  856. [post_content] => This post tests comments in the following ways.
  857. <ul>
  858. <li>Threaded comments up to 10 levels deep</li>
  859. <li>Paginated comments (set <em><strong>Settings &gt; Discussion &gt; Break comments into pages</strong></em> to <em><strong>5</strong></em> top level comments per page)</li>
  860. <li>Comment markup / formatting</li>
  861. <li>Comment images</li>
  862. <li>Comment videos</li>
  863. <li>Author comments</li>
  864. <li>Gravatars and default fallbacks</li>
  865. </ul>
  866. [post_title] => Template: Comments
  867. [post_excerpt] =>
  868. [post_status] => publish
  869. [comment_status] => open
  870. [ping_status] => closed
  871. [post_password] =>
  872. [post_name] => template-comments
  873. [to_ping] =>
  874. [pinged] =>
  875. [post_modified] => 2012-01-03 10:11:37
  876. [post_modified_gmt] => 2012-01-03 17:11:37
  877. [post_content_filtered] =>
  878. [post_parent] => 0
  879. [guid] => http://wpthemetestdata.wordpress.com/2007/09/04/comment-test/
  880. [menu_order] => 0
  881. [post_type] => post
  882. [post_mime_type] =>
  883. [comment_count] => 19
  884. [filter] => raw
  885. )
  886.  
  887. [8] => WP_Post Object
  888. (
  889. [ID] => 703
  890. [post_author] => 1
  891. [post_date] => 2011-05-20 18:51:43
  892. [post_date_gmt] => 2011-05-21 01:51:43
  893. [post_content] => Use this static Page to test the Theme's handling of the Blog Posts Index page. If the site is set to display a static Page on the Front Page, and this Page is set to display the Blog Posts Index, then this text should not appear.
  894. [post_title] => Blog
  895. [post_excerpt] =>
  896. [post_status] => publish
  897. [comment_status] => open
  898. [ping_status] => closed
  899. [post_password] =>
  900. [post_name] => blog
  901. [to_ping] =>
  902. [pinged] =>
  903. [post_modified] => 2011-05-20 18:51:43
  904. [post_modified_gmt] => 2011-05-21 01:51:43
  905. [post_content_filtered] =>
  906. [post_parent] => 0
  907. [guid] => http://wpthemetestdata.wordpress.com/?page_id=703
  908. [menu_order] => 0
  909. [post_type] => page
  910. [post_mime_type] =>
  911. [comment_count] => 0
  912. [filter] => raw
  913. )
  914.  
  915. [9] => WP_Post Object
  916. (
  917. [ID] => 701
  918. [post_author] => 1
  919. [post_date] => 2011-05-20 18:49:43
  920. [post_date_gmt] => 2011-05-21 01:49:43
  921. [post_content] => Use this static Page to test the Theme's handling of the Front Page template file.
  922.  
  923. This is the Front Page content. Use this static Page to test the Front Page output of the Theme. The Theme should properly handle both Blog Posts Index as Front Page and static Page as Front Page.
  924.  
  925. If the site is set to display the Blog Posts Index as the Front Page, then this text should not be visible. If the site is set to display a static Page as the Front Page, then this text may or may not be visible. If the Theme does not include a front-page.php template file, then this text should appear on the Front Page when set to display a static Page. If the Theme does include a front-page.php template file, then this text may or may not appear.
  926. [post_title] => Front Page
  927. [post_excerpt] =>
  928. [post_status] => publish
  929. [comment_status] => open
  930. [ping_status] => closed
  931. [post_password] =>
  932. [post_name] => front-page
  933. [to_ping] =>
  934. [pinged] =>
  935. [post_modified] => 2011-05-20 18:49:43
  936. [post_modified_gmt] => 2011-05-21 01:49:43
  937. [post_content_filtered] =>
  938. [post_parent] => 0
  939. [guid] => http://wpthemetestdata.wordpress.com/?page_id=701
  940. [menu_order] => 0
  941. [post_type] => page
  942. [post_mime_type] =>
  943. [comment_count] => 0
  944. [filter] => raw
  945. )
  946.  
  947. )
  948.  
  949. [post_count] => 10
  950. [current_post] => -1
  951. [in_the_loop] =>
  952. [post] => WP_Post Object
  953. (
  954. [ID] => 6
  955. [post_author] => 1
  956. [post_date] => 2010-07-25 19:40:01
  957. [post_date_gmt] => 2010-07-26 02:40:01
  958. [post_content] => This site is using the standard WordPress Theme Unit Test Data for content. The Theme Unit Test is a series of posts and pages that match up with a checklist on the WordPress codex. You can use the data and checklist together to test your theme.
  959.  
  960. <h2>WordPress Theme Development Resources</h2>
  961.  
  962. <ol>
  963. <li>See <a href="http://codex.wordpress.org/Theme_Development">Theme Development</a> for <a href="http://codex.wordpress.org/Theme_Development#Code_Standards">code standards</a>, examples of best practices, and <a href="http://codex.wordpress.org/Theme_Development#Resources_and_References">resources for Theme development</a>.</li>
  964. <li>See <a href="http://codex.wordpress.org/Theme_Unit_Test">Theme Unit Test</a> for a robust test suite for your Theme and get the latest version of the test data you see here.</li>
  965. <li>See <a href="http://codex.wordpress.org/Theme_Review">Theme Review</a> for a guide to submitting your Theme to the <a href="http://wordpress.org/extend/themes/">Themes Directory</a>.</li>
  966. </ol>
  967. [post_title] => About The Tests
  968. [post_excerpt] =>
  969. [post_status] => publish
  970. [comment_status] => closed
  971. [ping_status] => closed
  972. [post_password] =>
  973. [post_name] => about
  974. [to_ping] =>
  975. [pinged] =>
  976. [post_modified] => 2010-07-25 19:40:01
  977. [post_modified_gmt] => 2010-07-26 02:40:01
  978. [post_content_filtered] =>
  979. [post_parent] => 0
  980. [guid] => http://wpthemetestdata.wordpress.com/about/
  981. [menu_order] => 1
  982. [post_type] => page
  983. [post_mime_type] =>
  984. [comment_count] => 0
  985. [filter] => raw
  986. )
  987.  
  988. [comment_count] => 0
  989. [current_comment] => -1
  990. [found_posts] => 17
  991. [max_num_pages] => 2
  992. [max_num_comment_pages] => 0
  993. [is_single] =>
  994. [is_preview] =>
  995. [is_page] =>
  996. [is_archive] =>
  997. [is_date] =>
  998. [is_year] =>
  999. [is_month] =>
  1000. [is_day] =>
  1001. [is_time] =>
  1002. [is_author] =>
  1003. [is_category] =>
  1004. [is_tag] =>
  1005. [is_tax] =>
  1006. [is_search] => 1
  1007. [is_feed] =>
  1008. [is_comment_feed] =>
  1009. [is_trackback] =>
  1010. [is_home] =>
  1011. [is_404] =>
  1012. [is_comments_popup] =>
  1013. [is_paged] =>
  1014. [is_admin] =>
  1015. [is_attachment] =>
  1016. [is_singular] =>
  1017. [is_robots] =>
  1018. [is_posts_page] =>
  1019. [is_post_type_archive] =>
  1020. [query_vars_hash:WP_Query:private] => e7bea16ecc49abd80924c632fde95f09
  1021. [query_vars_changed:WP_Query:private] =>
  1022. [thumbnails_cached] =>
  1023. [stopwords:WP_Query:private] => Array
  1024. (
  1025. [0] => about
  1026. [1] => an
  1027. [2] => are
  1028. [3] => as
  1029. [4] => at
  1030. [5] => be
  1031. [6] => by
  1032. [7] => com
  1033. [8] => for
  1034. [9] => from
  1035. [10] => how
  1036. [11] => in
  1037. [12] => is
  1038. [13] => it
  1039. [14] => of
  1040. [15] => on
  1041. [16] => or
  1042. [17] => that
  1043. [18] => the
  1044. [19] => this
  1045. [20] => to
  1046. [21] => was
  1047. [22] => what
  1048. [23] => when
  1049. [24] => where
  1050. [25] => who
  1051. [26] => will
  1052. [27] => with
  1053. [28] => www
  1054. )
  1055.  
  1056. [compat_fields:WP_Query:private] => Array
  1057. (
  1058. [0] => query_vars_hash
  1059. [1] => query_vars_changed
  1060. )
  1061.  
  1062. [compat_methods:WP_Query:private] => Array
  1063. (
  1064. [0] => init_query_flags
  1065. [1] => parse_tax_query
  1066. )
  1067.  
  1068. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement