![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Please take a look at the link below:
http://www.warbirdradio.com/shows/th...-builder-show/ And here is the php code: Code:
<?php query_posts('cat=540&orderby=date&order=DESC&posts_per_page=5'); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h3><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
<?php the_content(__('Read more'));?><div style="clear:both;"></div>
<div class="postmeta">
<p><?php the_time('F j, Y'); ?> | Filed Under <?php the_category(', ') ?> | <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?> <?php edit_post_link('(Edit)', '', ''); ?></p>
</div>
<hr/>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?>
<p><?php posts_nav_link(' — ', __('« Previous Page'), __('Next Page »')); ?></p>
<?php wp_reset_query(); ?>
Thanks in advance! Mike |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I'd like to add "next" and "previous" links at the bottom of my posts | lizh | General Discussion | 2 | 05-09-2010 08:06 PM |
| "Next" and "Previous" post feature on Homepage/Front Page | WyffGoaL | General Discussion | 5 | 04-08-2010 04:20 AM |
| I wan't delete some words: "advertisement" "comments" "subscribe".... in Home | Francois Laurent | General Discussion | 2 | 01-06-2010 11:11 AM |
| "Next Post" and "Previous Post" simply refresh the same page | dorono | General Discussion | 3 | 09-19-2009 11:49 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us