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 »'); ?> <p><?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p> <hr/> </div> |
569 Bytes in 4 ms with coderay