Title / Description
Code <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>
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code