alain-renand
Sophomore
Just Getting Started
Member Likes (0)
Hi all,
by default the url is like /questions/
i would like to change this part of the url, may i know how to do it ?
thx

Responses (4)
People Person (joined February 2012) Likes (0)
Hello Alain!
Great Question and after doing some research I've actually updated the usage docs to include instructions for doing this!
If you want to change the Slug, or url, of your Questions you can define any of the following in your wp-config.php
QA_SLUG_ROOT
QA_SLUG_ASK
QA_SLUG_EDIT
QA_SLUG_UNANSWERED
QA_SLUG_TAGS
QA_SLUG_CATEGORIES
QA_SLUG_USER
using the following format define('QA_SLUG_ROOT', 'yourslughere');
Best,
Kimberly
If the above action did not result in the resolution or common end to this ticket then please feel free to come back here for comment. Just be sure you mark "Not Resolved" to re-open or we might miss it! :) Thanks!
People Person (joined February 2012) Likes (0)
Hello Alain!
Great Question and after doing some research I've actually updated the usage docs to include instructions for doing this!
If you want to change the Slug, or url, of your Questions you can define any of the following in your wp-config.php
QA_SLUG_ROOT
QA_SLUG_ASK
QA_SLUG_EDIT
QA_SLUG_UNANSWERED
QA_SLUG_TAGS
QA_SLUG_CATEGORIES
QA_SLUG_USER
using the following format define('QA_SLUG_ROOT', 'yourslughere');
Best,
Kimberly
If the above action did not result in the resolution or common end to this ticket then please feel free to come back here for comment. Just be sure you mark "Not Resolved" to re-open or we might miss it! :) Thanks!
Member (joined January 2013) Likes (0)
Hello,
I tried to change "/questions/" with this line "define(‘QA_SLUG_ROOT’, ‘communaute’);" in WP-config but it doesn't work, How can i do that ?
Thanks you in advance
Support Kangaroo (joined March 2011) Likes (0)
Greetings,
Originating member no longer active.
Marking resolved.
Cheers, Joe
Become a member