在自定义php代码上添加目标空白


add target blank on custom php code

如何在另一个窗口中打开链接?

<?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 } ?>

您需要将target="_blank"添加到"a"标记