From: stephen@cubedesigners.com Date: Mon, 30 Sep 2019 10:37:42 +0000 (+0000) Subject: Fix #3090 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e9eed579a88a55a1cef71753e70d8eb5c82e795c;p=physioassist-wordpress.git Fix #3090 @0.25 --- diff --git a/wp-content/themes/physioassist/resources/views/partials/content-single.blade.php b/wp-content/themes/physioassist/resources/views/partials/content-single.blade.php index 5662b998..6b002c58 100644 --- a/wp-content/themes/physioassist/resources/views/partials/content-single.blade.php +++ b/wp-content/themes/physioassist/resources/views/partials/content-single.blade.php @@ -7,7 +7,7 @@
@include('partials/entry-meta') -

{{ get_the_title() }}

+

{!! get_the_title() !!}

@php(the_content()) diff --git a/wp-content/themes/physioassist/resources/views/partials/content.blade.php b/wp-content/themes/physioassist/resources/views/partials/content.blade.php index 8895612c..e54c299a 100644 --- a/wp-content/themes/physioassist/resources/views/partials/content.blade.php +++ b/wp-content/themes/physioassist/resources/views/partials/content.blade.php @@ -7,7 +7,7 @@
@include('partials/entry-meta') -

{{ get_the_title() }}

+

{!! get_the_title() !!}

@php(the_excerpt())