artcorne
Forum Replies Created
-
Forum: Plugins
In reply to: [A-Z Listing] Show Only Pages from a single Parent PageHi!
Please help to correct the code.
I need to show child pages. Placing shortcode [a-z-listing post-type=”page” alphabet=”Aa,Bb,Cc,Dd,Ee,Ff,Gg,Hh,Ii,Jj,Kk,Ll,Mm,Nn,Oo,Pp,Qq,Rr,Ss,Tt,Uu,Vv,Ww,Xx,Yy,Zz” numbers=”after”] on parent page or child giving no result – It’s showing all of pages.
What should I add in this code [a-z-listing post-type=”page”] placed on page-type?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!Forum: Plugins
In reply to: [A-Z Listing] Filter posts via categories using shortcode (more than one)Hi!
Sorry for disturbing, but how did u make this code works?
[a-z-listing post-type=”growing” taxonomy=”flower” terms=”yellow”]
post-type=”growing” – it’s should be post or page
taxonomy=”flower” – is it slug of post category or subcategory?
terms=”yellow” – I supposed it is title of post, not slug.Please enplane this code. I need to show the list of subcategory.
I have seen any result only with this codes:
[a-z-listing taxonomy=”category” display=”terms”]
[a-z-listing post-type=”post”]Forum: Plugins
In reply to: [A-Z Listing] Show only Subcategories from a parent categoryHi
I have the same problem. I can get all of categories or all of the posts on one page. And all post titles on one page by this codes:
[a-z-listing taxonomy=”category” display=”terms”]
[a-z-listing post-type=”post”]
Any other short codes is not working.
Have u solve this problem?