-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy patha11y-theme-unit-test-data.xml
9977 lines (9477 loc) · 470 KB
/
a11y-theme-unit-test-data.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<!--
This is a WordPress eXtended RSS file generated by WordPress as an export of your site.
It contains information about your site's posts, pages, comments, categories, and other content.
You may use this file to transfer that content from one site to another.
This file is not intended to serve as a complete backup of your site.
To import this information into a WordPress site follow these steps:
1. Log in to that site as an administrator.
2. Go to Tools: Import in the WordPress admin panel.
3. Install the "WordPress" importer from the list.
4. Activate & Run Importer.
5. Upload this file using the form provided on that page.
6. You will first be asked to map the authors in this export file to users
on the site. For each author, you may choose to map to an
existing user on the site or to create a new user.
7. WordPress will then import each of the posts, pages, comments, categories, etc.
contained in this file into your site.
-->
<!-- generator="WordPress.com" created="2016-01-21 11:02"-->
<rss version="2.0" xmlns:excerpt="http://wordpress.org/export/1.2/excerpt/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wp="http://wordpress.org/export/1.2/">
<channel>
<title>Theme Accessibility Unit Test Data</title>
<link>http://wpthemetestdata.wordpress.com</link>
<description>Just another WordPress website with a purposefully really long description</description>
<pubDate>Tue, 02 Sep 2014 17:16:26 +0000</pubDate>
<language>en</language>
<wp:wxr_version>1.2</wp:wxr_version>
<wp:base_site_url>http://wordpress.com/</wp:base_site_url>
<wp:base_blog_url>http://wpthemetestdata.wordpress.com</wp:base_blog_url>
<wp:wp_author>
<wp:author_login>a11yteam</wp:author_login>
<wp:author_email>[email protected]</wp:author_email>
<wp:author_display_name><![CDATA[Accessibility Tester]]></wp:author_display_name>
<wp:author_first_name><![CDATA[]]></wp:author_first_name>
<wp:author_last_name><![CDATA[]]></wp:author_last_name>
</wp:wp_author>
<wp:category>
<wp:term_id>193</wp:term_id>
<wp:category_nicename><![CDATA[block]]></wp:category_nicename>
<wp:category_parent><![CDATA[]]></wp:category_parent>
<wp:cat_name><![CDATA[Block]]></wp:cat_name>
<wp:category_description><![CDATA[Items in the block category have been created with the block editor.]]></wp:category_description>
</wp:category>
<wp:category>
<wp:term_id>1356</wp:term_id>
<wp:category_nicename>blogroll</wp:category_nicename>
<wp:category_parent/>
<wp:cat_name><![CDATA[Blogroll]]></wp:cat_name>
</wp:category>
<wp:category>
<wp:term_id>111995</wp:term_id>
<wp:category_nicename>cat-a</wp:category_nicename>
<wp:category_parent/>
<wp:cat_name><![CDATA[Cat A]]></wp:cat_name>
</wp:category>
<wp:category>
<wp:term_id>111996</wp:term_id>
<wp:category_nicename>cat-b</wp:category_nicename>
<wp:category_parent/>
<wp:cat_name><![CDATA[Cat B]]></wp:cat_name>
</wp:category>
<wp:category>
<wp:term_id>111997</wp:term_id>
<wp:category_nicename>cat-c</wp:category_nicename>
<wp:category_parent/>
<wp:cat_name><![CDATA[Cat C]]></wp:cat_name>
</wp:category>
<wp:category>
<wp:term_id>161095136</wp:term_id>
<wp:category_nicename>edge-case-2</wp:category_nicename>
<wp:category_parent/>
<wp:cat_name><![CDATA[Edge Case]]></wp:cat_name>
<wp:category_description><![CDATA[Posts that have edge-case related tests]]></wp:category_description>
</wp:category>
<wp:category>
<wp:term_id>3128700</wp:term_id>
<wp:category_nicename>foo-a</wp:category_nicename>
<wp:category_parent/>
<wp:cat_name><![CDATA[Foo A]]></wp:cat_name>
</wp:category>
<wp:category>
<wp:term_id>3128707</wp:term_id>
<wp:category_nicename>foo-parent</wp:category_nicename>
<wp:category_parent/>
<wp:cat_name><![CDATA[Foo Parent]]></wp:cat_name>
</wp:category>
<wp:category>
<wp:term_id>4675</wp:term_id>
<wp:category_nicename>markup</wp:category_nicename>
<wp:category_parent/>
<wp:cat_name><![CDATA[Markup]]></wp:cat_name>
<wp:category_description><![CDATA[Posts in this category test markup tags and styles.]]></wp:category_description>
</wp:category>
<wp:category>
<wp:term_id>329026</wp:term_id>
<wp:category_nicename>media-2</wp:category_nicename>
<wp:category_parent/>
<wp:cat_name><![CDATA[Media]]></wp:cat_name>
<wp:category_description><![CDATA[Posts that have media-related tests]]></wp:category_description>
</wp:category>
<wp:category>
<wp:term_id>2835030</wp:term_id>
<wp:category_nicename>packthread</wp:category_nicename>
<wp:category_parent/>
<wp:cat_name><![CDATA[packthread]]></wp:cat_name>
</wp:category>
<wp:category>
<wp:term_id>54150</wp:term_id>
<wp:category_nicename>parent</wp:category_nicename>
<wp:category_parent/>
<wp:cat_name><![CDATA[Parent]]></wp:cat_name>
</wp:category>
<wp:category>
<wp:term_id>6004933</wp:term_id>
<wp:category_nicename>parent-category</wp:category_nicename>
<wp:category_parent/>
<wp:cat_name><![CDATA[Parent Category]]></wp:cat_name>
<wp:category_description><![CDATA[This is a parent category. It will contain child categories]]></wp:category_description>
</wp:category>
<wp:category>
<wp:term_id>44090582</wp:term_id>
<wp:category_nicename>post-formats</wp:category_nicename>
<wp:category_parent/>
<wp:cat_name><![CDATA[Post Formats]]></wp:cat_name>
<wp:category_description><![CDATA[Posts in this category test post formats.]]></wp:category_description>
</wp:category>
<wp:category>
<wp:term_id>33328006</wp:term_id>
<wp:category_nicename>template-2</wp:category_nicename>
<wp:category_parent/>
<wp:cat_name><![CDATA[Template]]></wp:cat_name>
<wp:category_description><![CDATA[Posts with template-related tests]]></wp:category_description>
</wp:category>
<wp:category>
<wp:term_id>1</wp:term_id>
<wp:category_nicename>uncategorized</wp:category_nicename>
<wp:category_parent/>
<wp:cat_name><![CDATA[Uncategorized]]></wp:cat_name>
</wp:category>
<wp:category>
<wp:term_id>54090</wp:term_id>
<wp:category_nicename>unpublished</wp:category_nicename>
<wp:category_parent/>
<wp:cat_name><![CDATA[Unpublished]]></wp:cat_name>
<wp:category_description><![CDATA[Posts in this category test unpublished posts.]]></wp:category_description>
</wp:category>
<wp:category>
<wp:term_id>67899</wp:term_id>
<wp:category_nicename>years</wp:category_nicename>
<wp:category_parent/>
<wp:cat_name><![CDATA[years]]></wp:cat_name>
</wp:category>
<wp:category>
<wp:term_id>1043326</wp:term_id>
<wp:category_nicename>child-1</wp:category_nicename>
<wp:category_parent>parent</wp:category_parent>
<wp:cat_name><![CDATA[Child 1]]></wp:cat_name>
</wp:category>
<wp:category>
<wp:term_id>1043329</wp:term_id>
<wp:category_nicename>child-2</wp:category_nicename>
<wp:category_parent>child-1</wp:category_parent>
<wp:cat_name><![CDATA[Child 2]]></wp:cat_name>
</wp:category>
<wp:category>
<wp:term_id>158081316</wp:term_id>
<wp:category_nicename>child-category-01</wp:category_nicename>
<wp:category_parent>parent-category</wp:category_parent>
<wp:cat_name><![CDATA[Child Category 01]]></wp:cat_name>
<wp:category_description><![CDATA[This is a description for the Child Category 01.]]></wp:category_description>
</wp:category>
<wp:category>
<wp:term_id>158081319</wp:term_id>
<wp:category_nicename>child-category-02</wp:category_nicename>
<wp:category_parent>parent-category</wp:category_parent>
<wp:cat_name><![CDATA[Child Category 02]]></wp:cat_name>
<wp:category_description><![CDATA[This is a description for the Child Category 02.]]></wp:category_description>
</wp:category>
<wp:category>
<wp:term_id>158081321</wp:term_id>
<wp:category_nicename>child-category-03</wp:category_nicename>
<wp:category_parent>parent-category</wp:category_parent>
<wp:cat_name><![CDATA[Child Category 03]]></wp:cat_name>
<wp:category_description><![CDATA[This is a description for the Child Category 03.]]></wp:category_description>
</wp:category>
<wp:category>
<wp:term_id>158081323</wp:term_id>
<wp:category_nicename>child-category-04</wp:category_nicename>
<wp:category_parent>parent-category</wp:category_parent>
<wp:cat_name><![CDATA[Child Category 04]]></wp:cat_name>
<wp:category_description><![CDATA[This is a description for the Child Category 04.]]></wp:category_description>
</wp:category>
<wp:category>
<wp:term_id>158081325</wp:term_id>
<wp:category_nicename>child-category-05</wp:category_nicename>
<wp:category_parent>parent-category</wp:category_parent>
<wp:cat_name><![CDATA[Child Category 05]]></wp:cat_name>
<wp:category_description><![CDATA[This is a description for the Child Category 05.]]></wp:category_description>
</wp:category>
<wp:category>
<wp:term_id>3128710</wp:term_id>
<wp:category_nicename>foo-a-foo-parent</wp:category_nicename>
<wp:category_parent>foo-parent</wp:category_parent>
<wp:cat_name><![CDATA[Foo A]]></wp:cat_name>
</wp:category>
<wp:category>
<wp:term_id>57037077</wp:term_id>
<wp:category_nicename>grandchild-category</wp:category_nicename>
<wp:category_parent>child-category-03</wp:category_parent>
<wp:cat_name><![CDATA[Grandchild Category]]></wp:cat_name>
<wp:category_description><![CDATA[This is a description for the Grandchild Category.]]></wp:category_description>
</wp:category>
<wp:tag>
<wp:term_id>38590737</wp:term_id>
<wp:tag_slug>alignment-2</wp:tag_slug>
<wp:tag_name><![CDATA[alignment]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>651</wp:term_id>
<wp:tag_slug>articles</wp:tag_slug>
<wp:tag_name><![CDATA[Articles]]></wp:tag_name>
<wp:tag_description><![CDATA[Tags posts about Articles.]]></wp:tag_description>
</wp:tag>
<wp:tag>
<wp:term_id>6935</wp:term_id>
<wp:tag_slug>aside</wp:tag_slug>
<wp:tag_name><![CDATA[aside]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>413</wp:term_id>
<wp:tag_slug>audio</wp:tag_slug>
<wp:tag_name><![CDATA[audio]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>36446125</wp:term_id>
<wp:tag_slug>captions-2</wp:tag_slug>
<wp:tag_name><![CDATA[captions]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>1656</wp:term_id>
<wp:tag_slug>categories</wp:tag_slug>
<wp:tag_name><![CDATA[categories]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>4870</wp:term_id>
<wp:tag_slug>chat</wp:tag_slug>
<wp:tag_name><![CDATA[chat]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>12525</wp:term_id>
<wp:tag_slug>codex</wp:tag_slug>
<wp:tag_name><![CDATA[Codex]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>1861347</wp:term_id>
<wp:tag_slug>comments-2</wp:tag_slug>
<wp:tag_name><![CDATA[comments]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>35181409</wp:term_id>
<wp:tag_slug>content-2</wp:tag_slug>
<wp:tag_name><![CDATA[content]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>169</wp:term_id>
<wp:tag_slug>css</wp:tag_slug>
<wp:tag_name><![CDATA[css]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>13207917</wp:term_id>
<wp:tag_slug>dowork</wp:tag_slug>
<wp:tag_name><![CDATA[dowork]]></wp:tag_name>
<wp:tag_description><![CDATA[Tags posts about #dowork.]]></wp:tag_description>
</wp:tag>
<wp:tag>
<wp:term_id>16894899</wp:term_id>
<wp:tag_slug>edge-case</wp:tag_slug>
<wp:tag_name><![CDATA[edge case]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>161043722</wp:term_id>
<wp:tag_slug>embeds-2</wp:tag_slug>
<wp:tag_name><![CDATA[embeds]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>31262653</wp:term_id>
<wp:tag_slug>excerpt-2</wp:tag_slug>
<wp:tag_name><![CDATA[excerpt]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>112207</wp:term_id>
<wp:tag_slug>fail</wp:tag_slug>
<wp:tag_name><![CDATA[Fail]]></wp:tag_name>
<wp:tag_description><![CDATA[Tags posts about fail.]]></wp:tag_description>
</wp:tag>
<wp:tag>
<wp:term_id>8923091</wp:term_id>
<wp:tag_slug>featured-image</wp:tag_slug>
<wp:tag_name><![CDATA[featured image]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>44189092</wp:term_id>
<wp:tag_slug>formatting-2</wp:tag_slug>
<wp:tag_name><![CDATA[formatting]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>3263</wp:term_id>
<wp:tag_slug>gallery</wp:tag_slug>
<wp:tag_name><![CDATA[gallery]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>647</wp:term_id>
<wp:tag_slug>html</wp:tag_slug>
<wp:tag_name><![CDATA[html]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>686</wp:term_id>
<wp:tag_slug>image</wp:tag_slug>
<wp:tag_name><![CDATA[image]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>66451</wp:term_id>
<wp:tag_slug>is</wp:tag_slug>
<wp:tag_name><![CDATA[is]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>76655687</wp:term_id>
<wp:tag_slug>jetpack-2</wp:tag_slug>
<wp:tag_name><![CDATA[jetpack]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>26060</wp:term_id>
<wp:tag_slug>layout</wp:tag_slug>
<wp:tag_name><![CDATA[layout]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>2717</wp:term_id>
<wp:tag_slug>link</wp:tag_slug>
<wp:tag_name><![CDATA[link]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>35081376</wp:term_id>
<wp:tag_slug>lists-2</wp:tag_slug>
<wp:tag_name><![CDATA[lists]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>118729</wp:term_id>
<wp:tag_slug>lorem</wp:tag_slug>
<wp:tag_name><![CDATA[lorem]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>38696790</wp:term_id>
<wp:tag_slug>markup-2</wp:tag_slug>
<wp:tag_name><![CDATA[markup]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>292</wp:term_id>
<wp:tag_slug>media</wp:tag_slug>
<wp:tag_name><![CDATA[media]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>11212</wp:term_id>
<wp:tag_slug>more</wp:tag_slug>
<wp:tag_name><![CDATA[more]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>697683</wp:term_id>
<wp:tag_slug>pagination</wp:tag_slug>
<wp:tag_name><![CDATA[pagination]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>39214087</wp:term_id>
<wp:tag_slug>password-2</wp:tag_slug>
<wp:tag_name><![CDATA[password]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>835</wp:term_id>
<wp:tag_slug>pictures</wp:tag_slug>
<wp:tag_name><![CDATA[Pictures]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>161099149</wp:term_id>
<wp:tag_slug>pingbacks-2</wp:tag_slug>
<wp:tag_name><![CDATA[pingbacks]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>1187</wp:term_id>
<wp:tag_slug>post</wp:tag_slug>
<wp:tag_name><![CDATA[post]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>44090582</wp:term_id>
<wp:tag_slug>post-formats</wp:tag_slug>
<wp:tag_name><![CDATA[Post Formats]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>3099</wp:term_id>
<wp:tag_slug>quote</wp:tag_slug>
<wp:tag_name><![CDATA[quote]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>40586</wp:term_id>
<wp:tag_slug>read-more</wp:tag_slug>
<wp:tag_name><![CDATA[read more]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>71229</wp:term_id>
<wp:tag_slug>readability</wp:tag_slug>
<wp:tag_name><![CDATA[readability]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>412776</wp:term_id>
<wp:tag_slug>shortcode</wp:tag_slug>
<wp:tag_name><![CDATA[shortcode]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>472597</wp:term_id>
<wp:tag_slug>standard-2</wp:tag_slug>
<wp:tag_name><![CDATA[standard]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>577</wp:term_id>
<wp:tag_slug>status</wp:tag_slug>
<wp:tag_name><![CDATA[status]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>45997922</wp:term_id>
<wp:tag_slug>sticky-2</wp:tag_slug>
<wp:tag_name><![CDATA[sticky]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>4668</wp:term_id>
<wp:tag_slug>success</wp:tag_slug>
<wp:tag_name><![CDATA[Success]]></wp:tag_name>
<wp:tag_description><![CDATA[Tags posts about success.]]></wp:tag_description>
</wp:tag>
<wp:tag>
<wp:term_id>1790856</wp:term_id>
<wp:tag_slug>tag-a</wp:tag_slug>
<wp:tag_name><![CDATA[Tag A]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>1790857</wp:term_id>
<wp:tag_slug>tag-b</wp:tag_slug>
<wp:tag_name><![CDATA[Tag B]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>1790858</wp:term_id>
<wp:tag_slug>tag-c</wp:tag_slug>
<wp:tag_name><![CDATA[Tag C]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>22652</wp:term_id>
<wp:tag_slug>tag1</wp:tag_slug>
<wp:tag_name><![CDATA[tag1]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>22653</wp:term_id>
<wp:tag_slug>tag2</wp:tag_slug>
<wp:tag_name><![CDATA[tag2]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>359495</wp:term_id>
<wp:tag_slug>tag3</wp:tag_slug>
<wp:tag_name><![CDATA[tag3]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>1502</wp:term_id>
<wp:tag_slug>tags</wp:tag_slug>
<wp:tag_name><![CDATA[Tags]]></wp:tag_name>
<wp:tag_description><![CDATA[Tags posts about tags. #inception]]></wp:tag_description>
</wp:tag>
<wp:tag>
<wp:term_id>11867</wp:term_id>
<wp:tag_slug>template</wp:tag_slug>
<wp:tag_name><![CDATA[template]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>5117</wp:term_id>
<wp:tag_slug>text</wp:tag_slug>
<wp:tag_name><![CDATA[text]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>1235460</wp:term_id>
<wp:tag_slug>tiled</wp:tag_slug>
<wp:tag_name><![CDATA[tiled]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>1653</wp:term_id>
<wp:tag_slug>title</wp:tag_slug>
<wp:tag_name><![CDATA[title]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>64903049</wp:term_id>
<wp:tag_slug>trackbacks-2</wp:tag_slug>
<wp:tag_name><![CDATA[trackbacks]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>11320090</wp:term_id>
<wp:tag_slug>twitter-2</wp:tag_slug>
<wp:tag_name><![CDATA[twitter]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>412</wp:term_id>
<wp:tag_slug>video</wp:tag_slug>
<wp:tag_name><![CDATA[video]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>20117770</wp:term_id>
<wp:tag_slug>videopress</wp:tag_slug>
<wp:tag_name><![CDATA[videopress]]></wp:tag_name>
</wp:tag>
<wp:tag>
<wp:term_id>33</wp:term_id>
<wp:tag_slug>wordpress</wp:tag_slug>
<wp:tag_name><![CDATA[WordPress]]></wp:tag_name>
<wp:tag_description><![CDATA[Tags posts about WordPress.]]></wp:tag_description>
</wp:tag>
<wp:tag>
<wp:term_id>15787590</wp:term_id>
<wp:tag_slug>wordpress-tv</wp:tag_slug>
<wp:tag_name><![CDATA[wordpress.tv]]></wp:tag_name>
</wp:tag>
<wp:term>
<wp:term_id>161107798</wp:term_id>
<wp:term_taxonomy>nav_menu</wp:term_taxonomy>
<wp:term_slug>all-pages</wp:term_slug>
<wp:term_name><![CDATA[All Pages]]></wp:term_name>
</wp:term>
<wp:term>
<wp:term_id>161104374</wp:term_id>
<wp:term_taxonomy>nav_menu</wp:term_taxonomy>
<wp:term_slug>short</wp:term_slug>
<wp:term_name><![CDATA[Short]]></wp:term_name>
</wp:term>
<wp:term>
<wp:term_id>161101812</wp:term_id>
<wp:term_taxonomy>nav_menu</wp:term_taxonomy>
<wp:term_slug>all-pages-flat</wp:term_slug>
<wp:term_name><![CDATA[All Pages Flat]]></wp:term_name>
</wp:term>
<wp:term>
<wp:term_id>158084196</wp:term_id>
<wp:term_taxonomy>nav_menu</wp:term_taxonomy>
<wp:term_slug>testing-menu</wp:term_slug>
<wp:term_name><![CDATA[Testing Menu]]></wp:term_name>
</wp:term>
<wp:term>
<wp:term_id>158085404</wp:term_id>
<wp:term_taxonomy>nav_menu</wp:term_taxonomy>
<wp:term_slug>empty-menu</wp:term_slug>
<wp:term_name><![CDATA[Empty Menu]]></wp:term_name>
</wp:term>
<generator>http://wordpress.com/</generator>
<image>
<url>https://s2.wp.com/i/buttonw-com.png</url>
<title> » Theme Unit Test Data</title>
<link>http://wpthemetestdata.wordpress.com</link>
</image>
<item>
<title>About The Tests</title>
<link>http://wpthemetestdata.wordpress.com/about/</link>
<pubDate>Mon, 26 Jul 2010 02:40:01 +0000</pubDate>
<dc:creator>a11yteam</dc:creator>
<guid isPermaLink="false">http://wpthemetestdata.wordpress.com/about/</guid>
<description/>
<content:encoded><![CDATA[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.
<h2>WordPress Theme Development Resources</h2>
<ol>
<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>
<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>
<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>
</ol>]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>2</wp:post_id>
<wp:post_date>2010-07-25 19:40:01</wp:post_date>
<wp:post_date_gmt>2010-07-26 02:40:01</wp:post_date_gmt>
<wp:comment_status>closed</wp:comment_status>
<wp:ping_status>closed</wp:ping_status>
<wp:post_name>about</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>1</wp:menu_order>
<wp:post_type>page</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key>_wp_page_template</wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Lorem Ipsum</title>
<link>http://wpthemetestdata.wordpress.com/lorem-ipsum/</link>
<pubDate>Tue, 04 Sep 2007 16:52:50 +0000</pubDate>
<dc:creator>a11yteam</dc:creator>
<guid isPermaLink="false">http://wpthemetestdata.wordpress.com/lorem-ipsum/</guid>
<description/>
<content:encoded><![CDATA[Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec mollis. Quisque convallis libero in sapien pharetra tincidunt. Aliquam elit ante, malesuada id, tempor eu, gravida id, odio. Maecenas suscipit, risus et eleifend imperdiet, nisi orci ullamcorper massa, et adipiscing orci velit quis magna. Praesent sit amet ligula id orci venenatis auctor. Phasellus porttitor, metus non tincidunt dapibus, orci pede pretium neque, sit amet adipiscing ipsum lectus et libero. Aenean bibendum. Curabitur mattis quam id urna. Vivamus dui. Donec nonummy lacinia lorem. Cras risus arcu, sodales ac, ultrices ac, mollis quis, justo. Sed a libero. Quisque risus erat, posuere at, tristique non, lacinia quis, eros.
Cras volutpat, lacus quis semper pharetra, nisi enim dignissim est, et sollicitudin quam ipsum vel mi. Sed commodo urna ac urna. Nullam eu tortor. Curabitur sodales scelerisque magna. Donec ultricies tristique pede. Nullam libero. Nam sollicitudin felis vel metus. Nullam posuere molestie metus. Nullam molestie, nunc id suscipit rhoncus, felis mi vulputate lacus, a ultrices tortor dolor eget augue. Aenean ultricies felis ut turpis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse placerat tellus ac nulla. Proin adipiscing sem ac risus. Maecenas nisi. Cras semper.
Praesent interdum mollis neque. In egestas nulla eget pede. Integer eu purus sed diam dictum scelerisque. Morbi cursus velit et felis. Maecenas faucibus aliquet erat. In aliquet rhoncus tellus. Integer auctor nibh a nunc fringilla tempus. Cras turpis urna, dignissim vel, suscipit pulvinar, rutrum quis, sem. Ut lobortis convallis dui. Sed nonummy orci a justo. Morbi nec diam eget eros eleifend tincidunt.
Curabitur non elit. Pellentesque iaculis, nisl non aliquet adipiscing, purus urna aliquet orci, sed sodales pede neque at massa. Pellentesque laoreet, enim eget varius mollis, sapien erat suscipit metus, sit amet iaculis nulla sapien id felis. Aliquam erat volutpat. Nam congue nulla a ligula. Morbi tempor hendrerit erat. Curabitur augue. Vestibulum nulla est, commodo et, fringilla quis, bibendum eget, ipsum. Suspendisse pulvinar iaculis ante. Mauris dignissim ante quis nisi. Aliquam ante mi, aliquam et, pellentesque ac, dapibus et, enim. In vulputate justo vel magna. Phasellus imperdiet justo. Proin odio orci, dapibus id, porta a, pellentesque id, erat. Aliquam erat volutpat. Mauris nonummy varius libero. Sed dolor ipsum, tempor non, aliquet et, pulvinar quis, dui. Pellentesque mauris diam, lobortis id, varius varius, facilisis at, nulla.
Cras pede. Nullam id velit sit amet turpis tincidunt sagittis. Nunc malesuada. Nunc consequat scelerisque odio. Donec eu leo. Nunc pellentesque felis sed odio. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus lobortis metus in lectus. Cras mollis quam eget sapien. Pellentesque non lorem sit amet sem lacinia euismod.
Nulla eget diam eget leo imperdiet consequat. Morbi nunc magna, pellentesque eu, porta at, ultricies ut, neque. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In tincidunt. Praesent ut orci id eros congue ultrices. Mauris non neque. Donec nulla ante, molestie sit amet, fermentum nec, blandit sit amet, purus. Fusce eget diam eu odio iaculis mollis. Phasellus consectetuer pede quis nisi. Proin non sem ut elit pulvinar faucibus. In a turpis nec augue fringilla elementum.
Nullam felis. Donec in nulla. Suspendisse sodales, turpis in suscipit ullamcorper, enim nunc sagittis risus, eu auctor velit tortor ut turpis. Mauris id augue at neque aliquam eleifend. Sed eget augue. Nunc faucibus ligula sed massa. Etiam non nulla. Etiam accumsan ullamcorper nisl. In pharetra massa at nunc. Nunc elementum. Duis sodales enim nec libero. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Praesent dapibus eros sodales urna. Duis magna nisi, lobortis quis, tincidunt rutrum, posuere non, ipsum.
Aliquam convallis neque vitae diam. In diam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis fermentum arcu in tortor. Sed nibh leo, rhoncus eu, fermentum et, scelerisque ac, massa. Cras id turpis. Etiam commodo sem luctus lorem. Morbi at mi. In rutrum. Aenean luctus pede euismod tortor. Phasellus dictum. Cras neque justo, venenatis sit amet, tristique et, vulputate in, dui. Etiam sed mi gravida sapien imperdiet dictum. Aliquam gravida orci a tortor. Donec tempor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus risus ante, pellentesque vitae, luctus eget, scelerisque sed, libero. Donec massa.
Donec libero mauris, volutpat at, convallis vel, laoreet euismod, augue. In accumsan malesuada risus. Mauris metus magna, condimentum in, nonummy non, ornare eu, velit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Proin posuere. Proin rhoncus rutrum lorem. Phasellus dignissim massa non libero volutpat tincidunt. In hac habitasse platea dictumst. Phasellus eget eros. Nulla in nulla. Vivamus quis mauris. Maecenas pharetra rhoncus tellus. Sed sit amet lacus.
Quisque interdum felis a tellus. Aliquam sed diam ac velit aliquam rutrum. Morbi commodo, risus a pulvinar adipiscing, tortor pede posuere risus, ac ornare tellus massa nec lectus. Vivamus mollis metus ac sapien. Nam sed est a libero ullamcorper dapibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean a erat ac nibh accumsan volutpat. Phasellus pulvinar consequat turpis. Curabitur ante metus, tempus ut, consequat eu, sollicitudin sit amet, justo. Duis ut libero.
Հայերեն
Lorem Ipsum-ը տպագրության և տպագրական արդյունաբերության համար նախատեսված մոդելային տեքստ է: Սկսած 1500-ականներից` Lorem Ipsum-ը հանդիսացել է տպագրական արդյունաբերության ստանդարտ մոդելային տեքստ, ինչը մի անհայտ տպագրիչի կողմից տարբեր տառատեսակների օրինակների գիրք ստեղծելու ջանքերի արդյունք է: Այս տեքստը ոչ միայն կարողացել է գոյատևել հինգ դարաշրջան, այլև ներառվել է էլեկտրոնային տպագրության մեջ` մնալով էապես անփոփոխ: Այն հայտնի է դարձել 1960-ականներին Lorem Ipsum բովանդակող Letraset էջերի թողարկման արդյունքում, իսկ ավելի ուշ համակարգչային տպագրության այնպիսի ծրագրերի թողարկման հետևանքով, ինչպիսին է Aldus PageMaker-ը, որը ներառում է Lorem Ipsum-ի տարատեսակներ:
Български
Lorem Ipsum е елементарен примерен текст, използван в печатарската и типографската индустрия. Lorem Ipsum е индустриален стандарт от около 1500 година, когато неизвестен печатар взема няколко печатарски букви и ги разбърква, за да напечата с тях книга с примерни шрифтове. Този начин не само е оцелял повече от 5 века, но е навлязъл и в публикуването на електронни издания като е запазен почти без промяна. Популяризиран е през 60те години на 20ти век със издаването на Letraset листи, съдържащи Lorem Ipsum пасажи, популярен е и в наши дни във софтуер за печатни издания като Aldus PageMaker, който включва различни версии на Lorem Ipsum.
Català
Lorem Ipsum és un text de farciment usat per la indústria de la tipografia i la impremta. Lorem Ipsum ha estat el text estàndard de la indústria des de l'any 1500, quan un impressor desconegut va fer servir una galerada de text i la va mesclar per crear un llibre de mostres tipogràfiques. No només ha sobreviscut cinc segles, sinó que ha fet el salt cap a la creació de tipus de lletra electrònics, romanent essencialment sense canvis. Es va popularitzar l'any 1960 amb el llançament de fulls Letraset que contenien passatges de Lorem Ipsum, i més recentment amb programari d'autoedició com Aldus Pagemaker que inclou versions de Lorem Ipsum.
Hrvatski
Lorem Ipsum je jednostavno probni tekst koji se koristi u tiskarskoj i slovoslagarskoj industriji. Lorem Ipsum postoji kao industrijski standard još od 16-og stoljeća, kada je nepoznati tiskar uzeo tiskarsku galiju slova i posložio ih da bi napravio knjigu s uzorkom tiska. Taj je tekst ne samo preživio pet stoljeća, već se i vinuo u svijet elektronskog slovoslagarstva, ostajući u suštini nepromijenjen. Postao je popularan tijekom 1960-ih s pojavom Letraset listova s odlomcima Lorem Ipsum-a, a u skorije vrijeme sa software-om za stolno izdavaštvo kao što je Aldus PageMaker koji također sadrži varijante Lorem Ipsum-a.
Česky
Lorem Ipsum je demonstrativní výplňový text používaný v tiskařském a knihařském průmyslu. Lorem Ipsum je považováno za standard v této oblasti už od začátku 16. století, kdy dnes neznámý tiskař vzal kusy textu a na jejich základě vytvořil speciální vzorovou knihu. Jeho odkaz nevydržel pouze pět století, on přežil i nástup elektronické sazby v podstatě beze změny. Nejvíce popularizováno bylo Lorem Ipsum v šedesátých letech 20. století, kdy byly vydávány speciální vzorníky s jeho pasážemi a později pak díky počítačovým DTP programům jako Aldus PageMaker.
Româna
Lorem Ipsum este pur şi simplu o machetă pentru text a industriei tipografice. Lorem Ipsum a fost macheta standard a industriei încă din secolul al XVI-lea, când un tipograf anonim a luat o planşetă de litere şi le-a amestecat pentru a crea o carte demonstrativă pentru literele respective. Nu doar că a supravieţuit timp de cinci secole, dar şi a facut saltul în tipografia electronică practic neschimbată. A fost popularizată în anii '60 odată cu ieşirea colilor Letraset care conţineau pasaje Lorem Ipsum, iar mai recent, prin programele de publicare pentru calculator, ca Aldus PageMaker care includeau versiuni de Lorem Ipsum.
Српски
Lorem Ipsum је једноставно модел текста који се користи у штампарској и словослагачкој индустрији. Lorem ipsum је био стандард за модел текста још од 1500. године, када је непознати штампар узео кутију са словима и сложио их како би направио узорак књиге. Не само што је овај модел опстао пет векова, него је чак почео да се користи и у електронским медијима, непроменивши се. Популаризован је шездесетих година двадесетог века заједно са листовима летерсета који су садржали Lorem Ipsum пасусе, а данас са софтверским пакетом за прелом као што је Aldus PageMaker који је садржао Lorem Ipsum верзије.]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>146</wp:post_id>
<wp:post_date>2007-09-04 09:52:50</wp:post_date>
<wp:post_date_gmt>2007-09-04 16:52:50</wp:post_date_gmt>
<wp:comment_status>closed</wp:comment_status>
<wp:ping_status>closed</wp:ping_status>
<wp:post_name>lorem-ipsum</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>7</wp:menu_order>
<wp:post_type>page</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key>_wp_page_template</wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Page with comments</title>
<link>http://wpthemetestdata.wordpress.com/about/page-with-comments/</link>
<pubDate>Tue, 04 Sep 2007 17:47:47 +0000</pubDate>
<dc:creator>a11yteam</dc:creator>
<guid isPermaLink="false">http://wpthemetestdata.wordpress.com/page-with-comments/</guid>
<description/>
<content:encoded><![CDATA[Repository-hosted Themes are required to support display of comments on static Pages as well as on single blog Posts. This static Page has comments, and these comments should be displayed.
If the Theme includes a custom option to prevent static Pages from displaying comments, such option must be disabled (i.e. so that static Pages display comments) by default.
Also, verify that this Page does not display taxonomy information (e.g. categories or tags) or time-stamp information (Page publish date/time).]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>155</wp:post_id>
<wp:post_date>2007-09-04 10:47:47</wp:post_date>
<wp:post_date_gmt>2007-09-04 17:47:47</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>closed</wp:ping_status>
<wp:post_name>page-with-comments</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>2</wp:post_parent>
<wp:menu_order>3</wp:menu_order>
<wp:post_type>page</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key>_wp_page_template</wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
<wp:comment>
<wp:comment_id>167</wp:comment_id>
<wp:comment_author><![CDATA[Anon]]></wp:comment_author>
<wp:comment_author_email>[email protected]</wp:comment_author_email>
<wp:comment_author_url/>
<wp:comment_author_IP>59.167.157.3</wp:comment_author_IP>
<wp:comment_date>2007-09-04 10:49:28</wp:comment_date>
<wp:comment_date_gmt>2007-09-04 00:49:28</wp:comment_date_gmt>
<wp:comment_content><![CDATA[Anonymous comment.]]></wp:comment_content>
<wp:comment_approved>1</wp:comment_approved>
<wp:comment_type/>
<wp:comment_parent>0</wp:comment_parent>
<wp:comment_user_id>0</wp:comment_user_id>
</wp:comment>
<wp:comment>
<wp:comment_id>168</wp:comment_id>
<wp:comment_author><![CDATA[tellyworthtest2]]></wp:comment_author>
<wp:comment_author_email>[email protected]</wp:comment_author_email>
<wp:comment_author_url/>
<wp:comment_author_IP>59.167.157.3</wp:comment_author_IP>
<wp:comment_date>2007-09-04 10:49:03</wp:comment_date>
<wp:comment_date_gmt>2007-09-04 00:49:03</wp:comment_date_gmt>
<wp:comment_content><![CDATA[Contributor comment.]]></wp:comment_content>
<wp:comment_approved>1</wp:comment_approved>
<wp:comment_type/>
<wp:comment_parent>0</wp:comment_parent>
<wp:comment_user_id>0</wp:comment_user_id>
</wp:comment>
<wp:comment>
<wp:comment_id>169</wp:comment_id>
<wp:comment_author><![CDATA[John Doe]]></wp:comment_author>
<wp:comment_author_email>[email protected]</wp:comment_author_email>
<wp:comment_author_url>http://example.org</wp:comment_author_url>
<wp:comment_author_IP>59.167.157.3</wp:comment_author_IP>
<wp:comment_date>2007-09-04 10:48:51</wp:comment_date>
<wp:comment_date_gmt>2007-09-04 17:48:51</wp:comment_date_gmt>
<wp:comment_content><![CDATA[Author comment.]]></wp:comment_content>
<wp:comment_approved>1</wp:comment_approved>
<wp:comment_type/>
<wp:comment_parent>0</wp:comment_parent>
<wp:comment_user_id>0</wp:comment_user_id>
</wp:comment>
</item>
<item>
<title>Page with comments disabled</title>
<link>http://wpthemetestdata.wordpress.com/about/page-with-comments-disabled/</link>
<pubDate>Tue, 04 Sep 2007 17:48:10 +0000</pubDate>
<dc:creator>a11yteam</dc:creator>
<guid isPermaLink="false">http://wpthemetestdata.wordpress.com/page-with-comments-disabled/</guid>
<description/>
<content:encoded><![CDATA[This static Page is set not to allow comments. Verify that the Page does not display a comment list, comment reply links, or comment reply form.
Also, verify that the Page does not display a "comments are closed" type message. Such messages are not suitable for static Pages, and should only be used on blog Posts.]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>156</wp:post_id>
<wp:post_date>2007-09-04 10:48:10</wp:post_date>
<wp:post_date_gmt>2007-09-04 17:48:10</wp:post_date_gmt>
<wp:comment_status>closed</wp:comment_status>
<wp:ping_status>closed</wp:ping_status>
<wp:post_name>page-with-comments-disabled</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>2</wp:post_parent>
<wp:menu_order>4</wp:menu_order>
<wp:post_type>page</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key>_wp_page_template</wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Level 3</title>
<link>http://wpthemetestdata.wordpress.com/level-1/level-2/level-3/</link>
<pubDate>Tue, 11 Dec 2007 06:23:16 +0000</pubDate>
<dc:creator>a11yteam</dc:creator>
<guid isPermaLink="false">http://wpthemetestdata.wordpress.com/level-3/</guid>
<description/>
<content:encoded><![CDATA[Level 3 of the reverse hierarchy test.]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>172</wp:post_id>
<wp:post_date>2007-12-11 16:23:16</wp:post_date>
<wp:post_date_gmt>2007-12-11 06:23:16</wp:post_date_gmt>
<wp:comment_status>closed</wp:comment_status>
<wp:ping_status>closed</wp:ping_status>
<wp:post_name>level-3</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>173</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>page</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key>_wp_page_template</wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Level 2</title>
<link>http://wpthemetestdata.wordpress.com/level-1/level-2/</link>
<pubDate>Tue, 11 Dec 2007 06:23:33 +0000</pubDate>
<dc:creator>a11yteam</dc:creator>
<guid isPermaLink="false">http://wpthemetestdata.wordpress.com/level-2/</guid>
<description/>
<content:encoded><![CDATA[Level 2 of the reverse hierarchy test.]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>173</wp:post_id>
<wp:post_date>2007-12-11 16:23:33</wp:post_date>
<wp:post_date_gmt>2007-12-11 06:23:33</wp:post_date_gmt>
<wp:comment_status>closed</wp:comment_status>
<wp:ping_status>closed</wp:ping_status>
<wp:post_name>level-2</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>174</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>page</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key>_wp_page_template</wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Level 1</title>
<link>http://wpthemetestdata.wordpress.com/level-1/</link>
<pubDate>Tue, 11 Dec 2007 23:25:40 +0000</pubDate>
<dc:creator>a11yteam</dc:creator>
<guid isPermaLink="false">http://wpthemetestdata.wordpress.com/level-1/</guid>
<description/>
<content:encoded><![CDATA[Level 1 of the reverse hierarchy test. This is to make sure the importer correctly assigns parents and children even when the children come first in the export file.]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>174</wp:post_id>
<wp:post_date>2007-12-11 16:25:40</wp:post_date>
<wp:post_date_gmt>2007-12-11 23:25:40</wp:post_date_gmt>
<wp:comment_status>closed</wp:comment_status>
<wp:ping_status>closed</wp:ping_status>
<wp:post_name>level-1</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>5</wp:menu_order>
<wp:post_type>page</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key>_wp_page_template</wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Clearing Floats</title>
<link>http://wpthemetestdata.wordpress.com/about/clearing-floats/</link>
<pubDate>Sun, 01 Aug 2010 16:42:26 +0000</pubDate>
<dc:creator>a11yteam</dc:creator>
<guid isPermaLink="false">http://wpthemetestdata.wordpress.com/</guid>
<description/>
<content:encoded><![CDATA[The last item in this page's content is a floated image. Make sure any elements after it are clearing properly.
<img class="alignleft size-thumbnail wp-image-827" src="http://wpthemetestdata.files.wordpress.com/2010/08/manhattansummer.jpg?w=150" alt="" width="150" height="112" />]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>501</wp:post_id>
<wp:post_date>2010-08-01 09:42:26</wp:post_date>
<wp:post_date_gmt>2010-08-01 16:42:26</wp:post_date_gmt>
<wp:comment_status>closed</wp:comment_status>
<wp:ping_status>closed</wp:ping_status>
<wp:post_name>clearing-floats</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>2</wp:post_parent>
<wp:menu_order>2</wp:menu_order>
<wp:post_type>page</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key>_wp_page_template</wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>canola2</title>
<link>http://wpthemetestdata.wordpress.com/2010/09/10/post-format-gallery/canola2/</link>
<pubDate>Mon, 10 Jan 2011 13:17:54 +0000</pubDate>
<dc:creator>a11yteam</dc:creator>
<guid isPermaLink="false">http://wpthemetestdata.files.wordpress.com/2008/06/canola2.jpg</guid>
<description/>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec mollis. Quisque convallis libero in sapien pharetra tincidunt. Aliquam elit ante, malesuada id, tempor eu, gravida id, odio. Maecenas suscipit, risus et eleifend imperdiet, nisi orci ullamcorper massa, et adipiscing orci velit quis magna.]]></excerpt:encoded>
<wp:post_id>611</wp:post_id>
<wp:post_date>2011-01-10 06:17:54</wp:post_date>
<wp:post_date_gmt>2011-01-10 13:17:54</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>closed</wp:ping_status>
<wp:post_name>canola2</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>555</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>https://wpthemetestdata.files.wordpress.com/2008/06/canola2.jpg</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attachment_image_alt</wp:meta_key>
<wp:meta_value><![CDATA[canola]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_image_alt</wp:meta_key>
<wp:meta_value><![CDATA[canola]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_attachment_original_parent_id</wp:meta_key>
<wp:meta_value><![CDATA[555]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>dsc20050727_091048_222</title>
<link>http://wpthemetestdata.wordpress.com/2010/09/10/post-format-gallery/dsc20050727_091048_222/</link>
<pubDate>Mon, 10 Jan 2011 13:20:37 +0000</pubDate>
<dc:creator>a11yteam</dc:creator>
<guid isPermaLink="false">http://wpthemetestdata.files.wordpress.com/2008/06/dsc20050727_091048_222.jpg</guid>
<description/>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>616</wp:post_id>
<wp:post_date>2011-01-10 06:20:37</wp:post_date>
<wp:post_date_gmt>2011-01-10 13:20:37</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>closed</wp:ping_status>
<wp:post_name>dsc20050727_091048_222</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>555</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>https://wpthemetestdata.files.wordpress.com/2008/06/dsc20050727_091048_222.jpg</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attachment_image_alt</wp:meta_key>
<wp:meta_value><![CDATA[dsc20050727_091048_222]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_image_alt</wp:meta_key>
<wp:meta_value><![CDATA[dsc20050727_091048_222]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_attachment_original_parent_id</wp:meta_key>
<wp:meta_value><![CDATA[555]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>dsc20050813_115856_52</title>
<link>http://wpthemetestdata.wordpress.com/2010/09/10/post-format-gallery/dsc20050813_115856_52/</link>
<pubDate>Mon, 10 Jan 2011 13:20:57 +0000</pubDate>
<dc:creator>a11yteam</dc:creator>
<guid isPermaLink="false">http://wpthemetestdata.files.wordpress.com/2008/06/dsc20050813_115856_52.jpg</guid>
<description/>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>617</wp:post_id>
<wp:post_date>2011-01-10 06:20:57</wp:post_date>
<wp:post_date_gmt>2011-01-10 13:20:57</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>closed</wp:ping_status>
<wp:post_name>dsc20050813_115856_52</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>555</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>https://wpthemetestdata.files.wordpress.com/2008/06/dsc20050813_115856_52.jpg</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attachment_image_alt</wp:meta_key>
<wp:meta_value><![CDATA[dsc20050813_115856_52]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_image_alt</wp:meta_key>
<wp:meta_value><![CDATA[dsc20050813_115856_52]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_attachment_original_parent_id</wp:meta_key>
<wp:meta_value><![CDATA[555]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Front Page</title>
<link>http://wpthemetestdata.wordpress.com/front-page/</link>
<pubDate>Sat, 21 May 2011 01:49:43 +0000</pubDate>
<dc:creator>a11yteam</dc:creator>
<guid isPermaLink="false">http://wpthemetestdata.wordpress.com/?page_id=701</guid>
<description/>
<content:encoded><![CDATA[Use this static Page to test the Theme's handling of the Front Page template file.
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.
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.]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>701</wp:post_id>
<wp:post_date>2011-05-20 18:49:43</wp:post_date>
<wp:post_date_gmt>2011-05-21 01:49:43</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>closed</wp:ping_status>
<wp:post_name>front-page</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>page</wp:post_type>
<wp:post_password/>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>