Which themes include this function? There is a space in options to write down the site name, when default theme is used. But it doesnt work. Can you please set the themes which have this function?
I do not know of any themes that use it. But using the code acrylian provided, its extremely easy to open up whatever page you want to have it on and drop in the code.
<?php printMainSiteLink(getMainSiteName(), '$class', '$id'); ?> Should print a link using the link and site name you entered in the admin.
Comments
`
<?php getMainSiteName(); ?>
<?php getMainSiteURL(); ?>
<?php printMainSiteLink('$title', '$class', '$id'); ?>
`
<?php printMainSiteLink(getMainSiteName(), '$class', '$id'); ?> Should print a link using the link and site name you entered in the admin.
Daniel