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