the_wp_tiles $opts
-
Hi Mike
Have just started this in a new thread as the last was resolved.
Finally I got this code (below) you suggested at the beginning to work in selecting the correct posts and showing them in the correct place. However now I want to recreate the style of tile display I am using elsewhere can I use styling arguments to the_wp_tiles ($query) or can I do it in style.css? Sorry to keep asking so many questions.
I have looked around and see that the code handling the_wp_tiles.php is in the pluggables php and it show the $opts areguments but can I include the whole range of options I would [put in a wp_tiles shortcode and do I put it in as an array to the_wp_tiles ($query, $opts (array(…….)); ?$query = new WP_Query( array(
‘meta_key’ => ‘birthday’
‘meta_value’ => date( ‘F d’ )
) );the_wp_tiles( $query );
- The topic ‘the_wp_tiles $opts’ is closed to new replies.