<?php
// Include WordPress
define('WP_USE_THEMES', false);
// Change path below to location of wp-blog-header.php on server
require('/home/user/public_html/ads/wp-blog-header.php');
// Change number below to show 1 or more post excerpts
query_posts('showposts=3');
?>
query_posts( array('post_type' => APP_POST_TYPE, 'showposts' => 3) );
There are currently 1 users browsing this thread. (0 members and 1 guests)