Reply To: Add additional line below copyright information

Home Forums WordPress Themes – Premium Pure & Simple Add additional line below copyright information Reply To: Add additional line below copyright information

#16940
Bidur
Moderator

Hello Gdub,

yes, you can add title attribute to it.

do like below example to put title attribute and to open link in new tab

<?php esc_attr_e('Maintained/ provided by', 'puresimple'); echo "&nbsp"; printf(__('<a href="/'.esc_url('%s').'"  /> your data to displayed ', 'puresimple'), 'Your hyper link'); ?>

Note: target=”blank” opens link to new tab

Thanks