mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 09:13:38 +01:00
Merge pull request #14 from ascribe/fix/11
auto link all links within contact point
This commit is contained in:
commit
2b6d172087
@ -802,7 +802,7 @@ class Subtemplate {
|
||||
the_row();
|
||||
|
||||
$title = get_sub_field('contact_description');
|
||||
$contactInfo = get_sub_field('contact_details');
|
||||
$contactInfo = make_clickable(get_sub_field('contact_details'));
|
||||
|
||||
$contactPoints .= "<article class='contact-point'>
|
||||
<h1>{$title}</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user