summaryrefslogtreecommitdiff
path: root/loop-templates/content-angebotenotitle.php
diff options
context:
space:
mode:
authorMax2019-02-17 17:20:43 +0100
committerMax2019-02-17 17:20:43 +0100
commitc4b2eb526c5733cc32b0550eb76fd072531e223c (patch)
tree9e3355627357ca392ae26574c81181bf33bd028e /loop-templates/content-angebotenotitle.php
parent43a8c0fe50529a6b4161d12f087925c06ce37574 (diff)
downloadfuselkoenig_de-c4b2eb526c5733cc32b0550eb76fd072531e223c.tar.gz
Creates custom post type and custom taxonomy and renders them correctly.
Diffstat (limited to 'loop-templates/content-angebotenotitle.php')
-rw-r--r--loop-templates/content-angebotenotitle.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/loop-templates/content-angebotenotitle.php b/loop-templates/content-angebotenotitle.php
new file mode 100644
index 0000000..11f8b0e
--- /dev/null
+++ b/loop-templates/content-angebotenotitle.php
@@ -0,0 +1,15 @@
+<?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>