Hi this is what i have:
(<span class='copyright'>© <?php _e('Copyright','avia_framework'); ?> - <a>'><?php echo get_bloginfo('name');?></a> - <a href='http://www.domain.ca'>xxxxxxxx</a></span>)
This is what i want:
i want to change the echo blog name to show the text i want and this is what i did...
(<span class='copyright'>© <?php _e('Copyright','avia_framework'); ?> - <a>'>xxxxxxxxx </a> - <a href='http://www.domain.ca'>xxxxxxxx</a></span>)
But the problem i want the xxxx that replaced the blog name since i want to use a specific name that link to the Home URL as you see TO OPEN in a new window. So the whole copyright line links to open ina new window, what should i do ????
regards














