Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Substituting alphabet and Tags as listing

$
0
0

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!


Viewing all articles
Browse latest Browse all 59525

Trending Articles