Advertising
Paste Description for Forum topic 141648
Example for http://wordpress.org/support/topic/141648
- Forum topic 141648
- Friday, November 2nd, 2007 at 4:56:32am MDT
- <?php
- <?php while (have_posts()) : the_post(); ?>
- <?php if ( in_category($cat) ) { ?>
- <div class="post">
- <h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>
- <small><?php the_time('l, F jS, Y') ?></small>
- <div class="entry">
- <?php the_content(); ?>
- </div>
- <p class="postmetadata">Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
- </div>
- <?php }
- ?>
- <?php endwhile; ?>
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.