Change Popular Coupon Widget to Outgoing URL
Right now the single coupon page opens when the link to the 'Popular Coupon' widget is clicked. I want to change the current permalink to the clpr_coupon_out_url.
I can't seem to get the code figured out to make this work. The code is at clipper/includes/theme-widgets.php.
Line 34: $result .= '<li><a href="' . get_permalink(get_the_ID()) . '">' . get_the_title() . '</a> - ' . get_comments_number('0', '1', '%') . ' ' . __( 'comments', APP_TD ) . '</li>';
What I need to change: get_permalink(get_the_ID())
I'm not sure what to change it to. Can anyone help?