Re: Quick Q – link to a website
To be a bit more clear, gwebsite_get_group_website() returns the ‘web site’ correctly as below:
Though using $link = gwebsite_get_group_website();
when
$group_website = ' '.gwebsite_get_group_website().' ' ;
return $group_website;
returns the url as http://localhost/wordpress/groups/example-group/www.example-group.com and not to http://www.example-group.com .
Any idea’s were Im going wrong?