summaryrefslogtreecommitdiff
path: root/loop-templates/content-empty.php
diff options
context:
space:
mode:
Diffstat (limited to 'loop-templates/content-empty.php')
-rw-r--r--loop-templates/content-empty.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/loop-templates/content-empty.php b/loop-templates/content-empty.php
new file mode 100644
index 0000000..5681144
--- /dev/null
+++ b/loop-templates/content-empty.php
@@ -0,0 +1,12 @@
+<?php
+/**
+ * Content empty partial template.
+ *
+ * @package understrap
+ */
+
+if ( ! defined( 'ABSPATH' ) ) {
+ exit; // Exit if accessed directly.
+}
+
+the_content();