• Resolved jlgill

    (@jlgill)


    I’m using Responsive Post Carousel along with WP Job Manager. Job Manager creates a custom post type of “job_listing”. In addition, you can set a job to a “Featured Job” which sets a field in wp_posts called menu_order to “-1”.

    Is there any way to grab the post_type = “job_listing” AND menu_order = “-1”? I’m assuming I would have to override the plugin somehow so that I keep my changes and don’t lose those when the plugin has an update.

    Any help sure would be appreciated.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, is menu_order a custom field?

    Thread Starter jlgill

    (@jlgill)

    I believe it is. The other option is that there seems to be a custom category for job_listings because I was able to create a category of “Featured”. That custom category seems to be attached to the custom job_listings post type but it’s not in wp_post table.

    I thought if I could somehow attach that category to the jobs listings, I could use that taxonomy.

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    You have to modify wp_query in render.php file. Its inside inc directory. You have to provide custom meta key and value there to fetch those posts accordingly. You can contact [email protected] and we will do that for you.

    Thread Starter jlgill

    (@jlgill)

    Ok. My client actually purchased the Pro version yesterday, so I’ll combine the support request from [email protected] with this one over on the website.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post type and Featured’ is closed to new replies.