presario1 Posted March 9, 2013 Share Posted March 9, 2013 Hi,I am a complete newbie when comes to coding. I'd appreciate very much the help.There's this WordPress plugin where you cloak your links (the plugin here --> http://bit.ly/13AYpUF).It redirects the link using this model: websitename.com/go/usernameI want the name in the link instead of "go" to be "list" -- like this : websitename.com/list/username(p.s. instead of the name "list" I may choose a different one.)I tried myself to replace within the code the name "go" with "list", but after doing this, when clicking the link it showed a 404 error page.Thank you VERY much! Quote Link to comment Share on other sites More sharing options...
trq Posted March 9, 2013 Share Posted March 9, 2013 You forgot to ask a question. Quote Link to comment Share on other sites More sharing options...
QuickOldCar Posted March 25, 2013 Share Posted March 25, 2013 By looking at the plugin, changing the original code to this should work fine. 'rewrite' => array( 'slug' => 'list', 'with_front' => false ) Did you follow the step of saving the permalink structure? Navigate to Settings > Permalinks and save them. Yes, just click save. Trust me. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.