diff options
| author | Max | 2019-02-17 17:20:43 +0100 |
|---|---|---|
| committer | Max | 2019-02-17 17:20:43 +0100 |
| commit | c4b2eb526c5733cc32b0550eb76fd072531e223c (patch) | |
| tree | 9e3355627357ca392ae26574c81181bf33bd028e /loop-templates/content-angebotenotitle.php | |
| parent | 43a8c0fe50529a6b4161d12f087925c06ce37574 (diff) | |
| download | fuselkoenig_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.php | 15 |
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> |
