Replies: 0
Hi!
Can I add here substituting alphabet?
<?php echo do_shortcode(‘[a-z-listing post-type=”post” taxonomy=”category” terms=”lawyer”]’); ?>
Can I use tags to show? it’s taxonomy=post_tag by default.
Can you please replace vars in this code:
<?php
the_a_z_listing( array(
‘tax_query’ => array(
‘taxonomy’ => ‘category’, //as is
‘field’ => ‘slug’, //what is it? subcategory slug?
‘terms’ => array( ‘term1-slug’, ‘term2-slug’ ) // a list of subcategories of posts?
)
) );
?>
Is it possible to place here in <?php substituting alphabet?
Thank you very much!
Great plugin!