Unsubscribe link on subscribe page

Hello, I was wondering what the purpose of the “Unsubscribe” link next to the “Subscribe” button on the subscribe page is? Is there a way to remove it?

Thanks,

Todd

It is there so that your subscribers can easily unsubscribe from your lists if they don’t want to keep receiving your mailings, though they can also unsubscribe from within each mail you send.

@Toddro61 That link can be removed by setting this to false in the config.php file

// Show link to the unsubscribe page on the phpList public homepage (lists/)
define('SHOW_UNSUBSCRIBELINK', true);

Got it. This wasn’t in my config.php file so I had to add it.

Thanks,

Todd