custom grid won't show blank tiles using periods
-
When I want to use a custom grid layout like:
[wp-tiles grid=”AA.BB|AAC.D|.EE.F”]
Each time, it displays the grid ignoring the periods. Am I missing a setting somewhere, or not understanding something about the function of the periods?
https://www.nickblockphd.com/test.html
On the above test website, I’ll show the different shortcodes I’m using. None of them have the blank tiles.
1.[wp-tiles post_type=”post” orderby=”title” grid=”AA.BB|AAC.D|.EE.F” order=”ASC” posts_per_page=”20″ category=”408″ tag=”” tax_operator=”IN” offset=”0″ post_status=”publish” ignore_sticky_posts=”false” exclude_current_post=”true”]
2.
[wp-tiles post_type=”post” orderby=”title” grid=”AABB|AACD|EF” order=”ASC” posts_per_page=”20″ category=”408″ tag=””]
3.
[wp-tiles post_type=”post” orderby=”title” grid=”AA.BB|AAC.D|.EE.F” order=”ASC” category=”408″]
3.1
[wp-tiles grid=”AA.BB|AAC.D|.EE.F|.EEG.”]
4.
[wp-tiles post_type=”post” orderby=”title” order=”ASC” posts_per_page=”20″ category=”408″ tag=”” tax_operator=”IN” offset=”0″ post_status=”publish” ignore_sticky_posts=”false” exclude_current_post=”true”]
- The topic ‘custom grid won't show blank tiles using periods’ is closed to new replies.