With the "Attributes Plugin" that i bought, i have created an EMAIL Attributes. This is the code that i have now to display this Attribute:
<?php if(function_exists('atr_show_attribute')) { echo atr_show_attribute(9); } ?>
listing example that shows the email attribute:
if i want to display only the email "
[email protected]" what code i must put for that attribute?