• I have a custom made theme which shows a Jquery slider on top and 3 “latest posts” thumbnails/links (to the full article) under.

    Ive changed my plans for the site, I want to have pages instead of posts thumbnails.

    This is the code.

    http://pastebin.com/wEVzUVBb

    Any suggestions?

Viewing 1 replies (of 1 total)
  • Does it work to add the post_type parameter to your wp_query?

    $wp_query->query('showposts=3'.'&paged='.$paged . '&post_type=page' );
Viewing 1 replies (of 1 total)

The topic ‘From posts to pages on index.php’ is closed to new replies.