From: stephen@cubedesigners.com Date: Thu, 17 Dec 2020 09:00:41 +0000 (+0000) Subject: Frontend template for Elementor saved templates. Added to allow maintenance page... X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=96ef0ea31fcabb3af06ba4537861d350e5fc037d;p=physioassist-wordpress.git Frontend template for Elementor saved templates. Added to allow maintenance page to display properly. WIP #3678 @0.5 --- diff --git a/wp-content/themes/physioassist/resources/views/single-elementor_library.blade.php b/wp-content/themes/physioassist/resources/views/single-elementor_library.blade.php new file mode 100644 index 00000000..edae9855 --- /dev/null +++ b/wp-content/themes/physioassist/resources/views/single-elementor_library.blade.php @@ -0,0 +1,8 @@ +@extends('layouts.app') + +@section('content') + @while(have_posts()) @php(the_post()) + @include('partials.page-header') + @include('partials.content-page') + @endwhile +@endsection