Clerk
Posts by Clerk
-
Markup: HTML Tags and Formatting
Friday, January 11, 2013
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: The HTML <blockquote> Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually...
-
Markup: Image Alignment
Thursday, January 10, 2013
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's get started. On the topic of alignment,...
-
Markup: Text Alignment
Wednesday, January 9, 2013
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...
-
Markup: Title With Special Characters ~`!@#$%^&*()-_=+{}[]/\;:'"?,.>
Saturday, January 5, 2013
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...
-
Markup: Title <em>With</em> <b>Mark<sup>up</sup></b>
Saturday, January 5, 2013
Verify that: The post title renders the word "with" in italics and the word "markup" in bold (and "up" is superscript). The post title markup should be removed from the browser window / tab.
-
Template: Featured Image (Vertical)
Thursday, March 15, 2012
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 vertical featured image.
-
Template: Featured Image (Horizontal)
Thursday, March 15, 2012
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.
-
Template: More Tag
Thursday, March 15, 2012
This content is before the more tag. Right after this sentence should be a "continue reading" button of some sort on list pages of themes that show full content. It won't show on single pages or on themes showing excerpts. And this...
-
Template: Excerpt (Defined)
Thursday, March 15, 2012
This is a user-defined post excerpt. It should be displayed in place of the post content in archive-index pages. It can be longer than the automatically generated excerpts, and can have HTML tags.
-
Template: Excerpt (Generated)
Wednesday, March 14, 2012
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...
-
Template: Paginated
Sunday, January 8, 2012
Post Page 1 Post Page 2 Post Page 3
-
Template: Sticky
Saturday, January 7, 2012
This is a sticky post. There are a few things to verify: The sticky post should be distinctly recognizable in some way in comparison to normal posts. You can style the .sticky class if you are using the post_class() function to generate...