ASong2U_Web/wp-content/themes/score/attachment.php
2012-09-19 18:12:20 +00:00

12 lines
270 B
PHP

<?php get_header(); ?>
<?php if($gp_settings['title'] == "Show") { ?><h1 class="page-title"><?php the_title(); ?></h1><?php } ?>
<div id="content">
<?php the_attachment_link($post->post_ID, true) ?>
<?php the_content(); ?>
</div>
<?php get_footer(); ?>