Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Hassan Akhtar

    (@khaxan)

    You’ll have to edit the plugin files. Are you up for that?

    Thread Starter MrRojiiR

    (@mrrojiir)

    Yes I would like to try

    Plugin Author Hassan Akhtar

    (@khaxan)

    Follow these steps:

    – Open the plugin in WordPress’ plugin editor.
    – Open file ajax.php and find wp_kses_post($post_content) (on line 146)
    – Replace it with wp_kses_post($post_content), 'post_type' => 'your_type' where your_type is your post type
    – Save the changes.

    Let me know if you face any problems.

    Thread Starter MrRojiiR

    (@mrrojiir)

    Thanks it worked perfectly.

    I would like to know if it’s possible to add more custom post type and have a front end publishing page for each of them maybe with a different shortcode ?

    I search a thing for give the abilities to my users to add a post in different custom post type I have created.

    I don’t know if I was understood ?

    Sorry for my english is not my primary language

    Plugin Author Hassan Akhtar

    (@khaxan)

    I understand what you are asking but unfortunately it is not possible right now. However you might want to take a look at the premium version of the plugin. It offers unlimited forms and you can create a different form for each post type.

    http://wpfrontendpublishing.com/

    Thread Starter MrRojiiR

    (@mrrojiir)

    Ok thanks, I will consider this possibility. I had the plugin to my favorite in codecanyon.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How can I use the plugin for add a post in a custom post type’ is closed to new replies.