Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-03-2012, 03:40 PM   PM User | #1
biggupp
New Coder

 
Join Date: Mar 2012
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
biggupp is an unknown quantity at this point
WorPress 3.4.2: Pull Excerpt from Specific Category

http://www.ahy4life.com/update_20121008/promos.php right column, center section

How do I mod/replace the code below to pull an excerpt from a specific category so that the title populates the top and the excerpt populates the bottom as in <http://www.ahy4life.com/events.php>?

'
<?php
$featuredPosts = new WP_Query();
$featuredPosts->query('showposts=5&cat=8');
while ($featuredPosts->have_posts()) : $featuredPosts->the_post(); ?>
<h2><center><?php the_title(); ?></center></h2>

<?php the_excerpt(); ?>

<?php endwhile; ?>
'
biggupp is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:49 AM.


Advertisement
Log in to turn off these ads.