Thanks for trying help-me!
“listing” in my wordpress installation is a custom post type and I want to display custom categories from that custom post type when I use this shortcode: [wpuf_addpost post_type=”listing”]
My custom taxonomies are “listing_category”.
When I use [wpuf_addpost post_type=”listing”], the only categories listed on a dropdown box are the default categories from wordpress…
Thanks for share that piece of code but I was thinking that you want t integrate custom tax along whit this shortcode [wpuf_addpost post_type=”listing”]…
Hi!
I was about to ask the same (I guess..)…
I am using this to output the new article form for a custom post type[wpuf_addpost post_type=”listing”] but it grabs the default categories only and is not listing my ‘listing_category’…
How ca I do this?
Thanks!