Home Forums WoodMart support forum Homepage banner links Reply To: Homepage banner links

#231148

Artem Temos
Keymaster

Hello,

Try to edit the file

woodmart\inc\shortcodes\promo-banner.php

and find this line:

if ( strrpos( $link, '|') ){

replace it with this line:

if ( strrpos( $link, '|') || strrpos( $link, 'rl:') ){

Best Regards