]> _ Git - physioassist-wordpress.git/commitdiff
Frontend template for Elementor saved templates. Added to allow maintenance page...
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 17 Dec 2020 09:00:41 +0000 (09:00 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 17 Dec 2020 09:00:41 +0000 (09:00 +0000)
wp-content/themes/physioassist/resources/views/single-elementor_library.blade.php [new file with mode: 0644]

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 (file)
index 0000000..edae985
--- /dev/null
@@ -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