(root)/single.php - Rev 1
Blame |
Last modification |
View Log
| RSS feed
<?php get_header(); ?>
<div id="page">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="<?php echo langtext147; ?> <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<p class="authormeta"><em><?php echo langtext150; ?> <?php the_author() ?> <?php echo langtext151; ?> <? the_date() ?> alle <?php the_time() ?><?php echo langtext152; ?></em> <?php edit_post_link(langtext119,'(',')'); ?></p>
<div class="entrytext">
<?php the_content('<p class="serif">'.langtext148.'</p>'); ?>
<?php link_pages('<p><strong>'.langtext149.'</strong> ', '</p>', 'number'); ?>
</div>
<div class="postmetadata">
Categorie: <?php the_category(', ') ?><br />
<?php comments_rss_link('RSS commenti'); ?>
<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) { // Both Comments and Pings are open ?>
• <a href="#respond"><?php echo langtext112; ?></a> • <a href="<?php trackback_url(true); ?>" rel="trackback"><?php echo langtext114; ?></a>
<?php }
elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) { // Only Pings are Open ?>
• <a href="<?php trackback_url(true); ?>" rel="trackback"><?php echo langtext114; ?></a>
<?php }
elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) { // Comments are open, Pings are not ?>
• <a href="#respond"><?php echo langtext112; ?></a>
<?php } ?>
</div>
</div>
<div id="adsense_commenti">
<script type="text/javascript"><!--
google_ad_client = "pub-9315929857109370";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "111111";
google_color_bg = "111111";
google_color_link = "86A1B6";
google_color_text = "888888";
google_color_url = "86A1B6";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p><?php echo langtext153; ?></p>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>