• Resolved degublog

    (@degublog)


    When i try to use the shortcode for subit to wordpress i get only the message “wp_post post_type specified does not exists.”

    I used this original code from the plugin

    [upg-form class=”pure-form pure-form-stacked” title=”Submit to WordPress” name=”my_form” post_type=”wp_post” taxonomy=”category” tag_taxonomy=”post_tag”]
    [upg-form-tag type=”post_title” title=”Title” value=”” placeholder=”main title”]
    [upg-form-tag type=”category” title=”Select category” taxonomy=”category” ]
    [upg-form-tag type=”tag” title=”Insert tag”]
    [upg-form-tag type=”article” title=”Description” placeholder=”Content Plz”]
    [upg-form-tag type=”file” title=”Select file”]
    [upg-form-tag type=”submit” name=”submit” value=”Submit Now”]
    [/upg-form]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author odude

    (@odude)

    Yes, there is issue and need to get fixed. Thank you for your feedback.

    Use post_type=”post” instead wp_post.

    It should work for time being.

    Leave a review if you like my support.

    • This reply was modified 4 years, 11 months ago by odude. Reason: Spelling mistake
    Plugin Author odude

    (@odude)

    No reply but working at my end.

    Thread Starter degublog

    (@degublog)

    Hey, sorry, yes it is working ?? Thanks a lot

    Thread Starter degublog

    (@degublog)

    Is it possible to hide the category in this form and to define it?

    For example, i want that all images uploaded with this file go into the category “xyz” `?

    I tried it with the php code mentioned in the help but i think that is only for the gallery?

    Thanks again, i hope thats my last question

    Plugin Author odude

    (@odude)

    At advance UPG settings, set default category as ‘xyz’ and in [upg-form] page remove category selection field.

    Thread Starter degublog

    (@degublog)

    Do you mean this in advanced seetings “Default UPG Post Album” ? I cant find another one?

    And what do i have to do when i want severel forms with different categories?

    Thanks again!

    Plugin Author odude

    (@odude)

    Yes, default UPG post Album.
    For several forms, you need to do a little trick.
    Create a hidden input field inside [upg-form] and assign ‘xyx’ category ID into it.

    Please create a new topic in forum, so that the answers can be viewed by other visitors too.

    Thread Starter degublog

    (@degublog)

    okay, will do that later. By the way it worked but the category name was not taken in the wordpress post. the post has no category.

    Plugin Author odude

    (@odude)

    Please update to 2.07 it should work now with wp_post as post_type

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Submit to wordpress’ is closed to new replies.