html - add target blank on custom php code -
html - add target blank on custom php code -
how can open link in window?
<?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 } ?>
you'll need add together target="_blank" to 'a' tag
php html hyperlink
Comments
Post a Comment