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