Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter griffingroupe

    (@griffingroupe)

    when I just pull up the post type

    https://www.example.com/?post_type=rsjp_job_postings

    Throws this error on the second job posting:

    Fatal error: Cannot redeclare rsjpsubmitforminclude() (previously declared in /home/content/63/8358563/html/wp-content/plugins/resume-submissions-job-postings/resume-submission.php:235) in /home/content/63/8358563/html/wp-content/plugins/resume-submissions-job-postings/resume-submission.php on line 235

    I think this is the ticket. Can this be fixed?

    Thread Starter griffingroupe

    (@griffingroupe)

    I removed the short code for resume submission and replaced it with my own button. Issue fixed. Is there a way to direct candidates to the resume submission for that specific job without a short code?

    Plugin Author kandrews

    (@kandrews)

    On the rss issue, I cannot replicate this on my side.
    With permalinks on and set to default, I can see all of the postings.

    With the button issue, I see the problem and this should be fixed in an the next update.

    To get the form to see which job they came from, add this line to your submit button:
    <input type="hidden" value="YOUR JOB POSTING SLUG/POST_NAME" name="fromPosting">

    Just edit the value info to match your posting’s slug/post_name value.

    Thread Starter griffingroupe

    (@griffingroupe)

    That works. thanks for the quick response.

    Plugin Author kandrews

    (@kandrews)

    No problem!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Resume Submissions & Job Postings] Creating an RSS Using Custom Post Types to Broadcast’ is closed to new replies.