• How do I get just the jobs that are available and not all jobs posted via the RSS feed.

    This is what I am using at the moment but it lists also jobs that have been fulfilled.

    https://jobs.sebs-studio.com/feed/?post_type=job_listing

    I only want jobs listed that have not been fulfilled.

    Is this possible?

    Please let me know when you can.

    Thanks.

    Seb

    https://www.ads-software.com/plugins/wp-job-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Jolley

    (@mikejolley)

    If you use /feed/job_feed you can filter the args directly using job_feed_args and hide filled positions. It’s a meta key named _filled

    Thread Starter Sébastien Dumont

    (@sebd86)

    Do I need to use add_filter for this or can I simply enter the meta key and value in the url?

    I’m a novice at the moment when it comes to using RSS feeds.

    Plugin Author Mike Jolley

    (@mikejolley)

    You need the filter afaik – I couldn’t make it work with the querystring.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘RSS feed only jobs available’ is closed to new replies.