Title: Problem with custom post type
Last modified: September 15, 2021

---

# Problem with custom post type

 *  Resolved [siomerro](https://wordpress.org/support/users/siomerro/)
 * (@siomerro)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/problem-with-custom-post-type-7/)
 * Hello,
 * I have problem with a-z listing plugin. I tried to get posts from specific term
   in taxonomy in custom post type. My website have:
 * – custom post type – wiki
    – taxonomy – game (lists of games) – taxonomy – feature(
   characters/missions/beasts/items etc.)
 * I can add post to terms in both taxonomies. In example I’m creating post named
   Barbarian which has taxonomy “Game” – term “Diablo 3” and taxonomy “Feature” –
   term “Character”
 * And I would like to list posts from character term in Feature taxonomy. But when
   I add this codes it showing me nothing…
 * [a-z-listing display=”posts” post-type=”post” taxonomy=”feature” terms=”character”]
   [
   a-z-listing display=”posts” taxonomy=”feature” terms=”character”]
 * What am I doing wrong?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-with-custom-post-type-7%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Dani Llewellyn](https://wordpress.org/support/users/diddledani/)
 * (@diddledani)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/problem-with-custom-post-type-7/#post-14875162)
 * Hi,
 * You’ve tried two different shortcodes. The top one explicitly sets the `post-
   type` to `post` meaning “Posts”, while the bottom one by not specifying a post-
   type will select `page` i.e. “Pages”.
 * I believe you want the following:
 *     ```
       [a-z-listing display="posts" post-type="wiki" taxonomy="feature" terms="character"]
       ```
   
 *  Thread Starter [siomerro](https://wordpress.org/support/users/siomerro/)
 * (@siomerro)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/problem-with-custom-post-type-7/#post-14875340)
 * Oh my! Thank you! By mistake i forgot to change post-type to custom post type–
   wiki 😀
 * right now it’s working just fine 🙂
 * Thank you once again! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problem with custom post type’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/a-z-listing_d8edfd.svg)
 * [A-Z Listing](https://wordpress.org/plugins/a-z-listing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/a-z-listing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/a-z-listing/)
 * [Active Topics](https://wordpress.org/support/plugin/a-z-listing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/a-z-listing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/a-z-listing/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [siomerro](https://wordpress.org/support/users/siomerro/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/problem-with-custom-post-type-7/#post-14875340)
 * Status: resolved