Closed mathetos closed 9 years ago
I am also facing this problem right now. I have tried the "define('GIVE_SLUG', 'blabla')". But it didn't worked. I've seen a section in GiveWp official site like:
Please note that this will have no impact on the “Default” permalink style, but on all others it will appear like the above. Also note that after making this change, it’s best to refresh your permalinks to see the change affected.
But I don't know how to do refreshing my permalinks. Any help would be appreceiated. :))
Hello @allegres, Im sorry to hear your are difficulties defining a new page slug. A simple method for refreshing your permalinks can be done through the Wordpress dashboard.
If the problem persists I would suggest submitting a new bug report as this issue was closed in 2015. Submitting a new bug report will also allow us to bring more attention to this specific issue. Thanks for reaching out!
define('GIVE_SLUG', 'donate');
should change the Archive page and single form url to use/donate/
instead of/donations/
but it doesn't seem to be working correctly. Tested with both Archives disabled and enabled. Reseaved permalinks several times.