GeneratePress Black Friday Sale Now ON! $59.99 $44

  1. Home
  2. /
  3. Blog
  4. /
  5. Genesis framework
  6. /
  7. Advanced
  8. /
  9. Simple URLs Tutorial

Simple URLs Tutorial

The Simple URLs plugin by StudioPress helps you make affiliate links shorter. And because you control the text in the link, you can make your outbound links easier to understand for your site visitors.

A link that looks like this…

Simple urls long link

Is made to look like this…

A simple urls shortend link

After you install and activate the Simple URLs plugin you need to re-save your permalinks.

Save Permalinks.

Don’t change anything here. You’re just saving the settings to make sure the plugin knows what permalink settings you’re using.

Save permalinks settings

Set up a Simple URLs redirect.

Simple URLs > Add New.

Simple urls add new url

Put a name for your link in the “Enter Title Here” box.

I typed StudioPress in this box because I wanted my StudioPress affiliate link to open when the link was clicked.

Redirect information > Redirect URI > Paste your link in this box.
Paste the link you got from Share a Sale in this box. This could be a very long affiliate link.

Name your simple url

Click the blue Publish button to the right of the screen.

The publish button in simple urls

Click the View URL button to make sure your link works.

Test your url

Copy the link near the edit button.

This link will end with /go/studiopress in this example. If you typed a different word or phrase in the text box at the top of the page, that word or phrase will appear here. If you typed multiple words they’ll be separated-with-hyphens.

Use this link whenever you want to use your affiliate link. When someone clicks the shorter link, they’ll be automatically sent (redirected) to your much longer affiliate link.

Make as many URL’s as needed.

Copy the url


How to change the word /go/ in your links.

Beware! Editing PHP can break your website.
Only do this next step if you know what you are doing.

There’s no need to change this text, but if you want to you can.

Plugins > Editor.
In the top right corner of your screen you’ll see a box that says…
Select plugin to edit: Choose Simple URLs, click the Select button.

How to change go text in simple urls

Find this line in the code…

'rewrite' => array( 'slug' => 'go', 'with_front' => false )

The easiest way to find this is using Firefox’s search box. Press CTRL + F on your keyboard. A search box opens at the bottom of Firefox. Type ‘go’ in this search box and press enter on your key board or press the next button in the search tool.

Replace the word go with something else…

'rewrite' => array( 'slug' => 'go', 'with_front' => false )
'rewrite' => array( 'slug' => 'out', 'with_front' => false )

Click the blue Update File button.

Re-save your permalinks.

Settings > Permalinks.

In our example the links will now end with /out/…

…/go/studiopress, becomes …/out/studiopress.

Some people choose to set their links to be no follow or to set disallow in their robots txt. You can find more information on Yoasts website, affiliate links and SEO.