• How shall I do to show latest posts from a custom post type?
    I have tried this but it displays all posts from my post type, not only the last 3.

    <?php query_posts ('post_type=mycustomposttype'); ('showposts=3');?>

    Please help me! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Latest posts’ is closed to new replies.