problem listing taxonomies
-
hi there, thank you for the powerful plugin.
– I’m already able to list all my post type entries, using the below shortcode:
[display-posts post_type=”study_fields” orderby=”title” order=”ASC” posts_per_page=”-1″]
but when I try to limit it to one of my taxonomies nothing happens, as if there is no such taxonomy.
– I’m using CPT UI to create post types and taxonomies.
these are my taxonomy’s information:
name: phd
public: true
hierarchical: true
show_ui: true
show_in_menu: true
show_in_nav_menus: true
query_var: true
query_var_slug: “”
rewrite: true
rewrite_slug: “”
rewrite_withfront: true
rewrite_hierarchical: false
show_admin_column: false
show_in_rest: falseThese are the shortcodes i tried:
[display-posts taxonomy=”phd”] –> This returns my posts
[display-posts post_type=”study_fields” taxonomy=”phd”] –> This returns my post_type study fileds– I’ve also tried taxonomies created from “mooberry book manager” plugin but same result. it shows my posts instead.
– I’ve also tried changing my theme to two twenty seventeen.
– I’ve also deactivated your plugin and installed another Post Shortcode plugin instead, but still have problem listing taxonomies and no problem with post types.
- The topic ‘problem listing taxonomies’ is closed to new replies.