- Location
- Maryland (5)
- Baltimore (1)
- National Harbor (1)
- Oxon Hill (1)
- Rockville (1)
- Wheaton (1)
- Virginia (90)
- Alexandria (4)
- Annandale (1)
- Arlington (61)
- Burke (1)
- Chantilly (1)
- Dulles (1)
- Fairfax (3)
- Falls Church (5)
- Franconia (2)
- Great Falls (1)
- Massanutten (1)
- McLean (3)
- Springfield (1)
- Sterling (2)
- Tysons Corner (1)
- Woodbridge (2)
- Washington D.C. (4)
- Maryland (5)
- Alcova Heights Park (22204) Reviewed 7/13/10
- Arlington Hall Park (22204) Reviewed 5/16/11
- Barcroft Playground (22206) Reviewed 1/27/12
- Barcroft Rec Center -- Drop In Playgroup (22206) Reviewed 1/12/12
- Benjamin Banneker Park (22205) Reviewed 3/23/12
- Big Walnut Park (22205) Reviewed 10/21/11
- Bluemont Park Playground (22203) Reviewed 4/26/11
- Bon Air Park (22205) Reviewed 6/26/10
- Burke Lake Park (Burke, VA) Reviewed 6/06/10
- Butler Holmes Park (22204) Reviewed 9/16/11
This Code Renders the Correct Display
Note the use of the space between shortcode brackets. (curley brackets used instead of regular to prevent the shortcode from being processed):
Fenced:
{posts-by-tag tags = "fenced" number = "3" excerpt = "false" thumbnail = "false" order_by = "title" order = "asc" author = "false"} {/posts-by-tag}
Bathroom or Port-a-Potty:
{posts-by-tag tags = "bathrooms" number = "3" excerpt = "false" thumbnail = "false" order_by = "title" order = "asc" author = "false"} {/posts-by-tag}
Very Shady:
{posts-by-tag tags = "super shady" number = "3" excerpt = "false" thumbnail = "false" order_by = "title" order = "asc" author = "false"} {/posts-by-tag}
The output looks like this:
Fenced:
Bathroom or Port-a-Potty:
Very Shady:
The ones that Break
Here’s the code:
Fenced:
{posts-by-tag tags = "fenced" number = "3" excerpt = "false" thumbnail = "false" order_by = "title" order = "asc" author = "false"}{/posts-by-tag}
Bathroom or Port-a-Potty:
{posts-by-tag tags = "bathrooms" number = "3" excerpt = "false" thumbnail = "false" order_by = "title" order = "asc" author = "false"}{/posts-by-tag}
Very Shady:
{posts-by-tag tags = "super shady" number = "3" excerpt = "false" thumbnail = "false" order_by = "title" order = "asc" author = "false"}{/posts-by-tag}
Here’s the Output:
Note that the second category (Bathrooms) doesn’t appear and there’s a hanging “close tag”.
Fenced:
Bathroom or Port-a-Potty:
Very Shady:
Here is some diagnostic info- let me know if you need something else.
# WordPress: 3.0.4
# PHP: 5.2.17
# MySQL: 5.0.51a
Recent Comments