Jump to content

Can I modify this WordPress plugin?


presario1

Recommended Posts

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/username

I 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! smile.gif

Link to comment
Share on other sites

  • 3 weeks later...

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.