Choosing the grid layout with template tags and limiting resources
-
How do I choose the which grid layout will used when using template tags?
And also how do I limit the images displayed to just those from a specific page or category?
This is the current code I have on my static homepage:
<?php the_wp_tiles( array( 'grids' => true, 'grid' => 'Plain', 'full_width' => false ) ); ?>
I want to use a grid layout called Plain and also limit the output to images from category 67.
Thanks in advance
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Choosing the grid layout with template tags and limiting resources’ is closed to new replies.