summaryrefslogtreecommitdiff
path: root/loop-templates/content-angebotenotitle.php
diff options
context:
space:
mode:
Diffstat (limited to 'loop-templates/content-angebotenotitle.php')
-rw-r--r--loop-templates/content-angebotenotitle.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/loop-templates/content-angebotenotitle.php b/loop-templates/content-angebotenotitle.php
deleted file mode 100644
index 11f8b0e..0000000
--- a/loop-templates/content-angebotenotitle.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-/**
- * Single post partial template.
- *
- * @package understrap
- */
-
-if ( ! defined( 'ABSPATH' ) ) {
- exit; // Exit if accessed directly.
-}
-?>
-
-<div <?php post_class(array('offer-page')); ?> id="post-<?php the_ID(); ?>">
- <?php do_shortcode( the_content() ); ?>
-</div>