• Resolved tanmayjalan

    (@tanmayjalan)


    Hi Team
    Thank you for the amazing plugin. I have a query related to setting up custom slug for category pages.
    I have changed the slug in wp-config.php using: define(‘GIVE_SLUG’, ‘crowdfunding’)
    However, the category pages still use the default donations slug.
    Example:
    – Current URL: xyz.com/donations/category/education/
    – Expected URL: xyz.com/crowdfunding/category/education/

    Do I need to override any other constant?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Rick Alday

    (@mrdaro)

    Hi @tanmayjalan,

    Happy to help.

    Use this instead:
    define('GIVE_FORMS_SLUG', 'crowdfunding');

    It will apply to single forms as well as form categories and tags.

    Plugin Support Matheus Martins

    (@matheusfd)

    Hey @tanmayjalan,

    Do you still need assistance here? I’ll close this ticket for now but if you still need assistance with it, please reopen it and we’ll happily assist you.

    If you have other issues, you can open a new ticket and we’ll help you there too.

    Thanks for using GiveWP! Have a great day.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Slug for Category archives’ is closed to new replies.