Forums

Last 5 Excerpts (4 posts)

  1. Matt Mullenweg
    Troublemaker
    Posted 8 years ago #

    I would try something like,
    SELECT ID, post_excerpt FROM wp_posts WHERE ID < $p ORDER BY ID DESC LIMIT 5
    Where $p is the post ID of the post you're on currently. Let me know how this goes.

  2. Anonymous
    Unregistered
    Posted 8 years ago #

    what about selecting n posts from x category?

  3. Matt Mullenweg
    Troublemaker
    Posted 8 years ago #

    Change the where clause to WHERE ID < $p AND post_category = 2 to select the 2nd category.

  4. chris
    Member
    Posted 8 years ago #

    SELECT ID, post_excerpt FROM wp_posts WHERE ID < $p ORDER BY ID DESC LIMIT 5
    Only seems to be working when you go to the "next" post.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.