• Resolved pinksharpii

    (@pinksharpii)


    Can we change/remove the View all Jobs link on the individual Job page? The shortcode is on our /careers page. We would like the View All link to go back to that page where the shortcode is. It doesn’t make sense to have jobs listed on two pages.

    Also is it possible to change the permalink of the jobs?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Indeed.com

    (@indeedcom)

    Hi pinksharpii,

    Thank you for reaching out to us! We’re checking with engineering team to get the answers. Please let us get back to you once we have more.

    Thanks!
    Indeed

    Plugin Author Indeed.com

    (@indeedcom)

    Hi pinksharpii,

    Thank you for your patience.

    We relayed your request to our Product team and now they are aware. As the team is going to keep improving this product, and this has become a great feedback for them.

    Thank you again your feedback, please feel free to let us know if you notice anything.

    Thank you!
    Indeed

    You can hide the all jobs link by adding a bit of CSS to your theme.

    //hides the "Go to all jobs" link at the bottom of Indeed pages
    a[href$="indeed-jobs/"] {
        display: none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘View all Jobs Link’ is closed to new replies.