• Resolved sezzbanana

    (@sezzbanana)


    Hi,

    My url is mypage.com/job-openings but I want to change to : mypage.com/careers

    How do I change this?

    Every time I change the slug in the backend the code breaks and results in the page saying “job archives” and then loses the introductory paragraph content and correct page heading on the page.

    Thanks,
    Sarah

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support vidyakv

    (@vidyakv)

    Hi @sezzbanana,

    Thanks for reaching out to s.

    The issue looks really strange. Could you please create a temporary admin login and send us the credentials.
    You can share the details b creating a support ticket on our website.

    Regards,
    Vidya K V

    @vidyakv,

    I am experiencing the same kind of issue.

    Unfortunately I’m developing on a private network and cannot share access to it.

    Do you have any updates on this?

    Thanks,
    Andrea

    Plugin Support vidyakv

    (@vidyakv)

    Hi,

    This issue mainly happens due to job archives and the page where shortcode applied to have the same slug. So, please follow the below instructions for loading the page that contains the shortcode instead of the archive page.

    1. Please go to your child theme(recommended) or theme functions.php file and add this code to it.
      /**
       * Customize 'awsm_job_openings' post type arguments.
       *
       * @param array $args arguments.
       * @return array
       */
      function awsm_job_openings_args( $args ) {
      	$args['has_archive'] = false;
      	return $args;
      }
      add_filter( 'awsm_job_openings_args', 'awsm_job_openings_args', 100 );
    2. Then, go to Settings > Permalinks and click Save Changes from the WordPress admin screen.

    Regards,
    Vidya K V

    Support,

    Just wondering why the plugin filter does not show when I use the awsm widget for example on website.com/career page. But it shows on a different url which is website.com/jobs where there is no header at all. Where can I add our own header so It will match with the other page?

    Thanks,
    Phil

    Plugin Support vidyakv

    (@vidyakv)

    Hi @phil023,

    Could you please make it clear your issue in detail? If possible please provide s with an example URL.

    Regards,
    Vidya K V

    Vidyakv,

    Ok, I will share the link when I upload it.
    But for the meantime, what I mean is how can I customize the header of the page.
    Is it possible to change the slug to career instead of jobs?

    Regards,
    Phil

    Plugin Support vidyakv

    (@vidyakv)

    Hi Phil,

    We will provide you solution for customizing the header when you share the link.
    You can change the slug from Job Openings > Settings > General > URL slug.

    Regards,
    Vidya K V

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Job openings page url / slug’ is closed to new replies.