-
Possible to do this without the user having to select from a dropdown?
ie. a completely separate form for image format posts?
I don’t want people to have to select from a drop down.
Up!
Even if I need to hack code I really need a way to make separate forms to post to different post formats.
I tried this
<?php echo do_shortcode(‘
[userpro template=publish
publish_button_primary=Submit
post_meta=”the_source”
post_meta_labels=”Attribute a source?”
publish_field_order=”featured_image,title,the_source”
no_header=true
require_content=0
taxonomy=”image” ]’); ?>and this
<?php echo do_shortcode(‘
[userpro template=publish
publish_button_primary=Submit
post_meta=”the_source”
post_meta_labels=”Attribute a source?”
publish_field_order=”featured_image,title,the_source”
no_header=true
require_content=0
taxonomy=image ]’); ?>Doesn’t add posts to the image post format taxonomy.
Not sure how to, I need multiple forms posting to different post formats too.
So I’ll mark this for my next update. I have a big list of minor updates as usual. And it will just become better 🙂
Great 🙂 Please don’t forget this one, I really need it! Timeframe on next update?
By the way, Userpro is the ONLY plugin that’s doing front end posting properly, you should put it in your primary features list on CC.
It’s on the primary feature list 😀 I think we will have a complete redesign of CC page and new website very soon. Stay tuned, non-stopping updates promised as well 😉
I don’t understand why taxonomy=image isn’t working, urgh! It doesn’t even work when I select a category and not a post format.
category=categoryname doesn’t work either.
category=category_slug will work based on taxonomy=category in shortcode options.
Nope, this doesn’t work
<?php echo do_shortcode(‘
[userpro template=publish
publish_button_primary=Submit
post_meta=”the_source”
post_meta_labels=”Attribute a source?”
publish_field_order=”featured_image,title,the_source”
no_header=true
require_content=0
category=humor
taxonomy=categoryallowed_taxonomies=category ]’); ?>
You must be logged in to reply to this topic.