[Plugin: Connections] How do you mask the Website URL?
-
I would like to mask the URL to the website of someone’s profile. Currently there is only the option, typing in the full URL into the website field, including https:// and calling it using:
<?php echo $entry->getWebsiteBlock() ?>
It appears as so: “Website: Http:// FULL URL LINK”I’ve tried the following:
<a href="<?php echo $entry->getWebsiteBlock() ?>">MASK HERE</a>
and
<a href="<?php echo $entry->getWebsites() ?>">MASK HERE</a>
but neither worked. the first just displayed ‘array’, and the second one broke the site.Any help?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Connections] How do you mask the Website URL?’ is closed to new replies.