mirror of
https://github.com/ascribe/wp-theme
synced 2025-01-03 10:25:08 +01:00
auto link all links within contact point
This commit is contained in:
parent
f2c9d64ac5
commit
29575b7762
@ -799,7 +799,7 @@ class Subtemplate {
|
|||||||
the_row();
|
the_row();
|
||||||
|
|
||||||
$title = get_sub_field('contact_description');
|
$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'>
|
$contactPoints .= "<article class='contact-point'>
|
||||||
<h1>{$title}</h1>
|
<h1>{$title}</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user