0byt3m1n1
Path:
/
data
/
27
/
5
/
48
/
71
/
5374886
/
user
/
6435255
/
htdocs
/
wp-content
/
themes
/
melos
/
[
Home
]
File: content-single.php
<?php /** * The Single Post content template file. * * @package ThinkUpThemes */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php thinkup_input_postmedia(); ?> <?php thinkup_input_postmeta(); ?> <div class="entry-content"> <?php the_content(); ?> </div><!-- .entry-content --> </article> <div class="clearboth"></div>