diff options
Diffstat (limited to 'dist/loop-templates/content-blank.php')
| -rw-r--r-- | dist/loop-templates/content-blank.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/loop-templates/content-blank.php b/dist/loop-templates/content-blank.php new file mode 100644 index 0000000..01ff3af --- /dev/null +++ b/dist/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(); |
