Every dream is like a picture, waiting to become reality.
Monthly Archives: January 2017
Media: Twitter Embeds
A beautiful day on the path. #craigregionalpark pic.twitter.com/xw3nmWrVSK
— Great Pointe Realty (@GreatPointeRE) May 21, 2016
This post tests WordPress’ Twitter Embeds feature.
Template: Featured Image (Vertical)
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)
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.
Edge Case: Nested And Mixed Lists
Nested and mixed lists are an interesting beast. It’s a corner case to make sure that
- Lists within lists do not break the ordered list numbering order
- Your list styles go deep enough.
Ordered – Unordered – Ordered
- ordered item
- ordered item
- unordered
- unordered
- ordered item
- ordered item
- ordered item
- ordered item
Ordered – Unordered – Unordered
- ordered item
- ordered item
- unordered
- unordered
- unordered item
- unordered item
- ordered item
- ordered item
Unordered – Ordered – Unordered
- unordered item
- unordered item
- ordered
- ordered
- unordered item
- unordered item
- unordered item
- unordered item
Unordered – Unordered – Ordered
- unordered item
- unordered item
- unordered
- unordered
- ordered item
- ordered item
- unordered item
- unordered item
Template: More Tag
This content is before the more tag.
Right after this sentence should be a “continue reading” button of some sort.
Template: Excerpt (Defined)
This is the post content. It should be displayed in place of the user-defined excerpt in single-page views.
Antidisestablishmentarianism
Title should not overflow the content area
A few things to check for:
- Non-breaking text in the title, content, and comments should have no adverse effects on layout or functionality.
- Check the browser window / tab title.
- If you are a plugin or widget developer, check that this text does not break anything.
The following CSS properties will help you support non-breaking text.
-ms-word-wrap: break-word; word-wrap: break-word;
Markup: Title With Special Characters ~`!@#$%^&*()-_=+{}[]/;:'”?,.>
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 a test to see if the fonts used in this theme support basic Latin characters.
! | “ | # | $ | % | & | ‘ | ( | ) | * |
+ | , | – | . | / | 0 | 1 | 2 | 3 | 4 |
5 | 6 | 7 | 8 | 9 | : | ; | > | = | < |
? | @ | A | B | C | D | E | F | G | H |
I | J | K | L | M | N | O | P | Q | R |
S | T | U | V | W | X | Y | Z | [ | |
] | ^ | _ | ` | a | b | c | d | e | f |
g | h | i | j | k | l | m | n | o | p |
q | r | s | t | u | v | w | x | y | z |
{ | | | } | ~ |
Markup: Title With Markup
Verify that:
- The post title renders the word “with” in italics and the word “markup” in bold.
- The post title markup should be removed from the browser window / tab.