test

 

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

Comments are closed.

Archives

View My Recipes On

Chowstalker Badge