Restricting by category not working
-
Using WP Tiles ver. 1.1.1 and WP 4.4.2.
Using shortcode to display tiles from only 1 category is not working.
Per instructions found in this post, I modified my shortcode accordingly to this:
[wp-tiles posts_query=”category=558″ grids=”Simple” post_type=”post” order=”DESC” orderby=”date” exclude_current_post=”false”]
But it is still showing tiles from all categories.
I also tried the solution offered in this post, which suggests using just category=”558″ in the shortcode, like so:
[wp-tiles category=”558″ grids=”Simple” post_type=”post” order=”DESC” orderby=”date” exclude_current_post=”false”]
But that did not work and in fact makes the Tiles not show up at all.
I also tried using cat=’558′ in both methods – still no dice.
I realize these posts I referenced are old, has something changed in how to pull from just one category (or an array of categories)?
- The topic ‘Restricting by category not working’ is closed to new replies.