Is there a possibility when using the newscast advertising widget to set the link as nofollow?
Thanks
Advertising widget nofollow setting?
4 posts from 2 voices-
Posted 1 year ago #
-
Hey,
adjust following code line in newscast\framework\theme_widgets\advertising_widget.php :
echo '<a href="'.$ref_url.'" class="preloading_background link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" ><img class="rounded" src="'.$image_url.'" title="" alt=""/></a>';I.e. change it to:
echo '<a href="'.$ref_url.'" rel="nofollow" class="preloading_background link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" ><img class="rounded" src="'.$image_url.'" title="" alt=""/></a>';Posted 1 year ago # -
Cheers, always great help Dude :D
Posted 1 year ago # -
Glad that I could help you :)
Posted 1 year ago #
Reply
You must log in to post.














