标签: php html hyperlink
如何在另一个窗口中打开链接?
<?php if(get_option_tree('rss')) { ?> <a href="<?php get_option_tree('rss',$theme_options,'true'); ?>" id="rss" title="RSS" class="tt_top"></a><?php } ?>
答案 0 :(得分:3)
您需要添加target="_blank" to the 'a' tag
target="_blank"