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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - cuda, pycuda -- how to write complex numbers -- errors:class "cuComplex" has no member "i" -

How do I check if an insert was successful with MySQLdb in Python? -