12 lines
259 B
PHP
12 lines
259 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(); ?>
|