0byt3m1n1
Path:
/
var
/
lib
/
vz
/
www
/
clients
/
client6
/
web11
/
web
/
wp-content
/
themes
/
di-ecommerce
/
[
Home
]
File: content.php
<div id="post-<?php the_ID(); ?>" <?php post_class('clearfix single-posst di-post-contents di-archive'); ?>> <div class="content-first" itemscope itemtype="http://schema.org/CreativeWork"> <?php $template_parts = get_theme_mod( 'single_structure', array( 'categories', 'single_headline', 'date', 'featured_image', 'single_content', 'tags' ) ); if ( ! empty( $template_parts ) && is_array( $template_parts ) ) { foreach ( $template_parts as $part ) { get_template_part( 'template-parts/post-parts/post-' . $part ); } } ?> </div> </div>