New Landing How can we help? Themeforest Theme Support Dante Adjust Jobs permalink and header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #60868
    logicbroker
    Member
    Post count: 21

    Hey guys, I was wondering if there was a way to change the permalink for job listings from ‘?jobs=’ to ‘/jobs/’ I know there isn’t currently a quick way to just change the slug, but I think this should be possible with a php change.

    Also, could you tell me where I would go to change the default alt-bg the individual job page headers use?

    Thanks.

    #60903
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Please go to Admin -> Settings -> Permalink -> here you can change it default to /sample-post-name/

    2- Please go to Admin -> Pages -> Edit Job Page -> Meta Options

    Thanks

    #62126
    logicbroker
    Member
    Post count: 21

    Neither one of these address the questions I asked. Jobs do not show up as normal pages in this theme so the permalink settings do not affect them (I already have custom permalinks set) and there are no Meta Options available for them because again, they are not regular pages.

    Could someone help here?

    #62404
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit jobs-type.php at /dante/swift-frmaework/custom-post-types/

    Find this code at line 18
    'rewrite'   => false,
    
    Replace with 
    'rewrite'    => true,
    

    Hopefully it should work 100% .
    Thanks

    #65372
    logicbroker
    Member
    Post count: 21

    This did not work.

    I have found the solution to changing the default alt-bg for jobs pages on my own, but still have not found a solution to changing the link taxonomy of single jobs pages.

    #65375
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please find this code
    ‘rewrite’ => true,
    Replace with
    ‘rewrite’ => array(‘slug’ => ‘jobs’),

    Hopefully it should work fine .

    Thanks 🙂
    With Best Regards
    Swift Ideas

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register