I search about open in new windows with PHP code , but I don't know how to adapt the code:
1)
<a href="<?php echo $value['link'] ?>" class="btn btn-primary btn-large appico-content-more"><?php echo $value['readmore']
2)
if(isset($value['showlink']) and $value['showlink']=='yes' ) echo '<a href="' . $value['link'] . '">';
I need that link open in new windows.