GET_POSTS 1st 2nd 3rd post
-
Hello,
Can someone tell me how I can show the first, second, third, fourth, fifth latest posts using get_posts?
I have 5 columns on my page using the following code for each list item:
<?php $feature_post = get_posts( ‘numberposts=2&order=ASC&orderby=title’ ); ?>
Anyone have any idea how i can get the first column to display the latest post, while the 2nd column will have the 2nd latest, the third column to have the 3rd latest, until the 5th to have the 5th latest post, etc.
Any ideas?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘GET_POSTS 1st 2nd 3rd post’ is closed to new replies.