• Resolved ojasya

    (@ojasya)


    Hey there

    We want to have different GiveWP Slug for different website in our multisite WordPress environment.
    Since this is normally defined in wp-config.php. I don’t see how I can acheive this.

    Can you please help

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Matheus Martins

    (@matheusfd)

    Hi, @ojasya.

    Glad you reached out.

    Since you need to edit the slug on the wp-config.php file, we do not have a way to change it for specific sites inside of a network.

    Although we do not have this feature out of the box, it would be exciting and valuable to understand how it would work for you and improve your workflow, so the product development team has some insights into how it would behave.

    Also, is there any workaround that you are using? It would be good to hear from you about that too, and what this feature would allow you to do. All ideas are appreciated, and I’m happy to share your insights with the product development team so that they can discuss the feasibility of this feature.

    I hope this clarifies, and I look forward to hearing back from you!

    Thread Starter ojasya

    (@ojasya)

    Hey @matheusfd

    Thanks a lot for your reply.

    By default, slug is “donation” so URL for forms are

    https://example.com/donation/form1
    https://example.com/donation/form2
    https://example.com/donation/form3

    But I have a client – “Client 1” who don’t want slug to be “donation” , and rather want it to be “campaign”
    so for him we handle this by adding following code in wp-config.php

    define('GIVE_SLUG', 'campaign');

    and the URLS becomes

    https://client1site.com/campaign/form1
    https://client1site.com/campaign/form2
    https://client1site.com/campaign/form3

    but suppose in future a new client – “Client 2” comes in and demand that he want slug to be
    “fundraiser” i.e. the URLs will be

    https://client2site.com/fundraiser/form1
    https://client2site.com/fundraiser/form2
    https://client2site.com/fundraiser/form3

    SO this is the use case .

    and I suppose that only way to change slug is via wp-config.php

    OR am I missing something?


    Nope I don’t have any solution.. For now I am using third party plugins- Permalink manager to remove slug or edit slug to handle this .. But that is creating unnecssary redirects and I want to avoid that.

    So please let me know if you come up with some solution

    Plugin Support Matheus Martins

    (@matheusfd)

    Thanks for the insights, @ojasya.

    I added your feature request here: https://feedback.givewp.com/feature-requests/p/different-givewp-slugs-on-a-multisite.

    We are actively tracking user feedback to understand further the needs you all have. You can use the link to check in for updates or to provide additional details of your own. I would encourage you to comment on that post about the impact this would have on your organization. Information like that is always helpful for our teams to see. I’ve also linked your ticket internally, so if this feature request is developed, we can reach out to update you.

    Give the post above a look, and let me know if there are any additional details you would like me to add. I want to ensure your need is as accurately reflected as possible, and I’m happy to include an internal note to our teams with any specific information you would like them to have.

    Feel free to reach out to us if you have any further inquiries or require additional assistance. We’re always happy to help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.