Your account expired support, please renew to get your support.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26006
    whoismuktar
    Support Expired

    Hi Billy,
    I also have this issue, is there a doc guide on changing the slug? cos ive broken it 😄

    #26022

    Hello,

    Please add this custom code to file functions.php( child-theme):

    add_filter('luxtower_property_custom_slug', 'luxtower_property_custom_slug');
    function luxtower_property_custom_slug(){
    return 'your-slug';
    }
    

    After changing the slug you have to reset the permalink.

    • This reply was modified 1 year, 8 months ago by Billy Nguyen.
    #26028
    whoismuktar
    Support Expired

    This worked. thanks

    #26030

    Ok, let me know if you need to help.

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

You must be logged in to reply to this topic.