• Please can you advise how I change the url of the job listing?

    At the moment it says:

    domain.com/job/administrator

    … and if I have two administrator jobs it says…

    domain.com/job/administrator-2

    Is there any way to get it to show with the job id in the text?

    i.e. domain.com/job/117-administrator

    Thanks – Gets very confusing otherwise! 🙂

    Gary

Viewing 3 replies - 1 through 3 (of 3 total)
  • This is not possible at the moment – it simply uses WP’s built in unique URL generator.

    It will be possible to change the URL when WordPress 3.0 is released, I’m planning on updating Job Manager to use the same interface as editing Pages/Posts, when you edit Jobs.

    In the mean time, you can edit the URL manually using the following query in your WordPress database (after taking a backup, of course):

    UPDATE wp_posts SET post_name='117-administrator' WHERE ID=117 LIMIT 1;

    If the plugin saves stuff as per normal posts, you can modify the permalinks for normal posts from the post edit screen, or quick edit view.

    It uses a custom post type, so it doesn’t show up on the post edit screen – hence the wait for WP3, when custom post types get to use the post edit screen, too.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Job Manager] Change Job URL’ is closed to new replies.