Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #256565
    hoowei
    Member
    Post count: 4

    How do i change team’s person page permalink ?team=123 to /person/123

    #256586
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit team-type.php file at /dante/swift-framework/custom-post-types/.

    Find this code:-
    'rewrite' => false,

    Change with:-
    'rewrite' => true,

    Thanks
    Mohammad

    #256647
    hoowei
    Member
    Post count: 4
    This reply has been marked as private.
    #256649
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can try to use this plugin https://wordpress.org/plugins/custom-post-type-permalinks/.
    Thanks
    Mohammad

    #256659
    hoowei
    Member
    Post count: 4
    This reply has been marked as private.
    #256663
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please find this code:-

    menu_icon'=> 'dashicons-groups',
    'rewrite' => false,
    

    Change it to:-
    `
    menu_icon’=> ‘dashicons-groups’,
    ‘rewrite’ => array(‘slug’=>’ChangeTeam’),`

    Thanks
    Mohammad

    #256692
    hoowei
    Member
    Post count: 4

    Thank you!!!
    It’s solved 🙂

    #256693
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad to help you.
    Thanks
    Mohammad

Viewing 8 posts - 1 through 8 (of 8 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