prova

Php code posted by bernat
created at 22 Nov 17:31

Edit | Back
1
2
3
4
5
6
7
8
    <div class="post">
      <h1><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h1>
      <span style="font-size:9pt;color:#333333;"><b>Posted:</b> <?php the_time('F jS, Y') ?> <b>Category:</b> <?php the_category(', ') ?> <?php the_tags(' | <b>Tags:</b> ', ', ', ''); ?> <?php if ( $user_ID ) : 
      ?> | <b>Modify:</b> <?php edit_post_link(); ?> <?php endif; ?></span>
      <?php the_content('Read the rest of this entry &raquo;'); ?>
       <p><?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>
       <hr/>
    </div>
569 Bytes in 3 ms with coderay