Home › Forums › WoodMart support forum › Homepage banner links › Reply To: Homepage banner links
October 6, 2020 at 7:22 am
#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