• I am trying to use Jetpack Publicize module for my blog post and job post. I am using WP Job Manager plugin for job posting. I am facing a problem. Publicize is only working for blog post but not working for job post. Also i have edited the following line in WP Job Manager plugin

    'supports'=> array( 'title','editor', 'custom-fields','publicize'),

    But is is not working. Please tell me the solution.

    https://wordpress.org/plugins/jetpack/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor csonnek

    (@csonnek)

    Happiness Rocketeer 🚀

    It depends on whether or not the WP Job Manager plugin is using a custom post type (or CPT) for its job posting. If not, the above code would not work.

    Please check with that plugin developer to see how they’re setting their job postings and if they are using CPT, I’ll be happy to take a closer look.

    Let me know if you have any questions.

    Thread Starter Md Alamin

    (@bir0611)

    Yes the have used CPT and the wrote 'supports' => array( 'title', 'editor', 'custom-fields' ), in the CPT and i change it to 'supports'=> array( 'title','editor', 'custom-fields','publicize') but it is not working. But it is working for any other CPT. Please tell me the solution.

    Plugin Contributor csonnek

    (@csonnek)

    Happiness Rocketeer 🚀

    If it’s not working for this specific CPT, you would need to check with the other plugin developer to see why it isn’t working.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to use Jetpack Publicize with WP Job Manager Job Listings?’ is closed to new replies.