summaryrefslogtreecommitdiff
path: root/loop-templates/content-angebotenotitle.php
diff options
context:
space:
mode:
authorMax2019-03-06 19:07:24 +0100
committerMax2019-03-06 19:07:24 +0100
commiteb5a7e6c65a5ee33bbd4e2afb4dfb2f3ac019ff9 (patch)
treeb0ed93ad9fb1b596bbe2e331636711323ea37b07 /loop-templates/content-angebotenotitle.php
parentb54bc0d070ca21a1ec9c8a46da08ec3fb88a7bb8 (diff)
downloadfuselkoenig_de-eb5a7e6c65a5ee33bbd4e2afb4dfb2f3ac019ff9.tar.gz
Bugfix
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>